Connect to the database through PHP Oracle

Hello

I'm trying to run a PHP script on a button from an external site that connects to the Oracle database. Someone at - it an idea how to connect to a database SQL as I want to use the Web site as a customer to the product which inserts records?

Thank you very much!

I read your other thread Connect to database via PHP APEX found on the forum of the APEX.

The person who told you to post here you gave some bad advice.

"cj" has some good information for you in your original post.

As you use the APEX and PHP to interact with the database at the same time, you will need to do some design work before you continue.

Step 1: Learn Oracle.

Read Oracle Concepts Guide

If you have questions about how Oracle works, feel free to ask in the general forum.

Step 2: Design your security

identify the tables of the PHP users will be allowed access. (I only allow to SELECT)

identify processes that PHP users will be allowed to do. (my LMD is placed here)

Think "ROLES".

There is a forum "database security - general."  But, I think that general would also work.

Step 3: Move the "business logic" in the database

You want to reuse the APEX of the process in PHP, PERL/CGI, .NET, etc etc.

To do this, the only way is to move the process of the APEX in the database code. (IE packages)

In other words: put your "business logic" within your database.

Not all the processes of the APEX should be moved (for example 'extract of automatic data"is specific APEX)

You can create Packages that can be used instead of "Automatic DML" within the SQL APEX workshop.

(post in the forum of the APEX for more information)

Other processes, you will need to read the code to determine.

Also, you'll want to move your APEX 'Permission' and 'Validation' code in packages also.

In this way: PHP, .NET, Java, etc., etc. can use the same code 'validation '.

Step 3: use a code repository

You will create a large number of packages.

You'll want to use a Code (e.g. SVN) repository to keep a history of your code.

Oracle SQL Developer (free) must be able to help here

Step 4: consider asking for help

You should consider hiring a consultant to help you if you don't have in-house expertise that can solve the above steps.

MK

PS - for later use, remember to mark your question as 'responded' If you realize that it is in the wrong forum.

Tags: Database

Similar Questions

  • Unable to connect to the database through OEM

    Hello

    ORACLE VERSION: 10.2.0.1.0
    OPERATING SYSTEM: LINUX

    I was unable to connect to my database through OEM. This is to show the error like this in my OEM.

    Enterprise Manager is unable to connect to the database instance. The State of the components are listed below.

    Here it is the list of the errors written to the trace file.

    2009-07-13 14:55:18, 351 [EMUI_14_55_18_/console/aboutApplication] ERROR em.console doGet.311 - java.lang.IllegalStateException: response has already been committed
    java.lang.IllegalStateException: response has already been committed
    at com.evermind.server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1901)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:211)
    at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:773)
    at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:396)
    at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
    at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
    at oracle.sysman.eml.app.Console.doGet(Console.java:135)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:123)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:239)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    2009-07-13 14:55:20, 893 [HttpRequestHandler-25640626] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:20, 925 [HttpRequestHandler-25640626] ERROR eml. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:20, 926 eml ERROR [HttpRequestHandler-25640626]. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)
    2009-07-13 14:55:20, 959 [HttpRequestHandler-23946437] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:20, 990 [HttpRequestHandler-23946437] ERROR eml. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:20, 991 [HttpRequestHandler-23946437] ERROR eml. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)
    2009-07-13 14:55:42, 047 conn of ERROR [OmsServiceDriver thread]. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:51, 030 [HttpRequestHandler-12767107] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:51, 062 eml ERROR [HttpRequestHandler-12767107]. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:51, 063 eml ERROR [HttpRequestHandler-12767107]. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)
    2009-07-13 14:55:51, 096 [HttpRequestHandler-28346522] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:51, 127 [HttpRequestHandler-28346522] ERROR eml. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:55:51, 127 [HttpRequestHandler-28346522] ERROR eml. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)
    2009-07-13 14:56:21, 162 [HttpRequestHandler-32110028] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:56:21, 193 [HttpRequestHandler-32110028] ERROR eml. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:56:21, 194 [HttpRequestHandler-32110028] ERROR eml. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)
    2009-07-13 14:56:21, 227 [HttpRequestHandler-12767107] ERROR conn. ConnectionService verifyRepositoryEx.433 - invalid connection Pool. ERROR = ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:56:21, 258 [HttpRequestHandler-12767107] ERROR eml. OMSHandshake getParameterFromDB.402 - ORA-01017: name of user and password invalid. connection refused

    2009-07-13 14:56:21, 259 [HttpRequestHandler-12767107] ERROR eml. OMSHandshake processFailure.619 - OMSHandshake failed. (AGENT URL = http://VTL3200DB:3938/emd/main) (ERROR = INTERNAL_ERROR)

    You search properly

    https://metalink2.Oracle.com/MetaLink/PLSQL/f?p=130:14:7431989769142239402:p14_database_id, p14_docid, p14_show_header, p14_show_help, p14_black_frame, p14_font:NOT, 259379.1, 1, 1, 1, helvetica

  • Administration client OBIEE 11 g tool - cannot connect to the database.

    Hello

    I installed OBIEE 11 g on linux platform and installed 11g admin client tool in windows server.

    My database is installed on another server (not in the installed tool of client machine). I created the ODBC DSN in the windows machine. But when I create the new repository and when I give the credentials for the database to connect I get connection failed.

    I don't have any customer database oracle installed on the windows machine. Is there something to configure on windows server?

    Any help and guidance would be much appreciated.

    Thank you

    MK.

    I installed the client 11g and one more thing that missed me is the setting of the variable of environment path in windows machine. Whenever I tried to connect to the database through the RPD, it seeks the oracore11.dll file. I mentioned the location of the oracore11.dll file in the path variable, and everything worked fine for me

    Kind regards

    MK

  • Unable to connect to the database GGSCI

    Hi experts,

    Currently, I am trying to configure an installation of goldengate and have a problem with the connection to the database through GGSCI.

    In SQLPLUS and sql developer, I can connect to the database, but thanks to GGSCI is impossible to connect to the database.

    I am trying to connect this name ggate@service, I get an error ORA-12504. I am unable to connect using this method.

    ggate@ggsrc password username dblogin *.
    ERROR: Could not connect to the database using the user ggate@ggsrc. Please check privileges.
    ORA-12504: TNS:listener did not have the SERVICE_NAME in CONNECT_DATA.

    granted DBA privilege user GGATE but still cannot connect to the database, can any one help on this subject, it is very useful.

    Thanks in advance.

    AT

    Hi thanks,

    After the set up TNS_ADMIN environment its works very well

    Thank you

  • ORACLE client to connect to the database without user name and password

    Customer require us to perform a function:
    On the client server that has installed the ORACLE client. They can connect to the database without username and passwod entry.
    Use "sqlplus / as sysdba" can archive database connection.
    Is it possible to change the configuration to do this?

    See if external authentication support,
    http://docs.Oracle.com/CD/E11882_01/network.112/e16543/authentication.htm#DBSEG99842

    Aman...

  • Connect to the database using oracle forms

    Hello experts,

    I have installed on my computer, Oracle Developer Suite 10 g (10.1.2.0.2) (including the forms and Designer) and after that I installed Oracle Database 11 g Express Edition (11.2) Beta.
    both facilities are on the same (local) computer.
    When I chose to connect to the database, he wonder about the data connection to the database:
    username, password and database.
    I'm sure that the user name and password are correct, because I have no problem to connect directly to the database (via sql * more).
    could you please tell me what I should write in the field database? I trid XE but it dose not help.
    Can I need to make some changes manully so that it works?
    Please note that the operating system is Windows XP service pack 3.

    Thank you for your help.

    Published by: user1818173 on 28/08/2011 01:43

    Hello
    Have you changed the TNSNAMES file. File of the ORA for DS? You must add the TNS for DS TNSNAMES. ORA file.
    Go to $DB_Default_Home$ \netword\admin and open the TNSNAMES file. ORA file in Notepad. Copy the entry tns where you connect from SQL * more.
    Go to $DS_Default_Home$ \netword\admin and open the TNSNAMES file. ORA file in Notepad. Paste the tns entry that you copied.
    Now try to connect generator of form.
    Kind regards
    Qasim Jules

  • not able to connect to the database using the oracle instant client

    Hello

    I am not able to connect to the database using the instant oracle from my local PC client. They use to connect to the database files and sqlnet.ora files LDAP.ora. If I want to test the connection, I found this executable tns wasn't there, so not able to tnsping. So I'm not able to solve this problem.

    Please let me know if a solution for everything

    Client Oracle: oracle 10.2bFAT client 32-bit

    Platform: windows 7 64-bit

    Thank you
    Veera

    There is little that tnsping can do sqlplus can't.

    Instead of
    tnsping mydb.myorg.com
    Try
    sqlplus-s-L /@mydb.myorg.com
    or
    sqlplus-s-L user/[email protected]

    If you get
    ORA-12154: TNS: could not resolve the connect identifier specified
    you know that the customer could not resolve 'mydb.myorg.com '.

    If you get
    ORA-12541: TNS:no listener
    then "mydb.myorg.com" could be resolved, but there is no listener it running.

    If you get
    ORA-12514: TNS:listener is not currently of service requested in connect descriptor
    then "mydb.myorg.com" could be solved, the listener is in place, and the database is out of service.

    If you get
    ORA-01017: name of user and password invalid. connection refused
    you know that 'mydb.myorg.com' has been successfully resolved, and the database is running.

    If you want more details, such as how and what "mydb.myorg.com" is resolved, turn the tracking by adding the following to "sqlnet.ora:
    TRACE_LEVEL_CLIENT = ADMIN
    TRACE_DIRECTORY_CLIENT = C:\TEMP (a writable directory)

    Then you will find lines like this in the trace file:

    -THE INFORMATION SOURCE PARAMETER FOLLOWS-
    Attempt to load system pfile source C:\oracle\network\admin\sqlnet.ora
    Source of the setting successfully loaded

    Attempt to load the local pfile source C:\Dokumente und Einstellungen\lanadvall\sqlnet.ora
    The parameter source has not been loaded.

    This shows you which configuration files are read, followed by the settings real read.

    nnfgrne: will read if path adapters
    nnfgrne: switching adapter LDAP

    He's now looking for LDAP name resolution.

    nnfloidinfocache: Info: insert the value DIRECTORY_SERVSSL = oid.host.myorg.com:389 at index 0 in NLPA_CACHE

    These are LDAP servers, he is trying.

    nnflilc: conn sync opening of oid.host.myorg.com:389

    nnflfdn: turning simplified mydb.myorg.com name to a unique name.
    nnflfdn: using the administrative context: dc = prod
    nnflfdn: the domain name resulting is cn = mydb, cn = OracleContext, dc is myorg, dc = com

    nnflrne1: runs the directory for dn: cn = mydb, cn = OracleContext, dc is myorg, dc = com
    nnflqbf: search: Base: cn = mydb, cn = OracleContext, dc is myorg, dc = com, range: 0, filter: (objectclass = *)

    nnfgrne: query fails, the leap to the next map

    Did not work. Try the other adapters:

    nnfgrne: switching adapter EZCONNECT

    snlinGetAddrInfo: name resolution failed for test64.test

    No luck.

    If the resolution is approved, it will look like this:

    nnfloidinfocache: Info: insert the value DIRECTORY_SERVERS = oid.host.myorg.com:389 at index 0 in NLPA_CACHE

    nnflilc: conn sync opening of oid.host.myorg.com:389

    nnflfdn: turning simplified mydb.myorg.com name to a unique name.
    nnflfdn: using the administrative context: dc = prod
    nnflfdn: the domain name resulting is cn = mydb, cn = OracleContext, dc is myorg, dc = com

    nnflrne1: runs the directory for dn: cn = mydb, cn = OracleContext, dc is myorg, dc = com
    nnflqbf: search: Base: cn = mydb, cn = OracleContext, dc is myorg, dc = com, range: 0, filter: (objectclass = *)

    niotns: the call to address: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=dbserver.host.myorg.com) (PORT = 1521)) (CONNECT_DATA = (SID = DBNAME) (CID = (PROGRAM = C:\Oracle\ora1020\bin\sqlplus.exe)(HOST=pc247596)(USER=lanadvall)))

    Yours,
    Laurenz Albe

  • slow down the connection to the database (Oracle enterprise 11g ed on RHEL 4)

    Hello
    I am facing problem when connecting to the database connection using sqlplus to my database the time consuming and it increases as the number of users connect to it increases. (although with a user of sqlplus scott/tiger@db takes 15 seconds and when simultaneously if multiple users try to connect then time required in connection is alsomost = number of user * 15 seconds.)

    same tnsping takes huge when 4-5 user tries to connect to the database.
    What should I do for debugging?

    Hello

    Try this:
    -Remove any nameserver entry in /etc/resolv.conf on server
    -Add name to the/etc/hosts machine like that
    127.0.0.1 localhost.localdomain localhost
    10.10.20.134 piorovm.localdomain piorovm

    Kind regards
    Marcin Przepiorowski
    http://oracleprof.blogspot.com/

  • sqlplus error connecting to the database

    Hello

    After the connection to the database using the username and passwd, I get the error message below
    connection is established and able to work asusal,

    $$$$$$$$$$$$$$$$$$$
    can u help me how to remove in decline and error below...
    $$$$$$$$$$$$$$$$$$$$$$$$$$$

    Enter the password:

    Connected to:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    Select "Welcome to the database: ' | '. name of database v$
    *
    ERROR on line 1:
    ORA-00942: table or view does not exist

    The user name who logged has not the right to select on the sys.v_$ database view that is exposed through the database of v$.

    HTH - Mark D Powell.

  • Unable to connect to the database pending

    Hello
    I followed http://www.oracle-base.com/articles/11g/DataGuardSetup_11gR2.php.
    Primary data: dgtst
    SID: dgtst
    Computer name: hercules

    Databae standby: drtst
    SID: dgtst
    computer name: pulse

    In the machine in standby:
    DB status nomount is.

    $ echo $ORACLE_SID
    dgtst

    $ echo $ORACLE_HOME
    /U01/app/Oracle/product/11.2.0/DG11gR2TST

    Tnsping is OK standby machine to two databases:
    $ tnsping dgtst
    TNS Ping Utility for HPUX: Version 11.2.0.2.0 - Production on 24-FEB-2012 17:41:20
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = hercules)(PORT = 1528))) 
    (CONNECT_DATA = (SERVICE_NAME = dgtst)))
    OK (0 msec)
    
    
    $ tnsping drtst
    TNS Ping Utility for HPUX: Version 11.2.0.2.0 - Production on 24-FEB-2012 17:41:32
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = pulse)(PORT = 1528))) 
    (CONNECT_DATA = (SERVICE_NAME = dgtst)))
    OK (0 msec)
    Try to connect to the primary database of the machine in standby: OK
    $ sqlplus sys/UsingTheSamePassword@dgtst as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Fri Feb 24 17:50:18 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    SQL> 
    Try to connect to the database machine on standby pending: FAILURE
    $ sqlplus sys/UsingTheSamePassword@drtst as sysdba
    SQL*Plus: Release 11.2.0.2.0 Production on Fri Feb 24 17:51:28 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    ERROR:
    
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Please note that I have copied the file orapwd of main machine to machine standby.
    The sys password is the same for the primary and standby

    Please advice

    You have saved the data base for the LISTENER and not LISTENER_DRTST. Join the LISTENER_DRTST statically
    That is to say, add the following lines to the listener.ora file.

    SID_LIST_LISTENER_DRTST =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = dgtst)
    (ORACLE_HOME = u01/app/oracle/product/11.2.0/DG11gR2TST)
    (SID_NAME = dgtst)
    )
    )

    Steve

    Published by: Steve Abraham on February 24, 2012 08:18

    Published by: Steve Abraham on February 24, 2012 08:19

    Published by: Steve Abraham on February 24, 2012 08:20

    Published by: Steve Abraham on February 24, 2012 08:21

  • Unable to connect to the database when installing BI EE 11 g

    I want to install Oracle BI Enterprise Edition 11g Windows XP service pack 3.
    I used successfully of the repository creation tool to create the schema DEV_BIPLATFORM.

    Then I ran the main installation of Oracle BI program.
    "To halfway through the stage of" details of the database "requires the connection string, the user name and the password.
    I enter in these exactly as they should be, but still get the error:
    INST-08029: unable to connect to the database with the given credentials.

    The details that I use are:
    connection string: ltest2:1521:dwRialto
    username: DEV_BIPLATFORM
    password: DEV_BIPLATFORM
    where ltest2 is a Linux SS5 host running Oracle 11.1.0.6 EE. The service name is dwRialto.

    Physical connectivity is definitely ok, as evidenced by the fact that I get error 'INST-08035' if I change the name of the service for something not valid. Also, I get a different error, 'INST-08031' if I change the user name or password to something invalid. I have also granted SYSDBA and DBA DEV_BIPLATFORM, but still does not work.

    In addition, to be sure, I installed and executed on the same Windows PC SQLDeveloper - and that works very well, using the same credentials.

    Why the 11g BI Setup does not accept these credentials? I can't further with the installation until it does.

    Hello
    We had the same problem an hour ago
    What we did was drop the user through the official way to the rcu, re-create the user but this time with a different password (in our case, so DEV_BIPLATFORM/oracle)
    and then we continued without problem :)

    Good luck

    Published by: jopgenoo on August 23, 2010 07:05

  • Unable to connect to the database of the BPM 11g database adapter

    I added an adapter of BPM 11 g database to the composite.xml. This database adapter is just to load data into an XML (in charge of the user interface) document. I can't get a connection to the database. I get an error message, see below.


    < bpelFault > < faultType > 0 < / faultType > < bindingFault xmlns = "http://schemas.oracle.com/bpel/extension" > < a name = "summary" part > < summary > Exception is is produced when the link has been invoked. Exception occurred during invocation of the JCA binding: "JCA binding run operations reference 'GetRequestInfoSelect' have to: connection problem component binding JCA.". JCA Binding component is unable to create an outgoing connection of JCA (CCI). FundsDisbursementProject:GetRequestInfo [GetRequestInfo_ptt::GetRequestInfoSelect (GetRequestInfoSelect_inputParameters, FdRequestHeaderCollection)]: The JCA Binding component could not establish an outbound connection of JCA CCI due to the following problem: BINDING. Error of JCA - 12510 JCA adapter localization resources. Unable to locate the adapter of JCA resource through the element of the binding file .jca & lt; factory connections / > The JCA Binding component is unable to startup of the resource adapter specified in the & lt;-factory connections / > element: location = "jndi/FDF_Database. The reason is most likely that 1) the resource adapter RAR file has not been deployed successfully to the WebLogic application server or 2) the "& lt;" jndi name > ' element in weblogic - ra.xml has not been defined on jndi/FDF_Database. In the latter case, you need to add a new factory of connections from WebLogic JCA (deploy a RAR). If please fix this and then restart the application server". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution. < Summary / > < / part > < part name = "detail" > < details > error location JCA resource adapter. Unable to locate the adapter of JCA resource through the element of the binding file .jca & lt; factory connections / > The JCA Binding component is unable to startup of the resource adapter specified in the & lt;-factory connections / > element: location = "jndi/FDF_Database. The reason is most likely that 1) the resource adapter RAR file has not been deployed successfully to the WebLogic application server or 2) the "& lt;" jndi name > ' element in weblogic - ra.xml has not been defined on jndi/FDF_Database. In the latter case, you need to add a new factory of connections from WebLogic JCA (deploy a RAR). Please fix this and then restart the application server < / details > < / part > < part name = "code" > < code > 12510 < / code > < / piece > < / bindingFault > < / bpelFault >


    The docs said I need to add a Pool of outbound connections to SOA DbAdaptor in WebLogic. The problem is that I can't seem to make my changes take effect. It's the same mistake recorded here:
    Adapter DB BPEL

    The problem is when you try to change the property, xADataSourceName, that the changes take effect. I also note that, in our test environment, I get a dialog box to change the deployment plan. On my local WLS, I don't get this dialog box. Anyway xADataSourceName changes will not take effect.

    There must be a simple solution, I do not.

    Any help is greatly appreciated.
    Kind regards
    Mark

    Published by: M Peterson on July 15, 2010 05:33

    When you enter the xADataSourceName property, you hit enter the field? If you simply tab off the field and click on save changes without hitting the Enter key, then it does not record the change in ownership.

  • How to connect to the database

    Hi all

    I use labsql (and quite new to him m) and the server Mysql 5.1.I wanted to know how to connect to the database without changing the name of the dsn from the tools administrative/ODBC 5.1 driver manually. I want to install exe in several PC and it would be a great help if I could make the connection directly but my Vi.

    I went through several forums and came to know that 'Provider = ProviderName; Data Source = DatabaseSource; Initial Catalog = DatabaseName; User = username ID; Password = password', should solve the problem. But where in my case I m still confused. The connection string above does not sit well with me.

    Can someone help me please.

    Have a look here, where I have such a picture to show how to form a string constant to connect to the database. Some subsequent posts in this thread should also be useful.

    Good luck!

    Ian

  • How to connect to the database without sqlclient soa

    Hi all

    I have a very simple question.

    I need to write a shell script to get some stats for bpel instances of database as part of the daily health check.

    The problem is in our area of unix server, any customer database is not installed.

    Sql client is present as part of the installation of SOA that we can use to create the connection to the database? or by any mode of access to the shell database.

    Thanks in advance,

    Bob

    Hi Bob, there.

    most of the components in the FMW stack including SOA infrastructure rely on pure JDBC to talk to RDBMS and as I know there is no client Oracle installed in slot the FMW home (after installing SOA Suite).

    One possibility would be to use the Oracle Instant Client and use its tools from your shell scripts. It's a bit unzip and run Setup.

    HTH,

    A.

  • Unable to connect to the database. adbldxml.pl

    I've updated 11.1.0.7 12.1.0.2 database database with a 12.1.3 apps

    I produced the apps appsutip.zip and copied to the 12.1.0 oracle home

    but when I run perl adbldxml.pl in appsutil/bin and answering questions that I can't connect to the database

    Hello

    When I run the listener his race of my former oracle home how change that

    You must stop the listener of the old House and new start home. You may need to copy all the files from the old House to the new house network and change the oracle home location in all the files manually (or) you can configure the new listener of 12 at home.

    To get an idea please see my blogpost:

    http://appsdbaworkshop.blogspot.com/2012/03/Oracle-11gr2-database-upgrade-in-apps.html

    Kind regards

    A H E E R X

Maybe you are looking for