Error connecting WLS Portal to ORACLE 8.17

Following is the error I get when trying to start weblogic portal. I am trying
to connect to an Oracle database. (Also attaching my config.xml file).
Thanks
Neeta
using the Oracle Thin database driver
using LD_LIBRARY_PATH of /export/home/wlp/bea/weblogic700/server/lib/solaris
using PATH of /export/home/wlp/bea/weblogic700/server/bin:/export/home/wlp/bea/jdk131_03/jre/bin:/export/home/wlp/bea/jdk131_03/bin:/usr/bin:/usr/ucb:/etc:.:/home/oracle/OraHome1/bin
+ /export/home/wlp/bea/jdk131_03/bin/java -server -Xms128m -Xmx128m -XX:MaxPermSize=128m
-Dcommerce.properties=/export/home/wlp/bea/weblogic700/portal/weblogiccommerce.properties
-Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic
-classpath /export/home/wlp/bea/weblogic700/server/lib/weblogic.jar:/export/home/wlp/bea/weblogic700/server/lib/webservices.jar:/export/home/wlp/bea/weblogic700/portal/lib/p13n_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/HTTPClient.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/wlcsparsers.jar:/export/home/wlp/bea/weblogic700/server/lib/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/portal_system.jar:/export/home/wlp/bea/jdk131_03/lib/tools.jar:/export/home/wlp/bea:/export/home/wlp/bea/weblogic700/portal/lib/commerce_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/campaign_system.jar
-Dweblogic.Name=portalServer -Dbea.home=/export/home/wlp/bea -Dweblogic.management.username=weblogic
-Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled=true
-Djava.security.policy=/export/home/wlp/bea/weblogic700/server/lib/weblogic.policy
weblogic.Server
Starting WebLogic Server...
<Dec 5, 2002 6:54:17 PM GMT-06:00> <Notice> <Management> <140005> <Loading configuration
/export/home/wlp/bea/user_projects/portalDomain/./config.xml>
<Dec 5, 2002 6:54:30 PM GMT-06:00> <Error> <RDBMSRealm> <000000> <An error occured
creating a database connection for the realm.
java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135294976)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323)
     at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:260)
     at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
     at java.sql.DriverManager.getConnection(DriverManager.java:512)
     at java.sql.DriverManager.getConnection(DriverManager.java:141)
     at com.bea.p13n.security.realm.RDBMSDelegate.<init>(RDBMSDelegate.java:178)
     at com.bea.p13n.security.realm.RDBMSDelegate$DFactory.getInstance(RDBMSDelegate.java:971)
     at com.bea.p13n.security.realm.internal.Pool.<init>(Pool.java:53)
     at com.bea.p13n.security.realm.RDBMSRealm.createPool(RDBMSRealm.java:153)
     at com.bea.p13n.security.realm.RDBMSRealm.<init>(RDBMSRealm.java:140)
     at java.lang.Class.newInstance0(Native Method)
     at java.lang.Class.newInstance(Class.java:232)
     at weblogic.security.acl.Realm.getRealm(Realm.java:87)
     at weblogic.security.acl.Realm.getRealm(Realm.java:65)
     at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
     at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
     at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
     at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
     at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
     at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
     at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
     at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
     at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
     at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
     at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
     at weblogic.Server.main(Server.java:32)
>
<Dec 5, 2002 6:54:31 PM GMT-06:00> <Emergency> <WebLogicServer> <000342> <Unable
to initialize the server: Fatal initialization exception
Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
An error occured creating a database connection for the realm.]
java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
An error occured creating a database connection for the realm.]
     at weblogic.security.acl.Realm.getRealm(Realm.java:94)
     at weblogic.security.acl.Realm.getRealm(Realm.java:65)
     at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
     at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
     at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
     at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
     at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
     at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
     at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
     at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
     at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
     at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
     at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
     at weblogic.Server.main(Server.java:32)
>
The WebLogic Server did not start up properly.
Exception raised:
java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
An error occured creating a database connection for the realm.]
     at weblogic.security.acl.Realm.getRealm(Realm.java:94)
     at weblogic.security.acl.Realm.getRealm(Realm.java:65)
     at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
     at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
     at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
     at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
     at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
     at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
     at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
     at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
     at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
     at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
     at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
     at weblogic.Server.main(Server.java:32)
Reason: Fatal initialization exception
Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
An error occured creating a database connection for the realm.]
java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
An error occured creating a database connection for the realm.]
     at weblogic.security.acl.Realm.getRealm(Realm.java:94)
     at weblogic.security.acl.Realm.getRealm(Realm.java:65)
     at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
     at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
     at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
     at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
     at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
     at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
     at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
     at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
     at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
     at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
     at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
     at weblogic.Server.main(Server.java:32)
+ set +x
[config.xml]

Neeta -
You need the @ sign in the config.xml file where you mention the URL.
Kunal
"Neeta Mittal" <[email protected]> wrote:
>
>
>
Following is the error I get when trying to start weblogic portal. I
am trying
to connect to an Oracle database. (Also attaching my config.xml file).
Thanks
Neeta
using the Oracle Thin database driver
using LD_LIBRARY_PATH of /export/home/wlp/bea/weblogic700/server/lib/solaris
using PATH of /export/home/wlp/bea/weblogic700/server/bin:/export/home/wlp/bea/jdk131_03/jre/bin:/export/home/wlp/bea/jdk131_03/bin:/usr/bin:/usr/ucb:/etc:.:/home/oracle/OraHome1/bin
+ /export/home/wlp/bea/jdk131_03/bin/java -server -Xms128m -Xmx128m -XX:MaxPermSize=128m
-Dcommerce.properties=/export/home/wlp/bea/weblogic700/portal/weblogiccommerce.properties
-Dweblogic.management.username=weblogic -Dweblogic.management.password=weblogic
-classpath /export/home/wlp/bea/weblogic700/server/lib/weblogic.jar:/export/home/wlp/bea/weblogic700/server/lib/webservices.jar:/export/home/wlp/bea/weblogic700/portal/lib/p13n_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/HTTPClient.jar:/export/home/wlp/bea/weblogic700/portal/lib/ext/wlcsparsers.jar:/export/home/wlp/bea/weblogic700/server/lib/jdom.jar:/export/home/wlp/bea/weblogic700/portal/lib/portal_system.jar:/export/home/
wlp/bea/jdk131_03/lib/tools.jar:/export/home/wlp/bea:/export/home/wlp/bea/weblogic700/portal/lib/commerce_system.jar:/export/home/wlp/bea/weblogic700/portal/lib/campaign_system.jar
-Dweblogic.Name=portalServer -Dbea.home=/export/home/wlp/bea -Dweblogic.management.username=weblogic
-Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled=true
-Djava.security.policy=/export/home/wlp/bea/weblogic700/server/lib/weblogic.policy
weblogic.Server
Starting WebLogic Server...
<Dec 5, 2002 6:54:17 PM GMT-06:00> <Notice> <Management> <140005> <Loading
configuration
/export/home/wlp/bea/user_projects/portalDomain/./config.xml>
<Dec 5, 2002 6:54:30 PM GMT-06:00> <Error> <RDBMSRealm> <000000> <An
error occured
creating a database connection for the realm.
java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135294976)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
     at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323)
     at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:260)
     at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
     at java.sql.DriverManager.getConnection(DriverManager.java:512)
     at java.sql.DriverManager.getConnection(DriverManager.java:141)
     at com.bea.p13n.security.realm.RDBMSDelegate.<init>(RDBMSDelegate.java:178)
     at com.bea.p13n.security.realm.RDBMSDelegate$DFactory.getInstance(RDBMSDelegate.java:971)
     at com.bea.p13n.security.realm.internal.Pool.<init>(Pool.java:53)
     at com.bea.p13n.security.realm.RDBMSRealm.createPool(RDBMSRealm.java:153)
     at com.bea.p13n.security.realm.RDBMSRealm.<init>(RDBMSRealm.java:140)
     at java.lang.Class.newInstance0(Native Method)
     at java.lang.Class.newInstance(Class.java:232)
     at weblogic.security.acl.Realm.getRealm(Realm.java:87)
     at weblogic.security.acl.Realm.getRealm(Realm.java:65)
     at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
     at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
     at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
     at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
     at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
     at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
     at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
     at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
     at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
     at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
     at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
     at weblogic.Server.main(Server.java:32)
>
<Dec 5, 2002 6:54:31 PM GMT-06:00> <Emergency> <WebLogicServer> <000342>
<Unable
to initialize the server: Fatal initialization exception
Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
An error occured creating a database connection for the realm.]
java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
An error occured creating a database connection for the realm.]
     at weblogic.security.acl.Realm.getRealm(Realm.java:94)
     at weblogic.security.acl.Realm.getRealm(Realm.java:65)
     at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
     at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
     at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
     at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
     at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
     at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
     at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
     at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
     at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
     at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
     at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
     at weblogic.Server.main(Server.java:32)
>
The WebLogic Server did not start up properly.
Exception raised:
java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
An error occured creating a database connection for the realm.]
     at weblogic.security.acl.Realm.getRealm(Realm.java:94)
     at weblogic.security.acl.Realm.getRealm(Realm.java:65)
     at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
     at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
     at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
     at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
     at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
     at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
     at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
     at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
     at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
     at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
     at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
     at weblogic.Server.main(Server.java:32)
Reason: Fatal initialization exception
Throwable: java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
An error occured creating a database connection for the realm.]
java.lang.IllegalAccessError: Exception[com.bea.p13n.security.realm.RDBMSException:
An error occured creating a database connection for the realm.]
     at weblogic.security.acl.Realm.getRealm(Realm.java:94)
     at weblogic.security.acl.Realm.getRealm(Realm.java:65)
     at weblogic.security.SecurityService.initializeRealm(SecurityService.java:353)
     at weblogic.security.providers.realmadapter.AuthorizationProviderImpl.initialize(AuthorizationProviderImpl.java:72)
     at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
     at weblogic.security.service.AuthorizationManager.initialize(AuthorizationManager.java:221)
     at weblogic.security.service.AuthorizationManager.<init>(AuthorizationManager.java:140)
     at weblogic.security.service.SecurityServiceManager.doATZ(SecurityServiceManager.java:1558)
     at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1371)
     at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
     at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
     at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
     at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
     at weblogic.Server.main(Server.java:32)
+ set +x

Similar Messages

  • Error connecting to portal database using alias

    i am using Connector framework api to connect to portal database.
    in <b>visual administrator -> JDBC connector</b>. I click on <b>runtime</b> tab
    Under <b>Resources</b> i find <b>Data Sources</b> and <b>Drivers</b>.
    Under Data sources I see SAPSR3DB. In Main tab on right hand pane I find many other aliases called SAP/BC_UME and SAP/BC_WDDR etc. Which one do I use in creating a connection.
    IConnectorGatewayService cgService = (IConnectorGatewayService) PortalRuntime.getRuntimeResources().getService("com.sap.portal.ivs.connectorservice.connector");
    ConnectionProperties cp = new ConnectionProperties(request.getLocale(),request.getUser());
    IConnection connection = cgService.getConnection("SAPSR3DB",cp);
    No system found for alias SAPSR3DB.

    Hi,
    If you want to use the PortalService IConnectorGatewayService you will have to create a JDBC System in the System Landscape of the Portal and create a System Alias with usermapping.
    You can then create a c connection to this JDBC System with the IConnectorGatewayServcie using the specified System alias.
    But if you want to directly connect to the System Database you can also use OpenSQL in your Portalapplication and lookup the Connection using JNDI:
          InitialContext ctx= new InitialContext();
          ds= (DataSource) ctx.lookup("jdbc/SAPSR3DB");
          java.sql.Connection conn= ds.getConnection();
    // user your connection here and close all jdbc objects finally!
    Best regards,
    Stefan Brauneis

  • Error connecting WLS 10.3.1 JMS & MDBs with Oracle Advanced Queuing

    I followed the guide at http://blogs.oracle.com/imc/2010/12/how_to_use_oracle_aq_with_message-driven_beans_in_weblogic.html. Since the AQ queues were already set up by SAs and had been working with stateless session beans, I assume they're OK for use with MDBs. Names had to be changed in the WLS foreign server definition, destinations & connection factories to match.
    My MDB is:
    package xxxx;
    import javax.ejb.MessageDriven;
    import javax.jms.JMSException;
    import javax.jms.Message;
    import javax.jms.MessageListener;
    import javax.jms.TextMessage;
    @MessageDriven(name = "TestQueueListenerEJB")
    public class TestQueueListener implements MessageListener
    public void onMessage(Message message)
    if ( message instanceof TextMessage )
    try
    System.out.println("AQMDBTest: text message " + ((TextMessage)message).getText() + " processed");
    catch (JMSException e)
    e.printStackTrace();
    else
    System.out.println("AQMDBTest: generic message " + message.toString() +
    " of type " + message.getClass().getName() + " processed");
    And the relevant portion of the weblogic-ejb-jar.xml is:
    <weblogic-enterprise-bean>
    <ejb-name>TestQueueListenerEJB</ejb-name>
    <message-driven-descriptor>
    <pool>
    <max-beans-in-free-pool>1</max-beans-in-free-pool>
    <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
    </pool>
    <destination-jndi-name>TestQueue</destination-jndi-name>
    <connection-factory-jndi-name>TestQueueConnectionFactory</connection-factory-jndi-name>
    </message-driven-descriptor>
    </weblogic-enterprise-bean>
    So when I deploy this to my test domain I get an error:
    <Feb 23, 2011 3:11:28 PM CST> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB: TestQueueListenerEJB is unable to connect to the
    JMS destination: TestQueue. The Error was:
    Can not get destination information. The destination JNDI name is TestQueue, the provider URL is null>
    The test connection of the datasource is successful.
    What else could I have wrong? This is my first post to this topic. Please let me know what additional information I need to provide about this. Or if I've provided too much.
    Thanks very much,
    Jim Greetham

    OK. So I got my DBAs to create a new user with the necessary privs. Created a new queue, table, etc. I have been able to receive messages from it. So I have some looking to do in my production database queue definitions.
    Jim

  • Error connecting form 6i to oracle 9i

    Hi,
    I installed developer 6i on windows XP with oracle 9i.
    I am getting ora-12203:TNS :Unable to connect to destination error while connecting form with oracle.
    Although i can connect to oracle from sqlplus.
    I replaced form's tnsnames.ora with that of oracle.
    Also service for oracle and listner are running.
    Any solutions.

    Hi,
    2 days b4 i also installed 9i and 6i for me its working perfectly, what i did first i have installed 9i then installed 6i and copied only the 9i hoststring related tnsnames.ora paragraph from oracle home directry and pasted in new 6i home tnsnames.ora.
    from data base home related sqlplus we not need to enter hoststring but from forms6i connect we have to enter the host string also
    are u trying with out host string ?, i have also new in installation of 9i and 6i if anything wrong pls excuse me.
    Regards,
    Anu

  • URGENT:: errors with WLS Portal GA

    Hi,
    I just installed the GA version of WebLogic Platform and tried to create a Portal
    using WorkShop.
    I selected a "Portal Application" and then a "Portal Web Project". The WebLogic
    console (stdout) shows many errors. It is not able to find some skins, portlets
    etc. The files seems to be there in the Web Project.
    When i create a Portal and try to run it, it comes up with a error (/framework/skeletons/default/desktop.jsp)
    not found. Even this file is present.
    These were working in the beta version.
    Anybody got the same errors. Any solutions??
    Attached is the error file.
    Raghu
    [Portal_Errors.txt]

    hi Raghu
    this happens if you have the WLS running while working with the workshop.
    The "update" - feature of WLW is not realy reliable and can cause errors.
    if you will be shure all updates commit with WLS .. restart the server through
    WLW.
    Greetings
    fear
    "Raghu Subramaniam" <[email protected]> wrote:
    >
    >
    >
    Hi,
    I just installed the GA version of WebLogic Platform and tried to create
    a Portal
    using WorkShop.
    I selected a "Portal Application" and then a "Portal Web Project". The
    WebLogic
    console (stdout) shows many errors. It is not able to find some skins,
    portlets
    etc. The files seems to be there in the Web Project.
    When i create a Portal and try to run it, it comes up with a error (/framework/skeletons/default/desktop.jsp)
    not found. Even this file is present.
    These were working in the beta version.
    Anybody got the same errors. Any solutions??
    Attached is the error file.
    Raghu

  • Error connecting via PHP to Oracle Database 10g XE in Arch Linux with XAMPP

    I get this error whenever I try to connect through PHP to my locally hosted Oracle Database 10g Express Edition
    Warning: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that LD_LIBRARY_PATH includes the directory with Oracle Instant Client libraries in <filename>.php on line 10
    What can I do?

    Not sure what to offer for XAMP with php, perhaps it needs a configure pointing OCI8 to your ORACLE_HOME, as well as setting the oracle environment and PATH adjustment in the Apache start script.
    Somewhere under /etc there should be an init.d or perhaps rc.d directory with maybe an apache2 script that gets called at system boot or run level change. It will take editing that shell script and adding something like:
      export ORACLE_HOME=/usr/....
      export PATH=$ORACLE_HOME/bin:$PATH
      export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATHAnd restarting apache ... $ [sudo] {RC path}/apache2 restart or $ ...apache2 stop followed by an $ ...apache2 start all depending on how the boot/inits are setup on the box.
    And in your $ORACLE_HOME/network/admin/tnsnames.ora adding a tnsalias won't hurt (as long as the whitespace as well as matching parenthesis are all in order)
    myxedb =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost.mycompany.com)(PORT = 1521))
        (CONNECT_DATA =
          (SID = XE)
      )

  • ORA-12154 error connecting CR 2008 to Oracle XE on Windows 7

    I have Crystal 2008 SP3 running on Windows 7. I have Oracle Database Express Edition installed and running. Using the DirectData CR Oracle ODBC Driver 5.1 I test connect fine to Oracle but when I try to use Database Expert to connect to my Oracle database I fail to connect.
    The error I get is Failed to open the connection. Details: ORA-12154: TNS:could not resolve the connect identifier specified. [Database Vendor Code: 12154].  I've spent a lot of time here trolling for information. My TNSnames.ora file appears to be correctly formatted but I'm not sure if it has the correct information in it. I checked my Path and that may be the problem but I am not technical enough to know what to put there so that this 32-bit driver is the first in the list. It's the driver in Windows/SysWOW64. I just need to be able to run a SQL statement in Oracle and create RPTs in CR - not be an OS Expert. Any help would be greatly appreciated.
    TNSNAMES.ORA
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = Owner-VAIO)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    PATH
    PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program File
    s (x86)\Common Files\Microsoft Shared\Windows Live;C:\oraclexe\app\oracle\produc
    t\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\W
    indows\System32\WindowsPowerShell\v1.0\;C:\Program Files\WIDCOMM\Bluetooth Softw
    are\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files (x86)
    \Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\R
    oxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Intuit\QBPOSSDKRuntim
    e;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Windows Live
    \Shared

    Hello,
    This should work, XE is not lsited in our supported platforms PDF but it's still 10.2 which is supported.
    There are more tools you can use to debug, third party Connection tests and ProcessMonitor as well as our database logging dll but if you are running out of time I suggest you purchase a single case and a Rep will contact you directly to resolve the problem.
    To get a single support case got to:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=38156200
    And No, the ORA file should be in the that folder.
    Thanks again
    Don

  • Error connecting with OCCI in Oracle 11G

    Hi,
    I am trying to access the Oracle 10.2.0.1 database using Oracle 11.1.0.6 Client.
    I am able to make connection in SQL Plus window.
    But when I am trying to connect to the DB with Occi I ran with this problem in Oraocci11.dll
    Unhandled exception at 0x1001e604 in Occi_8.exe: 0xC0000005: Access violation reading location 0x32869770.
    Please suggest what is to be done in this regard.
    Thanks in advance
    kameswara Sarma

    Please check if you are using the correct compilers (Installation guides) and see if you need anything from here:
    [http://www.oracle.com/technology/tech/oci/occi/occidownloads.html]

  • URGENT:: errors with WLS Portal GA in Workshop

    Hi,
    I just installed the GA version of WebLogic Platform and tried to create a Portal
    using Workshop.
    I selected a "Portal Application" and then a "Portal Web Project". The WebLogic
    console (stdout) shows many errors. It is not able to find the some skins, portlets
    etc. The files seems to be there in the Web Project.
    When i create a Portal and try to run it, it comes up with a error (/framework/skeletons/default/desktop.jsp)
    not found. Even this file is present.
    These were working in the beta version.
    Anybody got the same errors. Any solutions??
    Attached is the error file.
    Raghu
    [Portal_Errors.txt]

    "Raghu Subramaniam" <[email protected]> wrote:
    >
    >
    >
    Hi,
    I just installed the GA version of WebLogic Platform and tried to create
    a Portal
    using Workshop.
    I selected a "Portal Application" and then a "Portal Web Project". The
    WebLogic
    console (stdout) shows many errors. It is not able to find the some skins,
    portlets
    etc. The files seems to be there in the Web Project.
    When i create a Portal and try to run it, it comes up with a error (/framework/skeletons/default/desktop.jsp)
    not found. Even this file is present.
    These were working in the beta version.
    Anybody got the same errors. Any solutions??
    Attached is the error file.
    RaghuHi Raghu,
    Could you please post this question to the portal newsgroup at:
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=xover&group=weblogic.developer.interest.portal&utag=
    Thanks,
    Mike

  • Error when connecting to portal from some machines

    Hi all,
    Can anyone help me with this.
    I get this jserver error when connecting to portal from some
    client machines.
    I works fine from the others. Any ideas?
    This is the error I get:
    [08/01/2002 17:41:57:618 GMT+00:00] page/Timeout occurred,
    label=73 url=http://odeceixe:81/pls/portal30/!
    PORTAL30.wwpro_app_provider.execute_portlet time=15828ms
    [08/01/2002 17:41:57:618 GMT+00:00] page/ContentFetcher
    Unexpected Exception, name=content-fetcher5
    java.io.EOFException: Premature EOF encountered
         at HTTPClient.StreamDemultiplexor.read
    (StreamDemultiplexor.java, Compiled Code)
         at HTTPClient.RespInputStream.read(RespInputStream.java,
    Compiled Code)
         at java.io.InputStream.read(InputStream.java:95)
         at java.io.InputStreamReader.fill
    (InputStreamReader.java:163)
         at java.io.InputStreamReader.read
    (InputStreamReader.java:239)
         at oracle.webdb.page.ContentFetcher.run
    (ContentFetcher.java, Compiled Code)

    Did you ever find the cause of this, I am receiving the same message, but as you said, only when connecting to the portal via a certain pc.

  • Oracle Discoverer 4i (portal db - oracle 8i) connectivity issue with 11g database

    Hi All
    We have oracle discoverer 4i with portal db (oracle 8i).
    We connect to the external databases using db links in the portal db and the reports will use the db link to retrieve the data from views in the external databases.
    External databases we were connecting is oracle 10g version and now we have upgraded these databases to 11g version.
    Now i have a created a new db link to this 11g database and i have created a new EUL in portal to connect to this 11g database.
    But when i try to create a report using the discoverer from this new EUL after login to the discoverer we get a "cannot connect to database" error.
    We have all the necesscary privilege to the user and the new database link works perfectly fine. (when we try to query directly using SQL plus from portal database using this db link the query works perfectly fine).
    Im not sure if this is a compatibility issue in connecting from oracle disc 4i to a 11g database.
    Can any one advise if this is the case and if there is any workaround for this?
    Regards,
    Raj

    Are you saying you are having issues with a database link between 8i and 11g (pl post exact versions to 4 digits) ? If so, it should be expected as database links between these two versions are not supported. Is there a reason you cannot upgrade the portal database to at least 10gR2 ?
    See MOS Doc 207303.1
    HTH
    Srini

  • Ptlconfig error: Exception resolving Portal version : null/ JDBC connect st

    Hi Folks,
    i am getting the following error while running ptlconfig on portal 10.1.2.0.2. midtier home to configure portal dad. does anyone know what to do with it? i have tried on metalink and google extensively to see any description or help on this error but have not found anything.
    will really appreciate if someone might drop a hint or two.
    thanks
    syed
    -- specs:
    win 2003 NT-cmd
    AS version: 10.1.2.0.2
    portal repos version: 10.1.4.0.0
    portal dad = portal30
    portal repository sits in a customer DB
    D:\ORACLE\Midtier1012\portal\conf>ptlconfig -dad portal30
    Portal Dependency Settings Tool
    Processing Portal instance '/pls/portal30' (host:port:servicename)
    Enter either the Portal schema or OID Admin password:
    Problem processing Portal instance: ERROR: Exception resolving Portal version : null
    Problem processing Portal instance: ERROR: Exception resolving Portal version : null
    Problem processing Portal instance: ERROR: Exception resolving Portal version : null
    Processing complete
    -- in the ptlconfig.log file i get the following:
    ERROR: Getting the Portal version raised exception.JDBC connect string used to access Portal is jdbc:oracle:oci:@ ( tnsanmes entry )
    with kind regards,
    Syed

    Yes, we were able to resolve it.
    Try first identifying if you are facing the same problem or not. So login into your portal schema on sqlplus, and see if you get any rows for the following:
    select * from wwc_version$;
    If you do not see any rows, then it means that the portal user is not granted Select on wwc_version$. if that is the case, then grant it. and then try to run ptlconfig again.
    hope that helps.
    AMN

  • REP-56110: Failed to connect to security repository Oracle Portal.

    Dear All,
    I need your help on the error REP-56110: Failed to connect to security repository Oracle Portal.
    I have installed Oracle Application Server 10g R2.
    I have enabled SSO for form Sevice and Report Service.
    I created OID user login and map it to my database user (on which my Application Run).
    When i run my application, SSO page apear. I login it with user id and Password and My application Runing Succesfully. But when i call Reports from my Application through Run_Repor_Object or Web.Show document. I get the error REP-56110: Failed to connect to security repository Oracle Portal.
    my oid user id and passwor is as follow
    username = ssotest
    password = ssotest1
    IF i run rwservlet command. It is showing the Server page with Secure mode.
    http://server:7778/reports/rwservlet/showjobs?
    What is the reasong behind this? Help me out.
    http://server/reports/rwservlet?destype=cache&desformat=pdf&report=sr_master.rdf&FromDate='01-JAN-12'&ToDate='31-DEC-12'&SSOConn=test/OracleDB/ssotest
    where -- test is my Resoruce Name define in OID
    oracleDB Resource Type
    ssotest my sso user name
    Edited by: Meherban Khan on Mar 27, 2012 6:21 AM

    I changed %PORTAL_DB_USERNAME%/%PORTAL_DB_PASSWORD%@%PORTAL_DB_TNSNAME%
    with the actual username/password of the portal schema. Now i get the following Error.
    REP-56071: Security check failed with error message: Error code30004 - Cannot access the output type:cache
    In package:wwv_rw_usr function:security_check
    Command line is: server=rep_portal_form_report_services report=KPIx/Churn Analysis/ChurnByAgeGroup.jsp destype=cache desformat=html rundate="27-DEC-05 12:12:20"
    Executed on:12/27/05 12:12:29

  • Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver

    Trying to Install RMS application 13.2.2 and I get past the pre-installation checks and when I get to the Data Source details and enter the data source details with the check box checked to validate the schema/Test Data Source I get the following error:
    Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver. Please check that the library path is set up properly or switch to the JDBC thin client oracle/jdbc/driver/T2CConnection.getLibraryVersioNumber()
    Checks performed:
    RMS Application code location and directory contents:
    [oracle@test-rms-app application]$ pwd
    /binary_files/STAGING_DIR/rms/application
    [oracle@test-rms-app application]$ ls -ltr
    total 144
    -rw-r--r-- 1 oracle oinstall   272 Dec 7  2010 version.properties
    -rw-r--r-- 1 oracle oinstall   405 Jan 16 2011 expected-object-counts.properties
    -rw-r--r-- 1 oracle oinstall   892 May 13 2011 ant.install.properties.sample
    -rw-r--r-- 1 oracle oinstall 64004 Jun  6  2011 build.xml
    drwxr-xr-x 9 oracle oinstall  4096 Jun 16 2011 rms13
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 installer-resources
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 antinstall
    drwxr-xr-x 2 oracle oinstall  4096 Jun 16 2011 ant-ext
    drwxr-xr-x 5 oracle oinstall  4096 Jun 16 2011 ant
    -rw-r--r-- 1 oracle oinstall 11324 Dec 18 09:18 antinstall-config.xml.ORIG
    -rwxr-xr-x 1 oracle oinstall  4249 Dec 18 10:01 install.sh
    drwxr-xr-x 4 oracle oinstall  4096 Dec 18 10:06 common
    -rw-r--r-- 1 oracle oinstall 16244 Dec 19 10:37 antinstall-config.xml
    -rw-r--r-- 1 oracle oinstall   689 Dec 19 10:37 ant.install.log
    [oracle@test-rms-app application]$
    Application installation:
    [oracle@test-rms-app application]$ ./install.sh
    THIS IS the driver directory
    Verified $ORACLE_SID.
    Verified SQL*Plus exists.
    Verified write permissions.
    Verified formsweb.cfg read permissions.
    Verified Registry.dat read permissions.
    Verified Java version 1.4.2.x or greater. Java version - 1.6.0
    Verified Tk2Motif.rgb settings.
    Verified frmcmp_batch.sh status.
    WARNING: Oracle Enterprise Linux not detected.  Some components may not install properly.
    Verified $DISPLAY - 172.16.129.82:0.0.
    This installer will ask for your "My Oracle Support" credentials.
    Preparing installer. This may take a few moments.
    Your internet connection type is: NONE
    Integrating My Oracle Support into the product installer workflow...
         [move] Moving 1 file to /binary_files/STAGING_DIR/rms/application
    Installer preparation complete.
    MW_HOME=/u01/app/oracle/Middleware/NewMiddleware1034
    ORACLE_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/as_1
    ORACLE_INSTANCE=/u01/app/oracle/Middleware/NewMiddleware1034/asinst_1
    DOMAIN_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/user_projects/domains/rmsClassDomain
    WLS_INSTANCE=WLS_FORMS
    ORACLE_SID=rmsdbtst
    JAVA_HOME=/u01/app/oracle/jrockit-jdk1.6.0_45-R28.2.7-4.1.0
    Launching installer...
    To make sure I have connectivity from the app server to the database (on a database server) here are the steps followed:
    [oracle@test-rms-app application]$ tnsping rmsdbtst
    TNS Ping Utility for Linux: Version 11.1.0.7.0 - Production on 19-DEC-2013 10:41:40
    Copyright (c) 1997, 2008, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = test-rms-db.vonmaur.vmc)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = rmsdbtst)))
    OK (0 msec)
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ sqlplus rms13@rmsdbtst
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu Dec 19 10:46:18 2013
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ ping test-rms-db
    PING test-rms-db.vonmaur.vmc (192.168.1.140) 56(84) bytes of data.
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=1 ttl=64 time=0.599 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=2 ttl=64 time=0.168 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=3 ttl=64 time=0.132 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=4 ttl=64 time=0.158 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=5 ttl=64 time=0.135 ms
    --- test-rms-db.vonmaur.vmc ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4001ms
    rtt min/avg/max/mdev = 0.132/0.238/0.599/0.181 ms
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ uname -a
    Linux test-rms-app.vonmaur.vmc 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ cat /etc/*-release
    Enterprise Linux Enterprise Linux Server release 5.3 (Carthage)
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    [oracle@test-rms-app application]$
    The database is created and all the batch file scripts have been successfully deployed.  Now working on the application server.  The  Weblogic server is installed and 11g forms and reports are installed successfully.
    Any help would be helpful.
    Thanks,
    Ram.

    Please check MOS Notes:
    FAQ: RWMS 13.2 Installation and Configuration (Doc ID 1307639.1)

  • Error while trying to connect to Database using Oracle instantclient

    I have a linux box where i have downloaded"instantclient-basic-linux.x64-11.2.0.3.0.zip". I have unzipped in /opt/instantclient_11_2.
    I am using this as a client in my code for connecting to the oracle 11g database which is in a different server. I have set the below env variables.
    LD_LIBRARY_PATH=/opt/instantclient_11_2
    CLASSPATH=/opt/instantclient_11_2:...
    PATH=/opt/instantclient_11_2:...
    When i run my program i am getting the below error.
    java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
    at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:765)
    at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:414)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:546)
    at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:162)
    I am trying to connect through a thick client as below.
    Class.forName ("oracle.jdbc.OracleDriver");
                   Connection conn = DriverManager.getConnection("jdbc:oracle:oci8:@hostname_orcl", userid, pwd);
    I have seen in some forums that we need to set $ORACLE_HOME and $TNS_ADMIN env variables as well. But, here i am trying to connect to a remote database. what should i set these variables to as i don't have oracle in my machine??
    Thanks

    looks like you didnt complete the install of the instant client. the ORACLE_HOME and TNS_ADMIN points to the location of the tnsnames if you dont have the full tns string in your jdbc connection string
    https://kb.berkeley.edu/jivekb/entry.jspa?externalID=1826

Maybe you are looking for

  • Can we push a Custom Type Object on Stack in BCEL?

    Hi All, I know how to push Primitive Types on Stack IN BCEL using InstructinoList.append(new PUSH(ConstantPoolGen,343)); Now i want to push Custom Type Object(Obj of some user defined class i.e EngineClass obj) on Stack in BCEL. Let me explain some c

  • How will I know when my iPad will ship?

    Will I receive a confirmation email that my order has been processed? How about when it ships? Thanks!

  • Problem with packages.p lease help me to resolve

    They are in ShoppingCart package, so create ShoppingCart folder and place these 2 java files in that folder. Then try to execute �java test� it is giving error, and see the stmts below: D:\Ashok\Received Files\ShoppingCart>dir Volume in drive D has n

  • How to create function panels for my own C functions?

    I've been searching for a way to create my own function panels. CVI documentation seems to suggest that this can be done but the explanation inevitably turns to instrument drivers, not C functions. I don't yet know what an instrument driver is. So fa

  • Customization of CAT2 transaction - Very Urgent

    Dear SDNers, We have created variant version for standard CAT2 transaction using ‘SHDS’ trans code. (Just to hide some of the options from the end user to enhance the usability).   To extend the usability, we need to do the following activity. In the