Upgrade Oracle iAS 9.0.4.1 JDBC Driver to 9.2.0.8

Hi,
I'm using Oracle Application Server 10g R1 (9.0.4.1) for a JDBC application that connects to an Oracle 9.2.0.7 Database.
Due to some NLS problems with JDBC connections which are out of the scope of this posting, I need to upgrade the JDBC Driver of iAS 9.0.4.1 to the latest JDBC Driver, closest to my database full version. Since there is no 9.2.0.7 JDBC Driver set, I downloaded the 9.2.0.8 JDBC Driver files for Java JRE 1.4 which is the jdk/jre of the iAS 9.0.4.1.
This set though, contains files ojdbc14.jar, ojdbc14_g.jar and ocrs12.jar and NOT the JDBC Driver files that are found in the ORACLE_HOME\jdbc\lib path of the iAS 9.0.4.1., and of course, replacing the existing with the new ones, does not work (does not update the JDBC Driver on the server).
How can this upgrade be archived?
Is anyone aware of the documented JDBC upgrade procedure for Oracle iAS 9.0.4.1, to driver version 9.2.0.8?
Why there is no classes12.zip or classes12.jar distribution in the JDBC driver 9.2.0.8 set?
Thank you

JspServlet: unable to dispatch to requested page: Exception:java.lang.UnsupportedClassVersionError: wfrecruit/WFRequisition (Unsupported major.minor version 49.0)
Application is compiled with a JDK version and run with another version of JDK.
Compile and run application with same version of JDK.

Similar Messages

  • Oracle.jms.AQjmsException: JMS-225: Invalid JDBC driver

    I am deploying an MDB to an SOA Suite iAS 10g OC4J container version 10.1.3.1 and I am receiving this error when trying to start the bean, even though the connection pool has been setup and tested to connect using OCI.
    Error in MessageDrivenBean 'MessageDrivenEJBBean': oracle.jms.AQjmsException: JMS-225: Invalid JDBC driver - OCI driver must be used for
    this operation
    oracle.jms.AQjmsException: JMS-225: Invalid JDBC driver - OCI driver must be used for this operation
    at oracle.jms.AQjmsError.throwEx(AQjmsError.java:285)
    at oracle.jms.AQjmsConsumer.dequeue(AQjmsConsumer.java:1186)
    at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:922)
    at oracle.jms.AQjmsConsumer.receiveFromAQ(AQjmsConsumer.java:835)
    at oracle.jms.AQjmsConsumer.receive(AQjmsConsumer.java:776)
    at oracle.j2ee.ra.jms.generic.CommonConsumerWrapper.receive(CommonConsumerWrapper.java:203)
    at com.evermind.server.ejb.MessageDrivenConsumer.receiveMessage(MessageDrivenConsumer.java:424)
    at com.evermind.server.ejb.MessageDrivenConsumer.processMessages(MessageDrivenConsumer.java:213)
    at com.evermind.server.ejb.MessageDrivenConsumer.run(MessageDrivenConsumer.java:169)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Anyone have any ideas?
    Thanks

    Hello,
    You need to use the OCI driver as the error indicates.
    The thin driver does not have support for the ANYDATA type in 10.2 only the OCI driver does. in 11.1 onwards the thin driver supports the ANYDATA type. So an option may be to use the jar files from an 11g install.
    Thanks
    Peter

  • Oracle 9.2.0.1.0 JDBC driver for Java 1.5 & Java 1.6

    Hi,
    Is there any JDBC driver that I can download for running Java application of version 1.5 or 1.6 on Oracle 9.2.0.1.0 ?
    As I see in the official link of Oracle: http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    The JDBC drivers for this database are only for Java 1.4 and older.
    Can any one please help?
    Thanks
    Edited by: user11088169 on 05:21 09/06/2009

    The subject is about Oracle 9.2.0.1 JDBC drivers. "Oracle 9.2.0.1.0 JDBC driver for Java 1.5 & Java 1.6"
    Oracle database 9.2.0 drivers may only be used with JDK 1.4 or earlier.
    But, Oracle database 9.2.0 may be used with Oracle database 11 drivers with JDK 5.0, 6.0.

  • Oracle jdbc driver problems in netbeans 5.5

    need help again....i'm experience a problem. the problems are :
    i connect from netbeans 5.5 to oracle database express client 10g using jdbc driver ojdbc14.jar. the connection succeded (all the tables appears and i even can view the data). but when i trying to bind data to a drop down list component (with right click to the dropdown list component and then bind data), the dataprovider of that table appear in red color and there's no field appears in that. i'm so confused? i already add the ojdbc14.jar driver to the following path :
    1. i create a new class library in netbeans with consist of that driver,
    then added to my project (right click in my project then add library).
    2. then i added the ojdbc14.jar driver to my tomcats lib at "C:\Program
    Files\netbeans-5.5\enterprise3\apache-tomcat-5.5.17\common\lib".
    Is there any additional settings in using oracle jdbc driver? Does anyone knows? thanks a lot for the answers...
    Message was edited by:
    darma_sadha

    Hi!
    I'm using NetBeans 6.5 and I'm having some troubles to connect.
    The steps I've made:
    - Create the connection pool in Glassfish, nothing special, just standard parameters (Based on javax.sql.DataSource and including URL, Username and Password).
    - Create the JDBC resource associated with that connection pool,let's say jdbc/test.
    Now in NetBeans I register the driver:
    - New driver -> Find the ojdbc14.jar and from the options that I can choose it shows: oracle.jdbc.OracleDriver and oracle.jdbc.driver.OracleDriver.
    If i choose without +.driver+ I got the thin drivers (the ones i want) and if i chosse the one with the other one I got the OCI drivers. So I choose the first option oracle.jdbc.OracleDriver
    - Then I go to my project and click New -> Entity Classes from Database and from Datasource I select jdbc/test and it shows the following error message:
    Unable to find the driver oracle.jdbc.driver.OracleDriver. Please register this driver in the Databases.
    I can fix it if while registering the ojdbc14.jar I select the second option (*oracle.jdbc.driver.OracleDriver*) but with this option I need to specity the connection to use OCI instead of the desired thin driver.
    I hope you'll understand and help me somehow
    Edited by: KILE on Oct 10, 2008 2:26 AM

  • Doubts: Oracle 9i Client -J2SDK1.4 - JDBC Driver

    Hi eXperts,
    I have installed Oracle 9i(9.2.0.1) client in my machine. Along with the Oracle 9i client, there are two JREs (versions 1.3.1 and 1.1.8) also installed. After installing the oracle 9i client, the SYSTEM�s environment variable �PATH� is updated with the �bin� directory of both JRE (C:\Program Files\Oracle\jre\1.3.1\bin;
    C:\Program Files\Oracle\jre\1.1.8\bin;) and �bin� director of Oracle home (C:\oracle\ora92\bin;)
    Already I have installed J2SDK 1.4.1_02. I have set the USER�s environment variable �PATH� to �C:\j2sdk1.4.1_02\bin;�
    My problem is:
    1.     Before installing oracle 9i client, I was working with J2SDK v1.4.1. After installing, I could not able to invoke the J2SDK 1.4.1; instead I�m invoking JRE 1.3.1. I want work with latest version of J2SDK (that is J2SDK1.4.1, the one I installed) at the same time without disturbing the Oracle 9i clients JREs. Because, I want use the Oracle client for JDBC connection to the database.
    2.     I have installed J2SDK1.4.1, I want connect with oracle 9i database from JAVA using JDBC driver. That means JDBC driver supporting J2SDK1.4. (With ojdbc14.jar, not with classes12.jar,). But, currently I�m using �classes12.jar� to connect with database, because my program invokes JRE1.3, not J2SDK1.4.
    3.     And one more doubt is that why Oracle 9i client comes with two JREs. JRE 1.3.1 is having backward compatibility; it should support JRE 1.1.8 features too. Why two JREs?
    Hope that any of you can solve my doubts.
    Thank & Regards,
    Vijay

    Hi Viravan,
    Yes of course, JRE 1.1.8 doesn�t have the forward compatibility with JRE 1.3. I would like to hear the words from you to clear and assure myself with the doubt that what is the purpose of inclusion of JRE1.1.8 along with the oracle 9i client?. I�m assuming that this is because of to use JRE 1.1.8 compatible JDBC drivers. Is it right?
    Because,
    For JDK1.1 � classes111.zip
    For JDK1.2 and JDK1.3 � classes12.zip and
    For JDK1.4 � ojdbc14.jar
    If that is the case why they haven�t included the JRE1.4 along with Oracle 9i client, because they were provided the ojdbc14.jar.
    If any OTHER REASON is there, please let me know. I�m suspecting that there may be some other reasons for the inclusion of JRE1.1.8. Looking forward your reply�
    Thanks for your support.
    Vijay

  • DatabaseMetaData.getTypeInfo ()=NULL when use JDBC Driver 9.2.0.5

    Why DatabaseMetaData.getTypeInfo () is NULL when use JDBC Driver 9.2.0.5 to connect Oracle 9.0.1.1.1 database?
    In the following links
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm#02_02
    the segment "Which JDBC drivers support which versions of Oracle Database?" tells us that JDBC Driver 9.2.0.5 can support Oracle 9.0.1.1.1 database.
    thanks!

    ERROR --- java.sql.SQLException: ORA-01722: 无效数字

  • JDBC driver install for SQLSERVER 2000

    I am porting my application from Oracle DB to SQLServer2000.
    Which JDBC driver and where can I get the drivers and procedures to
    install the driver?
    Any advice for the porting procedures will be appreciated.
    Thanks in advance for any comments.
    Judy

    This comes up over and over and over and over; use the "search Forums" feature...

  • Buying a new JDBC driver

    Hi There,
    I am a student and currently working on a ASP ->MS ACCESS application. I have converted that application to JSP->MS ACCESS.
    Now I am planning to migrate to JSP->Oracle and want to buy a JDBC driver for the same. Can anybody guide me to buying a good/cheap driver?
    I have gone through the following list but I want somebody experienced to advice me on this topic.
    http://industry.java.sun.com/products/jdbc/drivers
    Any help will be useful.
    Thanks
    Mahesh.

    Thanks for the reply!!
    Another query about developing applications:
    For the JSP->MS ACCESS application that I developed, I used JDBC:ODBC bridge that comes with SDK and Apache Tomcat as the JSP container.
    Compared to the implementation in ASP, the JSP version was very very slow (crashed after 30 min of extensive interaction with the database) and after a long thought I attributed this problem to the JDBC:ODBC bridge. This led me to my decision of buying / using a new JDBC driver.
    Do you think I am in the right direction? Also is Oracle JDBC driver used commercially?
    Regards.

  • [BEA][SQLServer JDBC Driver]Error

    hi
    i am veeresh.s, in 1 of our user this below error has came,i am a fresher, i don't know how to resolve it, please any body help me in resolving this error
    user gets the following error message when the user try to create a connection pool to connect user weblogic server to oracle server.
    Error:
    [BEA][SQLServer JDBC Driver]Error establishing socket to host and port: dt2888-swaminat:1433. Reason: Connection refused: connect
    The Network Adapter could not establish the connection
    user is unable to telnet to that machine. user suspect that it to be some driver issue.
    So what may be the problem,
    please look into the problem and Kindly help me in resolving this issue.

    This appears to be a duplicate thread. I posted a reply in the other forum
    Re: [BEA][SQLServer JDBC Driver]Error
    Justin

  • Oracle Application Server 4.0.8.2 upgrade JDBC driver how ?

    What I did was I replace the following classes12.zip (thid JDBC driver is from Jdeveloper library folder) file into OAS home directory under jdbc/lib and change the following env variables in OAS.
    Lastly, tested out 2 simple servlet program
    1) No Connection pooling (simple query)
    2) With Connection Pooling (only JDBC 2 has this features)
    both the servlet fail to display and throw me an error "An Application has occured error ..."
    with the old classes111.zip it works fine not after I replaced the new JDBC 2 driver.

    sorry Oracle Application Server 4.0.8.1

  • Problem with Java 5 and Oracle 10g JDBC driver

    Hi All,
    Currently we upgrade our web application to Java 5 and Oracle 10.2 JDBC driver. And we encountered a bug, when the user entered the information through UI and data didn't store into database (Oracle 9i). The problem is that this bug is not happend so often maybe once a day and this did not happen before we upgraded to Java 5 and Oracle 10.2 JDBC driver. Does anyone encounter the same problem ? Is this Java 5 problem or Oracle JDBC driver problem ?
    Thanks,

    sounds like a database problem...
    Are you using a driver version that's supported for your database engine?
    What else did you change? We once ran into a major bug in our application that had for 5 years been masked by performance problems in our hardware and infrastructure.
    Once those were resolved the bug showed itself and caused tens of thousands of records to be erroneously inserted into our database every day.
    It's certainly NOT a problem with your JVM (if it's a decent one, like the Sun implementation).
    So it's either your database, your driver, your network (dropping packets???), or your application.
    The upgrade may just have exposed something that was already there.

  • Help - Could not load 'oracle.jdbc.driver.OracleDriver ...

    I'm using oci8 to connect to the Oracle database.
    URL: jdbc:oracle:oci8:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(PORT=1527)(HOST=testhost)))(CONNECT_DATA=(SID=fnoe2pa)))
    When I tried to start the weblogic server, I got the following errors:
    Can you suggest what I should do next (step-wise)??? Thanks, Bobby
    <Sleeping in createResource()>
    ####<15/08/2002 14:09:43> <Error> <JDBC> <qawebmethods> <myserver>
    <main> <system> <> <001060> <Cannot startup connection pool
    "pool/test_myapp" weblogic.common.ResourceException:
    Could not load 'oracle.jdbc.driver.OracleDriver
    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(ConnectionEnvFactory.java:212)
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:134)
         at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:705)
         at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
         at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:650)
         at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:360)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:285)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(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(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:360)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         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.updateDeployments(ServerMBean_CachingStub.java:2977)
         at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:372)
         at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:360)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         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)
    >
    ####<15/08/2002 14:09:43> <Info> <JDBC> <qawebmethods> <myserver>
    <main> <system> <> <001082> <Creating Data Source named
    jdbc/test_myapp for pool pool/test_myapp>
    ####<15/08/2002 14:09:43> <Info> <JDBC> <qawebmethods> <myserver>
    <main> <system> <> <001070> <Checking existence of connection pool
    pool/test_myapp requested by user system>
    ####<15/08/2002 14:09:43> <Error> <JDBC> <qawebmethods> <myserver>
    <main> <system> <> <001059> <Error during Data Source creation:
    weblogic.common.ResourceException: DataSource(jdbc/test_myapp) can't
    be created with non-existent Pool (connection or multi)
    (pool/test_myapp)>
    ####<15/08/2002 14:09:50> <Info> <EJB> <qawebmethods> <myserver>
    <main> <system> <> <010008> <EJB Deploying file: myapp-ejb.jar>
    ####<15/08/2002 14:09:50> <Warning> <J2EE> <qawebmethods> <myserver>
    <main> <system> <> <160007> <You are running WebLogic Server with J2EE
    1.3 features enabled. The implementation of specific J2EE 1.3 features
    (EJB 2.0, JSP 1.2, Servlet 2.3, and J2EE Connector Architecture 1.0)
    in BEA WebLogic Server 6.1 is of a non-final version of the
    appropriate specification. It is subject to change in future releases
    once the specification becomes finalized. This may cause application
    code developed for BEA WebLogic Server 6.1 that uses the new features
    of J2EE 1.3 to be incompatible with the J2EE 1.3 platform supported in
    future releases of BEA WebLogic Server.>
    ####<15/08/2002 14:09:59> <Error> <J2EE> <qawebmethods> <myserver>
    <main> <system> <> <160001> <Error deploying application myapp-ejb:
    Unable to deploy EJB: Counter from myapp-ejb.jar:
    The DataSource with the JNDI name: jdbc/test_myapp could not be
    located. Please ensure that the DataSource has been deployed
    successfully and that the JNDI name in your EJB Deployment descriptor
    is correct.
    >
    ####<15/08/2002 14:09:59> <Info> <HTTP> <qawebmethods> <myserver>
    <main> <system> <> <101053> <[HTTP myserver] Loading web app: myapp>
    ####<15/08/2002 14:09:59> <Info> <HTTP> <qawebmethods> <myserver>
    <main> <system> <> <101059> <[myserver] Loading myapp from WAR file:
    C:\bea\wlserver6.1\.\config\mydomain\applications\.wlnotdelete\wlap31483\myapp.war>
    ####<15/08/2002 14:09:59> <Warning> <J2EE> <qawebmethods> <myserver>
    <main> <system> <> <160007> <You are running WebLogic Server with J2EE
    1.3 features enabled. The implementation of specific J2EE 1.3 features
    (EJB 2.0, JSP 1.2, Servlet 2.3, and J2EE Connector Architecture 1.0)
    in BEA WebLogic Server 6.1 is of a non-final version of the
    appropriate specification. It is subject to change in future releases
    once the specification becomes finalized. This may cause application
    code developed for BEA WebLogic Server 6.1 that uses the new features
    of J2EE 1.3 to be incompatible with the J2EE 1.3 platform supported in
    future releases of BEA WebLogic Server.>
    ####<15/08/2002 14:09:59> <Info> <HTTP> <qawebmethods> <myserver>
    <main> <system> <> <101031>
    <[WebAppServletContext(1412030,myapp,/myapp)] extracting classfiles to
    C:\bea\wlserver6.1\config\mydomain\applications\.wlnotdelete\wlap31483\WEB-INF\_tmp_war_myapp:>
    ####<15/08/2002 14:10:04> <Info> <HTTP> <qawebmethods> <myserver>
    <main> <system> <> <101032>
    <[WebAppServletContext(1412030,myapp,/myapp)] extracted classfiles
    successfully...>
    ####<15/08/2002 14:10:04> <Info> <HTTP Session> <qawebmethods>
    <myserver> <main> <system> <> <100037> <Creating SessionContext of
    type: memory for webapp: /myapp>
    ####<15/08/2002 14:10:04> <Info> <HTTP> <qawebmethods> <myserver>
    <main> <system> <> <101047>
    <[WebAppServletContext(1412030,myapp,/myapp)] registering classpath
    servlet with initArgs 'null'>
    ####<15/08/2002 14:10:04> <Info> <HTTP> <qawebmethods> <myserver>
    <main> <system> <> <101047>
    <[WebAppServletContext(1412030,myapp,/myapp)] registering getior
    servlet with initArgs 'null'>
    ####<15/08/2002 14:10:04> <Info> <HTTP> <qawebmethods> <myserver>
    <main> <system> <> <101047>
    <[WebAppServletContext(1412030,myapp,/myapp)] registering tunneling
    servlets with initArgs 'wl-dispatch-policy=direct'>
    ####<15/08/2002 14:10:04> <Info> <HTTP> <qawebmethods> <myserver>
    <main> <system> <> <101047>
    <[WebAppServletContext(1412030,myapp,/myapp)] registering JSPServlet
    with initArgs '[JspConfig:
    verbose=true,packagePrefix=jsp_servlet,-compiler=javac,compileFlags=,workingDir=C:\bea\wlserver6.1\config\mydomain\applications\.wlnotdelete\wlap31483\WEB-INF\_tmp_war_myapp,pageCheckSeconds=1,superclass=null,keepgenerated=false,precompileContinue=false,compilerSupportsEncoding=true,encoding=null,defaultfilename=index.jsp,compilerclass=null,noTryBlocks=false]'>
    ####<15/08/2002 14:10:04> <Debug> <HTTP> <qawebmethods> <myserver>
    <main> <system> <> <101097> <Registering ServletContext:
    "myapp:/myapp">
    ####<15/08/2002 14:10:04> <Info> <J2EE> <qawebmethods> <myserver>
    <main> <system> <> <160003> <Deployed : myapp>
    ####<15/08/2002 14:10:04> <Info> <HTTP> <qawebmethods> <myserver>
    <main> <system> <> <101133> <Initializing WEB server myserver>
    ####<15/08/2002 14:10:04> <Notice> <Management> <qawebmethods>
    <myserver> <main> <system> <> <141052> <Application Poller started for
    development server.>
    ####<15/08/2002 14:10:04> <Notice> <WebLogicServer> <qawebmethods>
    <myserver> <ListenThread> <system> <> <000202> <ListenThread listening
    on port 7001>
    ####<15/08/2002 14:10:04> <Info> <NT Performance Pack> <qawebmethods>
    <myserver> <ListenThread> <system> <> <000000> <NATIVE: NTSocketMuxer
    was built on Nov 1 2001 16:39:28
    >
    ####<15/08/2002 14:10:04> <Notice> <WebLogicServer> <qawebmethods>
    <myserver> <SSLListenThread> <system> <> <000202> <SSLListenThread
    listening on port 7002>
    ####<15/08/2002 14:10:05> <Notice> <Management> <qawebmethods>
    <myserver> <main> <system> <> <141030> <Starting discovery of Managed
    Server... This feature is on by default, you may turn this off by
    passing -Dweblogic.management.discover=false>
    ####<15/08/2002 14:10:05> <Notice> <WebLogicServer> <qawebmethods>
    <myserver> <main> <system> <> <000331> <Started WebLogic Admin Server
    "myserver" for domain "mydomain" running in Development Mode>
    ####<15/08/2002 14:10:11> <Info> <NT Performance Pack> <qawebmethods>
    <myserver> <ExecuteThread: '14' for queue: 'default'> <> <> <000000>
    <Allocating: '2' NT reader threads>
    ####<15/08/2002 14:10:13> <Info> <HTTP> <qawebmethods> <myserver>
    <ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'> <system>
    <> <101047> <[WebAppServletContext(5367844,console,/console)] actions:
    init>
    ####<15/08/2002 14:10:18> <Info> <HTTP> <qawebmethods> <myserver>
    <ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'> <system>
    <> <101047> <[WebAppServletContext(5367844,console,/console)]
    FileServlet: init>
    ####<15/08/2002 14:10:18> <Info> <HTTP> <qawebmethods> <myserver>
    <ExecuteThread: '1' for queue: '__weblogic_admin_html_queue'> <system>
    <> <101047> <[WebAppServletContext(5367844,console,/console)]
    FileServlet: Using standard I/O>

    "thorick" <[email protected]> wrote in message news:<[email protected]>...
    Most likely, the OCI libraries could not be loaded.
    Before continuing down this path, is there any reason
    why you want to use an OCI based Driver as opposed to the
    all Java Oracle thin driver ?There is indeed a valid reason for my choice.
    I am currently connecting to the Oracle "Rdb" 7.0 database (located on
    VMS) - not Oracle Oracle.
    The SQL Service software we're currently using is version 7.1. This
    version works well with the OCI8 driver (when connecting to the
    database from Windows NT). This version of SQL Service however does
    NOT work for the THIN driver (unless we upgrade the SQL Service to
    version 7.1.5.5 - which we're not prepared to do so because it is not
    stable enough from our previous test/trials). SQLSRV Version 7.1.5.5
    works for THIN driver but it will result in uncommitted
    transactions/unresolved connection/stopping of listener issues and
    there is a need to restart the service from time to time. Oracle has
    since confirmed that this is a bug that they have yet to resolve...
    So we have to stick to OCI8 (THICK) for the time being. I would really
    appreciate it very much if you can tell me the various OCI libraries
    that I need to load (in terms of WebLogic Server config file settings
    etc..).
    By the way I have already installed the Oracle 8 client software on
    the NT server (where WebLogic Server is) and I have also set up the
    relevant SID (using the Net8 Assistant) that points to the Oracle Rdb
    database on the VMS. I have also tried using SQL*Plus to connect to
    the database and I can connect properly to the database. But WebLogic
    simply doesn't seem to load the software.
    Help...
    Regards,
    Bobby Brown, writing from Australia.

  • Upgrade Oracle Identity Manager Middle Tier (oim 9.1 Upgrade to oim 11g)

    Hi All,
    Our environment details are
    OIm 11.1.1.5.0 and SOA 11.1.1.5.0
    DB: Oracle 11.2
    OS: Linux redhat 5 x86_64bit
    AppServer: Weblogic 10.3.5 (64 bit)
    We are upgrading oim 9.1 to oim 11.1.1.5, followed the tasks explained in the link (http://download.oracle.com/docs/cd/E21764_01/upgrade.1111/e10129/upgrade_oim.htm#CACGDIEJ) and completed till task 12 (13.14 Task 12: Use Upgrade Assistant to Upgrade Oracle Identity Manager Middle Tier). But task 12 has completed with failed status. the log information is as follows
    [2011-08-22T14:21:32.224-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: Unable to delete backup profile : /db/AD Group_backup, moving forward ...
    [2011-08-22T14:21:32.226-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: Unable to delete, as profile does not exist : /db/AD Group moving forward ...
    [2011-08-22T14:21:32.227-04:00] [iam] [NOTIFICATION] [IAM-5012124] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Failed to load profile from MDS /db/AD Group. Error is oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/db/AD Group".
    [2011-08-22T14:21:32.227-04:00] [iam] [NOTIFICATION] [IAM-5012124] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Failed to load profile from MDS /db/AD Group_backup. Error is oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/db/AD Group_backup".
    [2011-08-22T14:21:32.227-04:00] [iam] [NOTIFICATION] [IAM-5012122] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Reading configurations from the database for object name AD Group
    [2011-08-22T14:21:32.234-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: tos not null
    [2011-08-22T14:21:32.236-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: ostkey:74
    [2011-08-22T14:21:32.236-04:00] [iam] [NOTIFICATION] [IAM-5012121] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Form Details: SDK form name:UD_ADGRP
    [2011-08-22T14:21:34.150-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000J7mi8HN8xkc5Ljl3ie1EKdmn00000K,0] Generic Information: Operation CREATE on MetadataObject /db/AD Group
    [2011-08-22T14:21:34.165-04:00] [iam] [NOTIFICATION] [IAM-5012131] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000J7mi8HN8xkc5Ljl3ie1EKdmn00000K,0] Performing XML schema validation on AD Group
    [2011-08-22T14:21:36.479-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: oracle.iam.platform.entitymgr.NoSuchEntityException: RA_ADGROUP9
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: null
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_INSTANCETYPE field type:String desc:Group Type
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_CN field type:String desc:Group Display Name
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_OBJECTGUID field type:String desc:Object GUID
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_ITRESOURCE15641F83 field type:string desc:null
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_GROUPNAMEBFB9FBCC field type:String desc:Group Name
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.538-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] field:RECON_ORGANIZATIONNAMEB47A7958 field type:String desc:Organization Name
    [2011-08-22T14:21:36.539-04:00] [iam] [NOTIFICATION] [] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] schema str size:0
    [2011-08-22T14:21:36.695-04:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000J7mhf_28xkc5Ljl3ie1EKdmn000004,0] Generic Information: {0}[[
    oracle.mds.exception.MDSRuntimeException: MDS-00173: Attribute name of element attribute in document /db/RA_ADGROUP9.xml has a null value.
    at oracle.mds.internal.persistence.db.shredded.DocumentParser.startElementAttrs(DocumentParser.java:1063)
    at oracle.mds.internal.persistence.db.shredded.DocumentParser.startElement(DocumentParser.java:330)
    at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.tourDocument(ShreddedReposAccess.java:1090)
    at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.tourDocument(ShreddedReposAccess.java:1091)
    at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.tourDocument(ShreddedReposAccess.java:1091)
    at oracle.mds.internal.persistence.db.shredded.ShreddedReposAccess.createDocumentParser(ShreddedReposAccess.java:1066)
    at oracle.mds.internal.persistence.db.shredded.ShreddedDBMSConnection.createDocumentParser(ShreddedDBMSConnection.java:400)
    at oracle.mds.internal.persistence.db.BaseDBMSConnection.createDocWithComment(BaseDBMSConnection.java:729)
    at oracle.mds.internal.persistence.db.BaseDBMSConnection.createStoreDocument(BaseDBMSConnection.java:690)
    at oracle.mds.persistence.DelegatingMetadataStoreConnection.createStoreDocument(DelegatingMetadataStoreConnection.java:260)
    Please suggest me.
    Thanks.
    Edited by: user13285646 on Aug 22, 2011 8:23 PM

    I got similar error when I did Database Middle Tier upgrade from 9.1.0.2 to OIM11g 11.1.1.5.
    [2012-01-04T08:58:28.085+13:00] [iam] [NOTIFICATION] [IAM-5012124] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Failed to load profile from MDS /db/AD User Trusted. Error is oracle.mds.core.MetadataNotF
    oundException: MDS-00013: no metadata found for metadata object "/db/AD User Trusted".
    [2012-01-04T08:58:28.100+13:00] [iam] [NOTIFICATION] [IAM-5012131] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Performing XML schema validation on AD User Trusted
    [2012-01-04T08:58:28.192+13:00] [iam] [NOTIFICATION] [IAM-5012122] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Reading configurations from the database for object name AD User Trusted
    [2012-01-04T08:58:28.200+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: tos not null
    [2012-01-04T08:58:28.201+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: ostkey:54
    [2012-01-04T08:58:28.201+13:00] [iam] [NOTIFICATION] [IAM-5012121] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Form Details: SDK form name:USR
    [2012-01-04T08:58:28.227+13:00] [iam] [NOTIFICATION] [IAM-5012113] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Error while reading mapping rules from the database : java.lang.NullPointerException
    [2012-01-04T08:58:28.227+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: {0}[[
    java.lang.NullPointerException
    at oracle.iam.reconciliation.impl.config.ReconAttribute.setCaseInsensitiveFlag(ReconAttribute.java:90)
    at oracle.iam.reconciliation.impl.config.AttrMappingsReader.createTargetAttribute(AttrMappingsReader.java:563)
    at oracle.iam.reconciliation.impl.config.AttrMappingsReader.readSingleValuedAttrs(AttrMappingsReader.java:461)
    at oracle.iam.reconciliation.impl.config.DBConfigReader.readReconConfigFromDB(DBConfigReader.java:60)
    at oracle.iam.reconciliation.impl.config.ProfileManager.createProfileFromDBConfig(ProfileManager.java:131)
    at oracle.iam.reconciliation.impl.config.ProfileManager.persistToXML(ProfileManager.java:239)
    at oracle.iam.reconciliation.impl.config.ProfileManager.lookupProfile(ProfileManager.java:203)
    at oracle.iam.reconciliation.impl.config.ReconPostImportConfigHandler.reconUpdate(ReconPostImportConfigHandler.java:117)
    at oracle.iam.reconciliation.impl.config.ReconPostImportConfigHandler.configure(ReconPostImportConfigHandler.java:110)
    at oracle.ias.upgrade.config.oim.feature.recon.ReconUpgrade.doUpgrade(ReconUpgrade.java:78)
    at oracle.ias.upgrade.config.oim.OIMFeatureUpgradePlugin.doUpgrade(OIMFeatureUpgradePlugin.java:752)
    at oracle.ias.upgrade.config.oim.OIMFeatureUpgradeItem.doUpgrade(OIMFeatureUpgradeItem.java:80)
    at oracle.ias.upgrade.config.oim.OIMConfigUpgrade.doUpgrade(OIMConfigUpgrade.java:179)
    at oracle.ias.upgrade.UpgradeSupport.doUpgrade(UpgradeSupport.java:1823)
    at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:503)
    [2012-01-04T08:58:28.375+13:00] [iam] [NOTIFICATION] [IAM-5012124] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Failed to load profile from MDS /db/AD User. Error is oracle.mds.core.MetadataNotFoundExce
    ption: MDS-00013: no metadata found for metadata object "/db/AD User".
    [2012-01-04T08:58:28.380+13:00] [iam] [NOTIFICATION] [IAM-5012131] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Performing XML schema validation on AD User
    [2012-01-04T08:58:28.459+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation DELETE on MetadataObject /db/AD User Trusted_backup
    [2012-01-04T08:58:28.459+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation DELETE on MetadataObject /db/AD User Trusted
    [2012-01-04T08:58:28.459+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation CREATE on MetadataObject /db/AD User Trusted_backup
    [2012-01-04T08:58:28.459+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation CREATE on MetadataObject /db/AD User Trusted
    [2012-01-04T08:58:28.472+13:00] [iam] [NOTIFICATION] [IAM-5012131] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Performing XML schema validation on AD User Trusted
    [2012-01-04T08:58:28.529+13:00] [iam] [NOTIFICATION] [IAM-5012122] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Reading configurations from the database for object name AD User
    [2012-01-04T08:58:28.537+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: tos not null
    [2012-01-04T08:58:28.540+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: ostkey:63
    [2012-01-04T08:58:28.540+13:00] [iam] [NOTIFICATION] [IAM-5012121] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Form Details: SDK form name:UD_ADUSER
    [2012-01-04T08:58:28.584+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation DELETE on MetadataObject /db/AD User_backup
    [2012-01-04T08:58:28.584+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation DELETE on MetadataObject /db/AD User
    [2012-01-04T08:58:28.584+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 14] [ecid: 0000JI_99yAE0VWppwp2iY1F0plq00000^,0] Generic Information: Operation CREATE on MetadataObject /db/AD User_backup
    [2012-01-04T08:58:28.604+13:00] [iam] [NOTIFICATION] [IAM-5012113] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Error while reading mapping rules from the database : java.lang.NullPointerException
    [2012-01-04T08:58:28.604+13:00] [iam] [NOTIFICATION] [IAM-5012113] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Error while reading mapping rules from the database : java.lang.NullPointerException
    [2012-01-04T08:58:28.604+13:00] [iam] [NOTIFICATION] [IAM-5010000] [oracle.iam.reconciliation.impl.config] [tid: 13] [ecid: 0000JI_8g^GE0VWppwp2iY1F0plq000004,0] Generic Information: {0}[[
    java.lang.NullPointerException
    at oracle.iam.reconciliation.impl.config.ReconAttribute.setCaseInsensitiveFlag(ReconAttribute.java:90)
    at oracle.iam.reconciliation.impl.config.AttrMappingsReader.createTargetAttribute(AttrMappingsReader.java:563)
    at oracle.iam.reconciliation.impl.config.AttrMappingsReader.readSingleValuedAttrs(AttrMappingsReader.java:461)
    at oracle.iam.reconciliation.impl.config.DBConfigReader.readReconConfigFromDB(DBConfigReader.java:60)
    Have you got any progress for your issue from Oracle?
    Huaikun Lin
    Jan 04 2012

  • Oracle JDBC driver 11.2.0.3 is reported as client version 11.2.0.2

    Greetings everyone,
    I wonder if other folks are experiencing the same:
    We have upgraded our JDBC driver to latest ojdbc6.jar (2,714,189 bytes) - 11.2.0.3
    Everything looks great, except that on the server side it is reported as client version 11.2.0.2
    JVM side:
    ===== Database info =====
    DatabaseProductName: Oracle
    DatabaseProductVersion: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    DatabaseMajorVersion: 11
    DatabaseMinorVersion: 2
    ===== Driver info =====
    DriverName: Oracle JDBC driver
    DriverVersion: 11.2.0.3.0
    DriverMajorVersion: 11
    DriverMinorVersion: 2
    Database side:
    select client_driver, client_version from v$session_connect_info
    (null), 11.2.0.2.0
    Is that expected behavior or the property is not updated between releases?
    Andrey
    Edited by: 907164 on Jan 10, 2012 12:09 PM

    Hi ,
    Thank you so much for your reply.
    That was the exact information that I needed.
    Could you also tell me from where can I get the information of future releases.
    Regards,
    Stacey.

  • After upgrade oracle software oracle external command not responding

    Hi experts,
    I am start oracle up-gradation oracle 10.2.0.1 to 10.2.0.5,  from "p8202632_10205_LINUX.zip" patch on Redhat linex.
    When start upgrade oracle software only using "/runinstaller" after that i am not able to connect oracle external command (like "sqlplus","exp/imp").
    every oracle command not respond like...............
    [oracle@MTSNOIDA-REP2 bdump]$ sqlplus
    [oracle@MTSNOIDA-REP2 bdump]$
    please help me resolve that. i am sharing log of patch apply.............
    Oracle OLAP 10.2.0.1.0
       Oracle OLAP API 10.2.0.1.0
       OLAP SQL Scripts 10.2.0.1.0
       Oracle interMedia Client Option 10.2.0.1.0
       Oracle Database 10g interMedia Files 10.2.0.1.0
       Oracle interMedia 10.2.0.1.0
       PL/SQL Embedded Gateway 10.2.0.1.0
       Oracle XML Development Kit 10.2.0.1.0
       Oracle Text 10.2.0.1.0
       Oracle Clusterware RDBMS Files 10.2.0.1.0
       Database SQL Scripts 10.2.0.1.0
       Oracle Data Mining RDBMS Files 10.2.0.1.0
       Generic Connectivity Common Files 10.2.0.1.0
       Oracle Net Required Support Files 10.2.0.1.0
       Oracle Starter Database 10.2.0.1.0
       Sample Schema Data 10.2.0.1.0
       Oracle interMedia Locator RDBMS Files 10.2.0.1.0
       Oracle Call Interface (OCI) 10.2.0.1.0
       Oracle OLAP RDBMS Files 10.2.0.1.0
       PL/SQL 10.2.0.1.0
       Oracle Recovery Manager 10.2.0.1.0
       Oracle Database Utilities 10.2.0.1.0
       Oracle interMedia Locator 10.2.0.1.0
       XML Parser for Java 10.2.0.1.0
       Assistant Common Files 10.2.0.1.0
       Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.0
       Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.0
       Oracle interMedia Java Advanced Imaging 10.2.0.1.0
       SQLJ Runtime 10.2.0.1.0
       XML Parser for Oracle JVM 10.2.0.1.0
       Enterprise Manager Agent DB 10.2.0.1.0
       Enterprise Manager Baseline 10.2.0.1.0
       Oracle Enterprise Manager Console DB 10.2.0.1.0
       XDK Required Support Files 10.2.0.1.0
       Agent Required Support Files 10.2.0.1.0
       DBJAVA Required Support Files 10.2.0.1.0
       LDAP Required Support Files 10.2.0.1.0
       Precompiler Required Support Files 10.2.0.1.0
       Oracle RAC Required Support Files-HAS 10.2.0.1.0
       RDBMS Required Support Files for Instant Client 10.2.0.1.0
       RDBMS Required Support Files 10.2.0.1.0
       SQL*Plus Required Support Files 10.2.0.1.0
       SSL Required Support Files for InstantClient 10.2.0.1.0
       Installation Common Files 10.2.0.1.0
       Oracle Globalization Support 10.2.0.1.0
       Oracle Core Required Support Files 10.2.0.1.0
       Platform Required Support Files 10.2.0.1.0
       Oracle Message Gateway Common Files 10.2.0.1.0
       Enterprise Manager Agent Core 10.2.0.1.0
       Enterprise Manager Common Files 10.2.0.1.0
       Enterprise Manager Repository Core 10.2.0.1.0
       Oracle Containers for Java 10.2.0.1.0
       Enterprise Manager Repository DB 10.2.0.1.0
       Oracle LDAP administration 10.2.0.1.0
       JDBC Common Files 10.2.0.1.0
       Database Workspace Manager 10.2.0.1.0
       Oracle interMedia Annotator 10.2.0.1.0
       Enterprise Manager Minimal Integration 10.2.0.1.0
       Parser Generator Required Support Files 10.2.0.1.0
       Buildtools Common Files 10.2.0.1.0
       Oracle UIX 2.1.22.0.0
       Bali Share 1.1.18.0.0
    Deinstall in progress (Tuesday, November 19, 2013 11:02:51 PM GMT+05:30)
    ...............................................................   0% Done.
    ...............................................................  18% Done.
    ...............................................................  37% Done.
    ...............................................................  56% Done.
    ...............................................................  75% Done.
    .................                                               100% Done.
    Deinstall successful
    Installation in progress (Tuesday, November 19, 2013 11:02:51 PM GMT+05:30)
    ...............................................................  18% Done.
    ...............................................................  37% Done.
    ...............................................................  56% Done.
    ...............................................................  75% Done.
    .................................................                90% Done.
    Install successful
    Linking in progress (Tuesday, November 19, 2013 11:03:45 PM GMT+05:30)
    ..                                                               91% Done.
    Link successful
    Setup in progress (Tuesday, November 19, 2013 11:03:49 PM GMT+05:30)
    .........                                                       100% Done.
    Setup successful
    End of install phases.(Tuesday, November 19, 2013 11:03:54 PM GMT+05:30)
    Starting to execute configuration assistants
    Configuration assistant "Oracle Configuration Manager Configuration" succeeded
    WARNING:
    The following configuration scripts need to be executed as the "root" user.
    #!/bin/sh
    #Root script to run
    /u01/app/oracle/product/10.2.0/root.sh
    To execute the configuration scripts:
        1. Open a terminal window
        2. Log in as "root"
        3. Run the scripts
    The installation of Oracle Database 10g Release 2 Patch Set 4 was successful.
    Please check '/u01/app/oracle/oraInventory/logs/silentInstall2013-11-19_11-02-36PM.log' for more details.

    [oracle@MTSNOIDA-REP2 bin]$ ls -lrth
    total 7.2G
    -rwxrwxrwx 1 oracle oinstall  83K Jan  1  2000 zip
    -rwxrwxrwx 1 oracle oinstall 100K Jan  1  2000 unzip
    -rwxrwxrwx 1 oracle oinstall 2.9K Jan  1  2000 oraenv
    -rwxrwxrwx 1 oracle oinstall 2.4K Jan  1  2000 oerr
    -rwxrwxrwx 1 oracle oinstall 2.3K Jan  1  2000 gensyslib
    -rwxrwxrwx 1 oracle oinstall  14K Jan  1  2000 dbstart
    -rwxrwxrwx 1 oracle oinstall 6.5K Jan  1  2000 dbshut
    -rwxrwxrwx 1 oracle oinstall 2.4K Jan  1  2000 dbhome
    -rwxrwxrwx 1 oracle oinstall 2.8K Jan  1  2000 coraenv
    -rwxrwxrwx 1 oracle oinstall   48 Sep 25  2000 oraxml
    -rwxrwxrwx 1 oracle oinstall   48 Sep 25  2000 oraxsl
    -rwxrwxrwx 1 oracle oinstall   46 Nov  7  2000 oracg
    -rwxrwxrwx 1 oracle oinstall   45 Sep 25  2001 transx
    -rwxrwxrwx 1 oracle oinstall   59 Nov 25  2002 orapipe
    -rwxrwxrwx 1 oracle oinstall   44 Dec  4  2002 orajaxb
    -rwxrwxrwx 1 oracle oinstall 1.7K Jan 12  2004 emrepdown.sh
    -rwxrwxrwx 1 oracle oinstall  25K Jan 12  2004 emwd
    -rwxrwxrwx 1 oracle oinstall  767 Jan 12  2004 emlfail.command
    -rwxrwxrwx 1 oracle oinstall 1.2K Jan 12  2004 emdfail.command
    -rwxrwxrwx 1 oracle oinstall 1.7K Jan 12  2004 runclass
    -rwxrwxrwx 1 oracle oinstall  762 Jan 12  2004 xsql
    -rwxrwxrwx 1 oracle oinstall    0 May 19  2004 nmus
    -rwxrwxrwx 1 oracle oinstall    0 May 19  2004 nmupm
    -rwxrwxrwx 1 oracle oinstall    0 May 19  2004 nmocat
    -rwxrwxrwx 1 oracle oinstall    0 May 19  2004 nmo.0
    -rws--x--- 1 root   oinstall    0 May 19  2004 nmo
    -rwxrwxrwx 1 oracle oinstall    0 May 19  2004 nmei
    -rwxrwxrwx 1 oracle oinstall    0 May 19  2004 nmb.0
    -rws--x--- 1 root   oinstall    0 May 19  2004 nmb
    -rwxrwxrwx 1 oracle oinstall    0 May 19  2004 emtgtctl2
    -rwxrwxrwx 1 oracle oinstall    0 May 19  2004 emdctl
    -rwxrwxrwx 1 oracle oinstall    0 May 19  2004 emagent
    -rwxrwxrwx 1 oracle oinstall    0 May 19  2004 e2eme
    -rwxrwxrwx 1 oracle oinstall  39K Sep  2  2004 xmlwf
    -rwxrwxrwx 1 oracle oinstall 5.9K Sep 25  2004 repo_mig.template
    -rwxrwxrwx 1 oracle oinstall  11K Oct 13  2004 DBConsole.pm
    -rwxrwxrwx 1 oracle oinstall   82 Oct 15  2004 commonenv.bat.template
    -rwxrwxrwx 1 oracle oinstall 3.1K Apr  5  2005 asmcmd
    -rwxrwxrwx 1 oracle oinstall 2.8K May 12  2005 emrepdown.pl
    -rwxrwxrwx 1 oracle oinstall 3.4K May 12  2005 emdrollogs.pl
    -rwxrwxrwx 1 oracle oinstall 3.9K May 12  2005 emdlctl.template
    -rwxrwxrwx 1 oracle oinstall    0 May 12  2005 emtgtctl20
    -rwxrwxrwx 1 oracle oinstall 210K May 21  2005 asmcmdcore
    -rwxrwxrwx 1 oracle oinstall 1.1K May 23  2005 processDef.pl
    -rwxrwxrwx 1 oracle oinstall 3.2K Jun  7  2005 symfind
    -rwxrwxrwx 1 oracle oinstall 1.2K Jun 13  2005 linkshlib
    -rwxrwxrwx 1 oracle oinstall 4.8K Jun 13  2005 genclntst
    -rwxrwxrwx 1 oracle oinstall  153 Jun 13  2005 echodo
    -rwxrwxrwx 1 oracle oinstall 5.6K Jun 16  2005 genagtsh
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 tkprofO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 sqlplusO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 sqlldrO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 sbttestO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 orapwdO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 oklist0
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 okinit0
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 okdstry0
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 nidO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 maxmemO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 mapsga0
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 kfod0
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 impO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 impdpO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 hsotsO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 hsdepxaO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 hsallociO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 extprocO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 expO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 expdpO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 dumpsga0
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 dbvO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 dbfsizeO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 cursizeO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 ctxloadO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 ctxlcO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 csscanO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 agtctlO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 wrapO
    -rwxrwxrwx 1 oracle oinstall    0 Jun 22  2005 tstshmO
    -rwxrwxrwx 1 oracle oinstall 1.9K Aug  9  2005 agentok.sh
    -rwxrwxrwx 1 oracle oinstall  11K Aug 15  2005 emctl.template
    -rwxrwxrwx 1 oracle oinstall 2.2K Aug 26  2005 sAgentUtils.pm
    -rwxrwxrwx 1 oracle oinstall    0 Aug 31  2005 netca_inst.sh
    -rwxrwxrwx 1 oracle oinstall 353K Sep 11  2005 emagtm0
    -rwxrwxrwx 1 oracle oinstall 759K Sep 11  2005 nmccollector0
    -rwxrwxrwx 1 oracle oinstall  52K Oct 16  2005 proxyserv.bin
    -rwxrwxrwx 1 oracle oinstall  52K Oct 20  2005 extjoboO
    -rwxrwxrwx 1 oracle oinstall  52K Oct 20  2005 extjobO
    -rwxrwxrwx 1 oracle oinstall 1.1M Oct 20  2005 racgeutO
    -rwxrwxrwx 1 oracle oinstall 1.2M Oct 20  2005 racgmainO
    -rwxrwxrwx 1 oracle oinstall 615K Oct 20  2005 oclsmon.bin
    -rwxrwxrwx 1 oracle oinstall  30K Oct 20  2005 extproc32O
    -rwxrwxrwx 1 oracle oinstall  64K Oct 20  2005 geneziO
    -rwxrwxrwx 1 oracle oinstall  691 Oct 22  2005 proxyserv
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 racgmdbO
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 racgimonO
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 oifcfg0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 trcroute0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 tnsping0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 tnslsnr0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 lsnrctl0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 trcldr
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 grdcscan
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 kfodO
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 nmus0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 nmupm0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 nmocat0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 nmo0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 nmei0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 nmb0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 emdctl0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 emagent0
    -rwxrwxrwx 1 oracle oinstall    0 Oct 22  2005 e2eme0
    -rwxrwxrwx 1 oracle oinstall 8.3K Jan 19  2006 genclntsh
    -rwxrwxrwx 1 oracle oinstall  485 Aug  4  2006 makeserverwlt
    -rwxrwxrwx 1 oracle oinstall  485 Aug  4  2006 makerootca.sh
    -rwxrwxrwx 1 oracle oinstall 3.5K Feb 20  2007 genoccish
    -rwxrwxrwx 1 oracle oinstall  504 Mar 30  2007 commonenv.template
    -rwxrwxrwx 1 oracle oinstall  16K Apr 17  2007 IASConsole.pm
    -rwxrwxrwx 1 oracle oinstall 1.2K May  9  2007 emtgtctl.template
    -rwxrwxrwx 1 oracle oinstall 6.9K Dec 24  2008 aqxmlctl.pl
    -rwxrwxrwx 1 oracle oinstall 9.5K Apr 29  2009 genorasdksh
    -rwxrwxrwx 1 oracle oinstall  23K May 12  2009 EMDeploy.pm
    -rwxrwxrwx 1 oracle oinstall  24K Jun 14  2009 EMAgent.pm
    -rwxrwxrwx 1 oracle oinstall 9.0K Dec  7  2009 relink
    -rwxrwxrwx 1 oracle oinstall  56K Feb 10  2010 emwd.pl
    -rwxrwxrwx 1 oracle oinstall 1.9K Feb 18  2010 racgwrap.sbs
    -rwxrwxrwx 1 oracle oinstall 1.9M Apr  8  2010 xml
    -rwxrwxrwx 1 oracle oinstall 2.3M Apr  8  2010 xmlcg
    -rwxrwxrwx 1 oracle oinstall 1.6M Apr  8  2010 schema
    -rwxrwxrwx 1 oracle oinstall 1.7M Apr  8  2010 xvm
    -rwxrwxrwx 1 oracle oinstall 1.9M Apr  8  2010 xsl
    -rwxrwxrwx 1 oracle oinstall 1.8K Apr  8  2010 pupbld
    -rwxrwxrwx 1 oracle oinstall 2.1K Apr  8  2010 helpins
    -rwxrwxrwx 1 oracle oinstall 148K Apr 12  2010 mkwallet
    -rwxrwxrwx 1 oracle oinstall 4.8K Apr 12  2010 gennttab
    -rwxrwxrwx 1 oracle oinstall 2.9K Apr 12  2010 gennfgt
    -rwxrwxrwx 1 oracle oinstall  13K Apr 12  2010 adapters
    -rwxrwxrwx 1 oracle oinstall 793K Apr 13  2010 nmccollector
    -rwxrwxrwx 1 oracle oinstall  50K Apr 13  2010 nmcbufp
    -rwxrwxrwx 1 oracle oinstall 345K Apr 13  2010 csscan
    -rwxrwxrwx 1 oracle oinstall 768K Apr 13  2010 ocrdump.bin
    -rwxrwxrwx 1 oracle oinstall 828K Apr 13  2010 ocrconfig.bin
    -rwxrwxrwx 1 oracle oinstall 740K Apr 13  2010 ocrcheck.bin
    -rwxrwxrwx 1 oracle oinstall 102K Apr 13  2010 rawutl
    -rwxrwxrwx 1 oracle oinstall  12K Apr 13  2010 osdbagrp
    -rwxrwxrwx 1 oracle oinstall 705K Apr 13  2010 gsd
    -rwxrwxrwx 1 oracle oinstall  17K Apr 13  2010 srvmspawn
    -rwxrwxrwx 1 oracle oinstall 1.9M Apr 13  2010 ocssd.bin
    -rwxrwxrwx 1 oracle oinstall 1.4M Apr 13  2010 racgeut
    -rwxrwxrwx 1 oracle oinstall 1.6M Apr 13  2010 racgmain
    -rwxrwxrwx 1 oracle oinstall 811K Apr 13  2010 clscfg.bin
    -rwxrwxrwx 1 oracle oinstall 712K Apr 13  2010 clsid.bin
    -rwxrwxrwx 1 oracle oinstall 734K Apr 13  2010 oclsvmon.bin
    -rwxrwxrwx 1 oracle oinstall 735K Apr 13  2010 oclsomon.bin
    -rwxrwxrwx 1 oracle oinstall 3.3M Apr 13  2010 crsctl.bin
    -rwxrwxrwx 1 oracle oinstall 935K Apr 13  2010 clsfmt.bin
    -rwxrwxrwx 1 oracle oinstall 1.2M Apr 14  2010 lmsgen
    -rwxrwxrwx 1 oracle oinstall 1.2M Apr 14  2010 lxegen
    -rwxrwxrwx 1 oracle oinstall 2.6M Apr 14  2010 lxinst
    -rwxrwxrwx 1 oracle oinstall 778K Apr 14  2010 lxchknlb
    -rwxrwxrwx 1 oracle oinstall 1.4M Apr 14  2010 lcsscan
    -rwxrwxrwx 1 oracle oinstall 349K Apr 19  2010 genksms
    -rwxrwxrwx 1 oracle oinstall  11K Apr 19  2010 osh
    -rwxrwxrwx 1 oracle oinstall  15K Apr 19  2010 fmputlhp
    -rwxrwxrwx 1 oracle oinstall 921K Apr 19  2010 fmputl
    -rwxrwxrwx 1 oracle oinstall  20K Apr 19  2010 sysresv
    -r-sr-s--- 1 root   oinstall  14K Apr 19  2010 oradism
    -rwxrwxrwx 1 oracle oinstall  29K Apr 19  2010 loadpsp
    -rwxrwxrwx 1 oracle oinstall 394K Apr 19  2010 kgmgr
    -rwxrwxrwx 1 oracle oinstall 857K Apr 19  2010 extjobo
    -rwxrwxrwx 1 oracle oinstall  66K Apr 19  2010 genezi
    -rwsr-x--- 1 root   oinstall 857K Apr 19  2010 extjob
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 tg4pwdO
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 oradismO
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 hsodbcO
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 oracleO
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 kfod
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 wrap
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 tstshm
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 sbttest
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 orapwd
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 oracle
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 nid
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 maxmem
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 mapsga
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 hsots
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 hsodbc
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 hsdepxa
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 hsalloci
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 extproc
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 dumpsga
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 dgmgrlO
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 dgmgrl
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 dbv
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 dbfsize
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 cursize
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 cfo
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 agtctl
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 sqlplus
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 racgmdb
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 racgimon
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 oifcfg
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ldapsearch
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ldapmodifymt
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ldapmodify
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ldapmoddn
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ldapdelete
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ldapcompare
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ldapaddmt
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ldapadd
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 dsml2ldif
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 tnnfg.dbl
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 oklist
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 okinit
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 okdstry
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 trcroute
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 tnsping
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 tnslsnr
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 lsnrctl
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 proc
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ctxload
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ctxlc
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 ctxkbtc
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 rmanO
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 rman
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 tkprof
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 tg4pwd
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 sqlldr
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 impdp
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 imp
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 expdp
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 exp
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 kgpmon
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 oratclsh
    -rwxrwxrwx 1 oracle oinstall    0 Apr 19  2010 emagtm
    -rwxrwxrwx 1 oracle oinstall 1.2K Oct 21  2011 olsoidsync.ouibak
    -rwxrwxrwx 1 oracle oinstall 1.2K Oct 21  2011 olsadmintool.ouibak
    -rwxrwxrwx 1 oracle oinstall 3.1K Oct 21  2011 umu.ouibak
    -rwxrwxrwx 1 oracle oinstall 5.3K Oct 21  2011 owm.ouibak
    lrwxrwxrwx 1 oracle oinstall   52 Oct 21  2011 lbuilder -> /u01/app/oracle/product/10.2.0/nls/lbuilder/lbuilder
    -rwxrwxrwx 1 oracle oinstall 3.2K Oct 21  2011 orapki.ouibak
    -rwxrwxrwx 1 oracle oinstall 1.7K Oct 21  2011 ocrdump0
    -rwxrwxrwx 1 oracle oinstall  574 Oct 21  2011 ocrconfig0
    -rwxrwxrwx 1 oracle oinstall 1.7K Oct 21  2011 ocrcheck0
    -rwxrwxrwx 1 oracle oinstall 1.7K Oct 21  2011 oclsmon
    -rwxrwxrwx 1 oracle oinstall 2.2K Oct 21  2011 mkstore.ouibak
    -rwxrwxrwx 1 oracle oinstall  11K Oct 21  2011 isqlplusctl.pl.ouibak
    -rwxrwxrwx 1 oracle oinstall 3.2K Oct 21  2011 isqlplusctl.ouibak
    -rwxrwxrwx 1 oracle oinstall 1.4K Oct 21  2011 statusnc.ouibak
    -rwxrwxrwx 1 oracle oinstall  509 Oct 21  2011 ojvmjava.ouibak
    -rwxrwxrwx 1 oracle oinstall 2.1K Oct 21  2011 oidprovtool.ouibak
    -rwxrwxrwx 1 oracle oinstall 2.0K Oct 21  2011 oidadmin
    -rwxrwxrwx 1 oracle oinstall 1.4K Oct 21  2011 ncomp.ouibak
    -rwxrwxrwx 1 oracle oinstall  554 Oct 21  2011 loadjava.ouibak
    -rwxrwxrwx 1 oracle oinstall 1.9K Oct 21  2011 ldifmigrator.ouibak
    -rwxrwxrwx 1 oracle oinstall  513 Oct 21  2011 dropjava.ouibak
    -rwxrwxrwx 1 oracle oinstall 1.4K Oct 21  2011 deploync.ouibak
    -rwxrwxrwx 1 oracle oinstall 3.0K Oct 21  2011 trcasst.ouibak
    -rwxrwxrwx 1 oracle oinstall 5.3K Oct 21  2011 rconfig.ouibak
    -rwxrwxrwx 1 oracle oinstall 6.1K Oct 21  2011 netmgr.ouibak
    -rwxrwxrwx 1 oracle oinstall 6.3K Oct 21  2011 netca.ouibak
    -rwxrwxrwx 1 oracle oinstall 5.9K Oct 21  2011 dbua.ouibak
    -rwxrwxrwx 1 oracle oinstall 1.6K Oct 21  2011 aqxmlctl.ouibak
    -rwxrwxrwx 1 oracle oinstall 2.1K Oct 21  2011 trcsess
    -rwxrwxrwx 1 oracle oinstall  935 Oct 21  2011 schemasync.ouibak
    -rwxrwxrwx 1 oracle oinstall 1.4K Oct 21  2011 racgwrap.ouibak
    -rwxrwxrwx 1 oracle oinstall    0 Oct 21  2011 racgons
    -rwxrwxrwx 1 oracle oinstall 2.2K Oct 21  2011 oidca.ouibak
    -rwxrwxrwx 1 oracle oinstall  995 Oct 21  2011 odisrvreg
    -rwxrwxrwx 1 oracle oinstall  324 Oct 21  2011 extusrupgrade.ouibak
    -rwxrwxrwx 1 oracle oinstall 419K Oct 21  2011 kgmgrO
    -rwxrwxrwx 1 oracle oinstall  16K Oct 21  2011 loadpspO
    -rwxrwxrwx 1 oracle oinstall 7.2K Oct 21  2011 osdbagrp0
    -rwxrwxrwx 1 oracle oinstall  69K Oct 21  2011 extproc32
    -rwxrwxrwx 1 oracle oinstall  34K Oct 21  2011 sslsetup.ouibak
    -rwxrwxrwx 1 oracle oinstall 8.6K Oct 21  2011 emutil.ouibak
    -rwxrwxrwx 1 oracle oinstall  84K Oct 21  2011 emctl.pl.ouibak
    -rwxrwxrwx 1 oracle oinstall  12K Oct 21  2011 emctl.ouibak
    -rwxrwxrwx 1 oracle oinstall  29K Oct 21  2011 EmctlCommon.pm.ouibak
    -rwxrwxrwx 1 oracle oinstall 6.1K Oct 21  2011 repo_mig.ouibak
    -rwxrwxrwx 1 oracle oinstall  898 Oct 21  2011 emtgtctl.ouibak
    -rwxrwxrwx 1 oracle oinstall 5.3K Oct 21  2011 dbca.ouibak
    -rwxrwxrwx 1 oracle oinstall  399 Oct 21  2011 commonenv.ouibak
    -rwxrwxrwx 1 oracle oinstall 2.1K Nov 19 23:03 oidprovtool
    -rwxrwxrwx 1 oracle oinstall 1.9K Nov 19 23:03 ldifmigrator
    -rw-r--r-- 1 root   root     7.2G Nov 19 23:03 pinglogs.txt
    -rwxrwxrwx 1 oracle oinstall 2.4K Nov 19 23:03 bndlchk
    -rwxrwxrwx 1 oracle oinstall 1.2K Nov 19 23:03 olsoidsync
    -rwxrwxrwx 1 oracle oinstall 1.2K Nov 19 23:03 olsadmintool
    -rwxrwxrwx 1 oracle oinstall 1.6K Nov 19 23:03 aqxmlctl
    -rwxrwxrwx 1 oracle oinstall  916 Nov 19 23:03 ott
    -rwxrwxrwx 1 oracle oinstall 3.0K Nov 19 23:03 trcasst
    -rwxrwxrwx 1 oracle oinstall 5.3K Nov 19 23:03 owm
    -rwxrwxrwx 1 oracle oinstall 3.2K Nov 19 23:03 orapki
    -rwxrwxrwx 1 oracle oinstall 6.1K Nov 19 23:03 netmgr
    -rwxrwxrwx 1 oracle oinstall  105 Nov 19 23:03 netca_deinst.sh
    -rwxrwxrwx 1 oracle oinstall 6.3K Nov 19 23:03 netca
    -rwxrwxrwx 1 oracle oinstall 2.2K Nov 19 23:03 mkstore
    -rwxrwxrwx 1 oracle oinstall  11K Nov 19 23:03 isqlplusctl.pl
    -rwxrwxrwx 1 oracle oinstall 3.2K Nov 19 23:03 isqlplusctl
    -rwxrwxrwx 1 oracle oinstall  935 Nov 19 23:03 schemasync
    -rwxrwxrwx 1 oracle oinstall 2.2K Nov 19 23:03 oidca
    -rwxrwxrwx 1 oracle oinstall 1.3K Nov 19 23:03 statusnc
    -rwxrwxrwx 1 oracle oinstall 4.5K Nov 19 23:03 srvconfig
    -rwxrwxrwx 1 oracle oinstall 1.9K Nov 19 23:03 racgwrap
    -rwxrwxrwx 1 oracle oinstall 1.5K Nov 19 23:03 ojvmjava
    -rwxrwxrwx 1 oracle oinstall 1.4K Nov 19 23:03 ncomp
    -rwxrwxrwx 1 oracle oinstall 1.4K Nov 19 23:03 loadjava
    -rwxrwxrwx 1 oracle oinstall 1.2K Nov 19 23:03 dropjava
    -rwxrwxrwx 1 oracle oinstall 1.3K Nov 19 23:03 deploync
    -rwxrwxrwx 1 oracle oinstall  736 Nov 19 23:03 cluvfy
    -rwxrwxrwx 1 oracle oinstall 6.4K Nov 19 23:03 srvctl
    -rwxrwxrwx 1 oracle oinstall 2.4K Nov 19 23:03 ocssd
    -rwxrwxrwx 1 oracle oinstall 2.4K Nov 19 23:03 ocrdump
    -rwxrwxrwx 1 oracle oinstall  574 Nov 19 23:03 ocrconfig
    -rwxrwxrwx 1 oracle oinstall 2.4K Nov 19 23:03 ocrcheck
    -rwxrwxrwx 1 oracle oinstall 2.4K Nov 19 23:03 oclsvmon
    -rwxrwxrwx 1 oracle oinstall 2.4K Nov 19 23:03 oclsomon
    -rwxrwxrwx 1 oracle oinstall  23K Nov 19 23:03 localconfig
    -rwxrwxrwx 1 oracle oinstall 4.9K Nov 19 23:03 gsd.sh
    -rwxrwxrwx 1 oracle oinstall 4.7K Nov 19 23:03 gsdctl
    -rwxrwxrwx 1 oracle oinstall 2.4K Nov 19 23:03 crsctl
    -rwxrwxrwx 1 oracle oinstall 2.4K Nov 19 23:03 clsid
    -rwxrwxrwx 1 oracle oinstall 2.4K Nov 19 23:03 clsfmt
    -rwxrwxrwx 1 oracle oinstall 2.4K Nov 19 23:03 clscfg
    -rwxrwxrwx 1 oracle oinstall 3.1K Nov 19 23:03 umu
    -rwxrwxrwx 1 oracle oinstall 5.3K Nov 19 23:03 rconfig
    -rwxrwxrwx 1 oracle oinstall  324 Nov 19 23:03 extusrupgrade
    -rwxrwxrwx 1 oracle oinstall 7.2K Nov 19 23:03 dbua
    -rwxrwxrwx 1 oracle oinstall 6.1K Nov 19 23:03 repo_mig
    -rwxrwxrwx 1 oracle oinstall  31K Nov 19 23:03 EmctlCommon.pm
    -rwxrwxrwx 1 oracle oinstall  474 Nov 19 23:03 sslsetup
    -rwxrwxrwx 1 oracle oinstall 2.9K Nov 19 23:03 fix_4525303.pl
    -rwxrwxrwx 1 oracle oinstall 7.4K Nov 19 23:03 emutil
    -rwxrwxrwx 1 oracle oinstall  89K Nov 19 23:03 emctl.pl
    -rwxrwxrwx 1 oracle oinstall  11K Nov 19 23:03 emctl
    -rwxrwxrwx 1 oracle oinstall 3.5K Nov 19 23:03 targetdeploy.pl
    -rwxrwxrwx 1 oracle oinstall 2.9K Nov 19 23:03 onsctl
    -rwxrwxrwx 1 oracle oinstall 668K Nov 19 23:03 ldapbind
    -rwxrwxrwx 1 oracle oinstall 1.2K Nov 19 23:03 emtgtctl
    -rwxrwxrwx 1 oracle oinstall 1.7K Nov 19 23:03 emca
    -rwxrwxrwx 1 oracle oinstall 3.7K Nov 19 23:03 emagentdeploy.pl
    -rwxrwxrwx 1 oracle oinstall 5.7K Nov 19 23:03 dbca
    -rwxrwxrwx 1 oracle oinstall  531 Nov 19 23:03 commonenv
    [oracle@MTSNOIDA-REP2 bin]$ pwd
    /u01/app/oracle/product/10.2.0/bin

Maybe you are looking for

  • RAC with ASM and shared disks?

    Hi all, Can someone clarify this little point please. If I use ASM as my storage with a RAC database, I have to configure these nodes to shared disks. At least this is what the UG says ... When you create a disk group for a cluster or add new disks t

  • Using TM to reformat one (FAT32) partition on external HD

    Hi all, I'm wondering what others' experiences have been using TM's reformat feature on only one partition in a drive. In my case, I have a 400GB Seagate external HD that has been partitioned to one half HFS+ and one half FAT32. Now that my data anal

  • Connecting playstation 2 to an Apple Cinema Display

    How do I connect my playstation 2 to my Apple Cinema display? Any suggestions?

  • I'd like to read  your opinions about  a method.

    Hi everyone. Just want opinions. If someone tells u that its only going to use the method , what kind of asserts would u use? They told me that , i must use asserts, but i already have an assert in the main (which is not going to be used by them) The

  • Lightroom - metadata auto-save vs. export

    Hello! I understand that with auto-save XMP metadata on, most of an image's Lightroom changes will be auto-saved with the original photograph file whereever it may be. However, what I don't understand is whether when you export from Lightroom (not ex