Timeout scnearios in Oracle 11g - UTL_HTTP.set_transfer_timeout

Hi friends ,
when we use the UTL_HTTP.set_transfer_timeout (180);
how to handle the situation after timeout , for example If the web service did not respond for more than 180 sec.
Then we should handle that.
in my requirement.
we should get the timeout error; and insert it into a sepearte logging table the error message.
can you please help me on this

Closing this question

Similar Messages

  • Database timeout issue in oracle 11g 64 bit windows machine

    Hi ,
    Database connection getting timedout for every 30 seconds in oracle 11g database 64 bit windows environment.
    And the error we are getting is "Invalid user name and passoword".
    After altering the schema passoword
    alter username identified by pwd;
    we are able to connect to database but it is getting timedout after 30 seconds.
    Is there any parameter settings that requires changes or verifications.
    We are facing this using sqlplus as well as through JDBC connection.
    Thanks
    Prasanna

    Check profile assigned to user... there is a parameter idle_time.. increase this..

  • Finding the lock wait timeout in Oracle 11g

    Want to know how to find the lock wait timeout set on Oracle 11g

    Hi,
    To find number of seconds a distributed transaction waits for a lock:
    SELECT *
      FROM v$parameter
    WHERE NAME = 'distributed_lock_timeout';To find all parameter's related to lock you can use something like this:
    SELECT *
      FROM v$parameter
    WHERE NAME like '%lock%';Thanks,
    Shankar

  • Not able to start Em Console for Oracle 11g in Linux 6.1

    I have a RedHat Linux 6.1 Laptop. I successfully installed Oracle 11g in my laptop and configured the DB.
    Post Installation everything was working fine and I could open the EM console.
    After stopping the DB, I am not able to bring up the em console. Notice the below error
    2014-01-27 19:32:52,014 Thread-4115646208 WARN  reload: Error parsing lastupld.xml : ORAXML-229, File=file:/home/oracle/app/oracle/product/11.2.0/dbhome_1/localhost_OMSora11g/sysman/emd/lastupld.xml, Line=0, Msg=LPX-00229: input source is empty
    2014-01-27 19:32:52,089 Thread-4115646208 WARN  http: nmehl_connect_internal: connect failed to (localhost:1158): Connection refused (error = 111)
    2014-01-27 19:32:52,089 Thread-4115646208 ERROR pingManager: nmepm_pingReposURL: Cannot connect to http://localhost:1158/em/upload/: retStatus=-1
    2014-01-27 19:32:52,170 Thread-4115646208 WARN  command: Job Subsystem Timeout set at 600 seconds
    2014-01-27 19:32:52,197 Thread-4115646208 WARN  upload: Upload manager has no Failure script: disabled
    2014-01-27 19:32:52,367 Thread-4115646208 WARN  metadata: Metric VirtualHosts does not have any data columns
    2014-01-27 19:32:52,624 Thread-4115646208 WARN  metadata: Metric hung_system_traces does not have any data columns
    2014-01-27 19:32:52,937 Thread-4115646208 ERROR main: failed to initialize TargetManager
    ======================================
    One of the links suggested it could  be because of sys and sysman users being locked. I ran the "alter user  sysman  account unlock;" command and unlocked it.
    BEFORE Unlock
    ./emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    http://localhost:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ............................................................................................. failed.
    Logs are generated in directory /home/oracle/app/oracle/product/11.2.0/dbhome_1/localhost_OMSora11g/sysman/log
    AFTER UNLOCK
    ./emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
    http://localhost:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control ..... started.
    Logs are generated in directory /home/oracle/app/oracle/product/11.2.0/dbhome_1/localhost_OMSora11g/sysman/log
    But the same error is noticed in both the above cases. Please assist..
    AFTER Unlock

    Hi,
    As you have mentioned that the sysman account was locked I would recommend to change the sysman password as per below doc to ensure the password is consistent at both config file and DB level
    How To Change the Password of the Database User Sysman (DB Control Repository Schema) (Doc ID 259379.1)
    Then try accessing the DBcontrol using below URL
    http://localhost:1158/em/console
    Regards,
    Rahul

  • Oracle 11g XE not working with oracle BI publisher 10g after enabling ACL

    Hello,
    I previously work with oracle 10gXE and Oracle BI publisher 10g and it work fine. now i install oracle 11g XE and try to configure it with oracle Bi Publlisher, it show this error
    "ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1324 ORA-12570: TNS:packet reader failure" after runing the ACL package to neable network service.
    on the database.
    Please can any body tell be why this is not working. Tanx.

    You'll need to add the apex engine owner to the ACL (Access Control List). Depending on your version of apex the user name varies. i.e. 4.0 is APEX_040000
    See Joel's blog for info about the ACL and APEX.
    [http://joelkallman.blogspot.com/2010/10/application-express-network-acls-and.html]

  • Does the JDBC driver need to changin when moving Oracle 9i to Oracle 11g??

    Hi All,
    I have two cases
    Case 1:
    Application is deployed on WebLogic 10 (JDK 5) and connects to Oracle 9i database using the thin driver. Now the database is now moving from ORacle 9i to Oracle 11g. I have the following question:
    1. Does the driver jar file and/or driver class need to be changed on the connection pool front?
    2. If yes then, do we need to change any of the jdbc coding to ensure compatibility?
    Case 2:
    Application is deployed on WebLogic 8.1 (JDK 1.4) and connects to Oracle 10g database using the thin driver. Now the database is now moving from ORacle 10g to Oracle 11g and application is moving to WebLogic 10. I have the following question:
    1. Does the driver jar file and/or driver class need to be changed on the connection pool front?
    2. If yes then, do we need to change any of the jdbc coding to ensure compatibility?
    Additioanlly, are there any other factors that I need to consider when upgrading these applications. Does any one have checklists?
    Any help will be really helpful.
    Thank you
    Nikhil

    nikhil.gonsalves wrote:
    Case 1:
    Application is deployed on WebLogic 10 (JDK 5) and connects to Oracle 9i database using the thin driver. Now the database is now moving from ORacle 9i to Oracle 11g. I have the following question:
    1. Does the driver jar file and/or driver class need to be changed on the connection pool front?Advised to do so (bugfixes, possible performance optimisations), not required unless you want to use functionality the 9i driver doesn't support.
    2. If yes then, do we need to change any of the jdbc coding to ensure compatibility?
    Not unless you want to use things not supported by the old driver.
    It is however a very good idea to at least update the name of the driver class, as the name used for the 9i driver has been deprecated (it's still allowed, but now leads to another method call which is a waste of CPU time).
    Case 2:
    Application is deployed on WebLogic 8.1 (JDK 1.4) and connects to Oracle 10g database using the thin driver. Now the database is now moving from ORacle 10g to Oracle 11g and application is moving to WebLogic 10. I have the following question:
    1. Does the driver jar file and/or driver class need to be changed on the connection pool front?See above.
    2. If yes then, do we need to change any of the jdbc coding to ensure compatibility?
    See above (except for the driver class name which you should have used the new name already had the application been written to make use of the new name which was introduced in 10g).
    Additioanlly, are there any other factors that I need to consider when upgrading these applications. Does any one have checklists?
    You should always do a full regression test of your entire platform when attempting a migration like this.
    Worst example of what can go wrong I ever encountered was an application where an upgrade of the database server it ran on led to a bugged batch job that for 5 years had (unnoticed to anyone) never completed because it always entered a timeout causing a rollback now suddenly no longer timing out and inserting 10k records of corrupt data every time it was run (where what it should insert were maybe a few dozen records of actual data at most).
    The database engine upgrade had not been announced to the dev team, the team responsible for it didn't do regression tests (as application testing is the responsibility of the dev team), the sys admins who should make full backups at upgrade moments (so we could roll back to the previous release if something went wrong) made no backup because it was no application upgrade, and now one of the core applications for several dozen offices was fundamentally broken.
    Technical lead for the application was literally on the other side of the world on a vacation, functional lead had left the company, the entire dev team consisted of me as a contractor brought in just 2 weeks prior and a new functional lead who'd arrived at about the same time, we were both still trying to get to know the system.
    Potential financial loss: millions a week if it wasn't fixed quick.
    That's the nightmare scenario from hell of course, where everything that could go wrong did go wrong all at the same time.

  • Error in cloneDBCreation.log while installing Oracle 11g

    Hi,
    While installing Oracle 11g in a Virtual Machine environment , the following error is shown during database cloning :-
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    ORACLE instance started.
    Total System Global Area 535662592 bytes
    Fixed Size          1334380 bytes
    Variable Size          163578772 bytes
    Database Buffers     364904448 bytes
    Redo Buffers          5844992 bytes
    USERS
    specify password for SYS as parameter 1:
    specify password for HR as parameter 2:
    specify password for OE as parameter 3:
    specify password for PM as parameter 4:
    specify password for IX as parameter 5:
    specify password for SH as parameter 6:
    specify password for BI as parameter 7:
    specify INPUT metadata import file as parameter 8:
    specify INPUT database backup file for tablespace EXAMPLE as parameter 9:
    specify OUTPUT database file for tablespace EXAMPLE as parameter 10:
    specify OUTPUT log directory as parameter 11:
    Sample Schemas are being plugged in ...
    ERROR:
    ORA-12170: TNS:Connect timeout occurred
    Please suggest a solution.
    Thanks & REgards
    Saswata Mandal.

    we are doing a normal installation of Oracle 11g Enterprise edition in a virtual machine system.
    During installing , the installer got stuck , while Cloning the database and showed the error.

  • ACL error when sending email from Oracle 11g

    Hi,
    It returned something like "error...ACL security" when I tried to send email from Oracle 11g. Is there any security thing that I need to release in Oracle 11g? I used to send emails from Oracle 10g and didn't find any problem.
    Thanks.
    Andy

    In Database 11g Oracle introduced Network Access Control Lists (ACLs) to protect the database from users using the many internet-capable packages such as UTL_INADDR, UTL_HTTP, UTL_TCP, etc.
    Read all about it in the docs and look at the code demos here:
    http://www.morganslibrary.org/library.html
    under DBMS_NETWORK_ACL_...

  • Cannot complete oracle 11g installation

    I tried to reinstall oracle 11g on windows 2008 R2 and couldn't complete the installation as i am unable to start the oracle service. The system gives the following error message
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1053) The service did not respond to the start or control request
    in a timely fashion.
    I try to manually create the service and it gives me the same error.
    I also tried to start the service using the net start as follows
    C:\Users\Administrator>net start oracleserviceprod
    The service is not responding to the control function.
    More help is available by typing NET HELPMSG 2186.
    Having looked at the event viewer in windows, I noticed three different error messages as followsr
    Application popup: Microsoft Visual C++ Runtime Library : Runtime Error!
    Program: c:\app\administrator\product\11.2.0\dbhome_1\bin\ORACLE.EXE
    R6034
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    and then
    A timeout was reached (30000 milliseconds) while waiting for the OracleServiceprod service to connect.
    The OracleServiceprod service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.
    Any help will be appreciated.
    Lucas

    installActions2012-08-21_04-20-22PM.log part 8
    INFO:
    *** Specify Source Location Page***
    INFO: Setting the 'SourceLocation ( FROM_LOCATION )' property to 'C:\Oracle_11g_install\database\install\../stage/products.xml'. Received the value from the command line.
    INFO: Initializing OUI Shiphome access setup
    INFO: User Action File copied to:C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2012-08-21_04-20-22PM/globalvariables/variable.properties
    INFO: User Action File copied to:C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2012-08-21_04-20-22PM/globalvariables/globalvar.xml
    INFO: Loading products list. Please wait.
    INFO: Loading products list. Please wait.
    INFO: Loading global variables
    INFO: Reading global variables from file C:/Oracle_11g_install/database/install/../stage/globalvariables/globalvar.xml
    WARNING: Duplicate definition of global variable ORACLE_HOSTNAME
    INFO: Loading of globalvariables complete
    INFO: oracle.ctx Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.ic_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_dbjava_ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_dbjava_jdbc'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.ucp_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.dbjava.ucp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.server_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_dbjava_server'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.common_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.common.cvu_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.has.common.cvu'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.db_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.has.db Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.has.deconfig_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/has_deconfig'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rsf_has_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.install.deinstalltool_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/deinstalltool'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.client_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.javavm.client Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.containers_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_java_j2ee_core'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.server_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_javavm_server_cmp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.admin_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.client_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.security.osdt_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_ldap_security_osdt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.owm_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ldap.owm Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_ldap_rsf_cmp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.rsf.ic_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.ldap.rsf.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.ssl_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.ldap.ssl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.mgw.common_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1\mgw'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.aso_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.aso Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.client_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_network_client'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.cman_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.cman Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.listener_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.listener Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.network.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_nlsrtl_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf.ic_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_nlsrtl_rsf_ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf.lbuilder_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_nlsrtl_rsf_lbuilder'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntmgmtobjs_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntmgmtobjs Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoledb_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntoledb Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoledb.odp_net_2_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/ODP.NET'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoramts_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oramts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.admin_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.admin Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.oraconfig_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.oraconfig Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.perfmon_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ntrdbms.perfmon Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.odbc_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.odbc.ic_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ons_11.2.0.0.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/opmn'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ons.eons_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.options_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.options Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oracore.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.oracore.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/olap'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.api_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.oraolap.api'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.dbscripts_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.annotator_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.client_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.interMedia.imclient'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.jai_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ordim.jai Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.rdbms_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.server_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.options.intermedia.imserver'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ovm_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.ovm Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.perlint_5.10.0.0.1' to 'C:\app\Administrator\product\11.2.0\dbhome_1\perl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.perlint.expat_2.0.1.0.1' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.perlint.modules_5.10.0.0.1' to 'C:\app\Administrator\product\11.2.0\dbhome_1\perl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.common_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.precomp.common Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.lang_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rsf_precomp_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.crs_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dbscripts_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_dbscripts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.deconfig_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1\rdbms\deconfig'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dm_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.hsodbc_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/hs'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.hs_common_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_hs_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.install.common_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.install.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.lbac_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.locator_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.oci_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_oci'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.olap_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.partitioning_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rdbms.partitioning Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.plsql_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_plsql'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf.ic_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf.runtime_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.rsf.runtime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rman_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.rman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.util_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.util'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rsf_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.rsf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sdo_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_cartridges_spatial'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.slax.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.slax.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj.sqljruntime_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_java_sqlj_sqljruntime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus.ic_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sqlplus.ic Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.agent_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.agent.core_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.common_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.common.core_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.db_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.ess_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.console.emcp_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.sysman.console.emcp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.db.rsf_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.sysman.db.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.oms.core_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.plugin.db.main.agent_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.plugin.db.main.oms_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.plugin.db.main.repository_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.repository.core_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.paf_10.2.0.4.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.sysman.paf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.winprod_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.winprod Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.wwg.plsql_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.parser.java_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.xdk.parser.java Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rsf_rdbms_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.server_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.xdk.server Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.xquery_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.xdk.xquery'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sdo.locator_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_cartridges_locator'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.marvel_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/marvel'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbdev_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.dbdev Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.owb.rsf_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_owb_shortcut_ids'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.ccr_10.3.1.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/ccr'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.cfs_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_crs_wincfs'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dv_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_dv'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dv.oc4j_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_rdbms_dv_oc4j'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.companion_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_javavm_companion'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rat_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.wlm.em_11.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.wlm.em Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.sysman.ccr.deconfig_10.3.1.0.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.sysman.ccr.deconfig'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.aspnet_2_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/ASP.NET'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.jdk_1.5.0.17.04' to 'C:\app\Administrator\product\11.2.0\dbhome_1\jdk'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.oui_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1\oui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.oui.core_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1\oui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.opatch_11.2.0.0.2' to 'C:\app\Administrator\product\11.2.0\dbhome_1\OPatch'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.jre_1.5.0.11.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1\jre\1.5.0'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.install.seeddb_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/oracle.rdbms.install.seeddb'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.install.seeddb.sample_schema_11.2.0.1.0' to 'C:\app\Administrator\product\11.2.0\dbhome_1/demo/schema'. Received the value from the variable calculation.
    INFO: Performing operation for OUI Oracle Home access setup
    INFO: Unable to read C:/app/Administrator/product/11.2.0/dbhome_1/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Unable to read C:/Program Files/Oracle/Inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO:
    Regards.
    Lucas

  • Error while creating a JDBC connection to Oracle 11g using WLS 6.1

    Hi
    I am trying to connect to Oracle 11g database on Weblogic 6.1 server.
    First of all i would like to know if this is compatible?
    The environement that i have is this
    1. JDK 1.3
    2. Database 11g is on remote system
    3. Oracle client on my local system ( Connecting to the 11g DB through the client works fine)
    4. Weblogic server 6.1
    5. Currently the application is connected to Oracle 10g DB and working fine(We are attempting to move it to 11g)
    Below are the steps that i followed to create the connection:
    1. Made an entry for the datasource in config.xml under <WLS_DOMAIN>/config folder as below
    <JDBCConnectionPool DriverName="oracle.jdbc.driver.OracleDriver"
    MaxCapacity="4" Name="CADConnectionPool"
    Properties="user=abc_proxy;password=proxy_abc;dll=ocijdbc8;protocol=thin"
    RefreshMinutes="5" ShrinkPeriodMinutes="10" Targets="CAsvr"
    TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
    TestTableName="dual" URL="jdbc:oracle:thin:@gen11t-ora.db.lab.xyz.com:1530:GEN11T"/>
    2. Restarted the server.
    3. Ran the application and get the following error on the server console:
    <Aug 22, 2011 12:39:42 AM CDT> <Error> <JDBC> <Cannot startup connection pool "C
    ADConnectionPool" weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.lang.ArrayIndexOutOfBoundsException
    at oracle.security.o3logon.C0.r(C0)
    at oracle.security.o3logon.C0.l(C0)
    at oracle.security.o3logon.C1.c(C1)
    at oracle.security.o3logon.O3LoginClientHelper.getEPasswd(O3LoginClientH
    elper)
    at oracle.jdbc.ttc7.O3log.<init>(O3log.java:289)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:251)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:246)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.ja
    va:365)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:260)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:193)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:134)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllo
    cator.java:705)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.j
    ava:282)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:650)
    at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:360)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:285)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:239)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:199)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:360)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    57)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    25)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy31.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2977)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:372)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:360)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    57)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    25)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy42.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1234)
    at weblogic.management.Admin.finish(Admin.java:644)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:524)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:207)
    at weblogic.Server.main(Server.java:35)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:209)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:134)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllo
    cator.java:705)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.j
    ava:282)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:650)
    at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:360)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:285)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:239)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:199)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:360)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    57)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    25)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy31.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2977)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:372)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:360)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    57)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    25)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy42.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1234)
    at weblogic.management.Admin.finish(Admin.java:644)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:524)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:207)
    at weblogic.Server.main(Server.java:35)
    Can't load scjd12.dll, file not found java.library.path=C:\jdk1.3.1_11\bin;.;C:\WINDOWS\system32;C:\WINDOWS;.\bin;C:\P
    rogram Files\Lotus\Notes\Data;C:\Program Files\Lotus\Notes;C:\Program Files\Java
    \jre1.5.0_17\bin;C:\Program Files\Java\j2re1.4.2_06\bin;C:\Oracle\bin;C:\Program
    Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\sys
    tem32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\nls;C:\WINDOWS\sys
    tem32\nls\ENGLISH;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Rational
    \common;C:\Program Files\Rational\ClearCase\bin;C:\apache-ant-1.6.5\bin;C:\jdk1.
    3.1_11\bin;C:\Program Files\Citrix\ICAService\;C:\Program Files\Citrix\System32\
    ;Z:.
    <Aug 22, 2011 12:38:06 AM CDT> <Info> <JDBC> <Sleeping in createResource()>
    <Aug 22, 2011 12:38:07 AM CDT> <Error> <JDBC> <Cannot startup connection pool "c
    ispool" weblogic.common.ResourceException:
    Could not load 'com.neon.jdbc.Driver
    If this is a type-4 JDBC driver, it could occur if the JDBC
    driver is not in the system CLASSPATH.
    If this is a type-2 JDBC driver, it may also indicate that
    the Driver native layers(DBMS client lib or driver DLL)
    have not been installed properly on your system
    or in your PATH environment variable.
    This is most likely caused by one of the following:
    1. The native layer SO, SL, or DLL could not be found.
    2. The file permissions on the native layer SO, SL, or DLL
    have not been set properly.
    3. The native layer SO, SL, or DLL exists, but is either
    invalid or corrupted.
    For more information, read the installation documentation
    for your JDBC Driver, available from:
    http://e-docs.bea.com
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Con
    nectionEnvFactory.java:212)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:134)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllo
    cator.java:705)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.j
    ava:282)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.j
    ava:650)
    at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
    oymentTarget.java:360)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
    loymentTarget.java:285)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
    ments(DeploymentTarget.java:239)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
    DeploymentTarget.java:199)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:360)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    57)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    25)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy31.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
    yments(ServerMBean_CachingStub.java:2977)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
    er(ApplicationManager.java:372)
    at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
    nManager.java:160)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:360)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    57)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    25)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy42.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    .start(ApplicationManagerMBean_CachingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1234)
    at weblogic.management.Admin.finish(Admin.java:644)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:524)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:207)
    at weblogic.Server.main(Server.java:35)
    Would like some help on this asap as the project is in critical stage.
    Thanks

    The driver being used by your weblogic is too old and incompatible with the DBMS. Upgrade the driver.

  • Oracle 11g  Quartz Scheduler 1.8.5 running under JBOSS 5.1

    Basically I'm getting this error when running Quartz configured for the jobStore
    org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreCMT
    I've got two data sources setup.
    One data source is setup to be looked up via JNDI (presumably for the one that may participate in distributed JTA XA transactions) and one that
    supposedly is not to participate in JTA transactions in which quartz can call commit/rollback on it's own.
    The problem I'm seeing with the interaction of the two is the following exception:
    05:21:27,292 ERROR [TxPolicy] javax.ejb.EJBTransactionRolledbackException: SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [9
    9999]; error code [29875];
    --- The error occurred in XXXXX_COORDINATE_SqlMap.xml.
    --- The error occurred while applying a parameter map.
    --- Check the XXXX_COORDINATE.insert-InlineParameterMap.
    --- Check the statement (update failed).
    --- Cause: java.sql.SQLException: ORA-29875: failed in the execution of the ODCIINDEXINSERT routine
    ORA-29400: data cartridge error
    ORA-14450: attempt to access a transactional temp table already in use
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 720
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 225
    ; nested exception is com.XXXXXibatis.common.jdbc.exception.NestedSQLException:
    --- The error occurred in XXXXX_COORDINATE_SqlMap.xml.
    --- The error occurred while applying a parameter map.
    --- Check the XXXXX_COORDINATE.insert-InlineParameterMap.
    --- Check the statement (update failed).
    --- Cause: java.sql.SQLException: ORA-29875: failed in the execution of the ODCIINDEXINSERT routine
    ORA-29400: data cartridge error
    ORA-14450: attempt to access a transactional temp table already in use
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 720
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 225
    Has anyone seen this error before with the following configuration of Quartz 1.8.5, Oracle 11g, Oracle Spatial?
    I've googled and seen reference to Oracle spatial using temp tables and not compatible with transactions... but not sure
    exactly how to solve this problem.
    Thanks in advacce.

    Hi;
    Can any one advise me where and how can I download proper RPM packages and how do I resolve swap space requirement failure as mentioned above. Please let me know if further information required.You can find all related rpm from your DVD. For rpm please see below thread:
    RPM confirmation
    Re: Package install for oracle11gr2
    For swap:
    swap size increase-linux
    How to increase swap size?
    Regard
    Helios

  • Oracle 11g Installation problems

    Hi there, Im a new Oracle's user, and I am trying to install Oracle 11g in my computer I have Windows Vista SP2 32bits, but I have a lot of problems.
    The program send me various messages of Warnings and Errors so I couldnt finished the complete instalation and configuration.
    Somebody can help me with some of this errors.
    This are the errors: (In Spanish)
    ORA-31011: Fallo en el analisis de XML
    ORA-19202: Se ha producido un error en el procesamiento
    ORA-06512: en "SYS.XMLTYPE", linea 272
    ORA-06512: en "XDB.XDB_CONFIGURATION", linea 69
    ORA-06512: en "XDB.DBMX_XDB", linea 209
    ORA-06512: en "XDB.XDB_CONFIGURATION", linea 92
    La configuración de Enterprise Manager ha fallado debido al
    siguiente error:
    Error al iniciar Database Control
    Consulte el archivo log en C:\oraclecfgtoollogsdbca\orc\emConfig.log para obtener mas información
    Posteriormente, puede reintentar la configuración de esta base de datos con
    Enterprise Manager ejecutando manualmente el archivo de comandos C:\oracle\product\11.1.0\db_1\bin\emca
    nstaller ha instalado productos en el grupo de componentes "Oracle Windows Interfaces".
    Para soportar un desarrollo perfecto en Microsoft Visual Studio con la base de datos Oracle,
    Oracle recomienda descargar e instalar la última versión de
    "Oracle Developer Tools for Visual Studio .NET" de Oracle Technology Network.
    I will aprecciatte your help.
    Thank you!

    user12191943 wrote:
    I have Windows Vista SP2 32bitsPlease specifiy WHICH edition of Vista. Oracle does have many problems with Vista Home.

  • Oracle 11g install problem on rhel 4.4

    i was trying to install oracle 11g to rhel 4.4
    during the install process , there are two warning when runing environment check
    one is kernal parameter
    i set four kernal parameter like this:
    net.core.rmem_default = 262144
    net.core.rmem_max = 262144
    net.core.wmem_default = 262144
    net.core.wmem_max = 262144
    but oracle warning me they should be set as 419430
    the other is swap space :
    i set 2G,but oracle needs 4G.
    i neglect them and continue
    but when the install proceed 11percent , it stoped there and the i pose the install log is :
    INFO: Method 'dispose()' Not implemented in class 'CustomConfigurationOptions'
    INFO: config-context initialized
    INFO: *** Install Page***
    INFO: FastCopy : File Version is Compatible
    INFO: Install mode is fastcopy mode for component 'oracle.server' with Install type 'Custom'.
    INFO: Link phase has been specified as needed
    INFO: Setup phase has been specified as needed
    INFO: HomeSetup JRE files in Scratch :0
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/ora11/DB10g/root.sh'. Received the value from a code block.
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/ora11/DB10g/root.sh'. Received the value from a code block.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_Custom_exp_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_Custom_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_Custom_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_Custom_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    INFO: FastCopy : The component info is ignored :oracle.network.cman:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.precomp.lang:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.odbc:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.rdbms.dv:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.rdbms.lbac:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.rdbms.dv.oc4j:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.odbc.ic:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.sysman.ccr:10.2.6.0.0
    i do not know how to make it work ,please help me
    thank you!

    This is the output from my current 11g installation on an OEL4:
    Checking operating system package requirements ...
    Checking for make-3.80; found make-1:3.80-6.EL4-i386. Passed
    Checking for binutils-2.15.92.0.2; found binutils-2.15.92.0.2-21-i386. Passed
    Checking for gcc-3.4.5; found gcc-3.4.6-3.1-i386. Passed
    Checking for libaio-0.3.105; found libaio-0.3.105-2-i386. Passed
    Checking for libaio-devel-0.3.105; found libaio-devel-0.3.105-2-i386. Passed
    Checking for libstdc++-3.4.5; found libstdc++-3.4.6-3.1-i386. Passed
    Checking for elfutils-libelf-devel-0.97; found elfutils-libelf-devel-0.97.1-3-i386. Passed
    Checking for sysstat-5.0.5; found sysstat-5.0.5-11.rhel4-i386. Passed
    Checking for libgcc-3.4.5; found libgcc-3.4.6-3.1-i386. Passed
    Checking for libstdc++-devel-3.4.5; found libstdc++-devel-3.4.6-3.1-i386. Passed
    Checking for unixODBC-2.2.11; found unixODBC-2.2.11-1.RHEL4.1-i386. Passed
    Checking for unixODBC-devel-2.2.11; found unixODBC-devel-2.2.11-1.RHEL4.1-i386.
    ~ Madrid

  • Oracle 11g ASM installation on HP UX 11.31 Risc

    Hi All,
    I am planning to install Oracle 11g ASM on HP UX 11.31 Risc machine. Is it possible to configure ASM without using RAW devices. If yes what is the procedure.
    Thanks,

    I am planning to install Oracle 11g ASM on HP UX 11.31 Risc machine. Is it possible to configure ASM without using RAW devices. If yes what is the procedure.AFAIK, it is not possible.

  • Installing Oracle 11g on Ubuntu 8.04

    Hello,
    I am having a sleepless night trying to install Oracle 11g express on Ubuntu 8.04.
    There is no server. I am actually trying to install on the exact box i am using.
    I got this error again and again. Any pro and experts please help:
    Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable.
    127.0.0.1:0.0
    127.0.0.1:0.0
    =======================
    oracle@sithkong-desktop:~/database$ DISPLAY=127.0.0.1:0.0
    oracle@sithkong-desktop:~/database$ export DISPLAY
    oracle@sithkong-desktop:~/database$ xclock
    No protocol specified
    Error: Can't open display: 127.0.0.1:0.0
    oracle@sithkong-desktop:~/database$ ./runInstaller -ignoreSysPrereqs
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 10751 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 1915 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/X11R6/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-08-29_10-22-59PM. Please wait ...oracle@sithkong-desktop:~/database$ Oracle Universal Installer, Version 11.1.0.6.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    No protocol specified
    Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable.
    127.0.0.1:0.0
    127.0.0.1:0.0
    OUI-10025:Unable to start an interactive install session because of the following error:Can't connect to X11 window server using '127.0.0.1:0.0' as the value of the DISPLAY variable. The DISPLAY environment variable should be set to <hostname or IP address>:<screen>, where the <screen> is usually '0.0'.
    OUI-10026:Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
    - For csh:                % setenv DISPLAY 192.168.1.128:0.0
    - For sh, ksh and bash:      $ DISPLAY=192.168.1.128:0.0; export DISPLAY
    Use the following command to see what shell is being used:
         echo $SHELL
    Use the following command to view the current DISPLAY environment variable setting:
         echo $DISPLAY
    - Make sure that client users are authorized to connect to the X Server.
    OUI-10027:To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
         % <full path to xclock... see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for 'xclock': '/usr/X11R6/bin/xclock'

    http://www.pythian.com/news/968/installing-oracle-11g-on-ubuntu-804-lts-hardy-heron
    HTH...

Maybe you are looking for

  • Creative mp3 player compatibility with PFS car au

    I was wondering if the "Plays For Sure" compatible Creative Players will work with the PFS compatible car audio receivers from Kenwood and Alpine. I'm mostly wondering about my Zen Xtra, but I'm sure others would like to know if their players would w

  • Screen sleeps during Media playback (With external monitor connected)

    Here's a weird one... With no external screen connected to my T410 I can watch the BBC iPlayer without the screen 'sleeping' after 5 minutes, which is perfect..... as I don't want the screen dimming and then going into power save mode while watching

  • BPM Payload bind to adf query panel with table

    hi guys, i have a requirement to process all result row in the table to my bpm process. i have a bpm taskflow and already defined the payload xml. in the taskflow UI, i hv a adf query panel with table from a criteria View object. how can i bind the s

  • Item Positions

    I have a form containing around 30 Items. All items will not be shown every time. It will depend on the value of a Select List (with Submit) which determines which Items will be shown and which will be hidden. I have set the conditions in all the ite

  • JSAPI, speech output to file ???

    Hi all, I am not new to Java but using JSAPI first time, I have downloaded an example code which takes an Ascii string and speek accordingly, which can be hear on headphone. This code is working fine. Now I would like to know that how can I get spoke