Installing Oracle JDBC to Apache

I am attempting to install the oracle jdbc to my Apache server. I put the zip files into my PATH and reboot the box. When I try to open a JDBC connection in JSP I get the following error.
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
It looks like it can't see the zip file classes. Does anyone have exact instructions on how to install the jdbc drivers?

I am attempting to install the oracle jdbc to my
Apache server. I put the zip files into my PATH and
reboot the box. When I try to open a JDBC connection
in JSP I get the following error.
java.lang.ClassNotFoundException:
oracle.jdbc.driver.OracleDriver
It looks like it can't see the zip file classes. Does
anyone have exact instructions on how to install the
jdbc drivers?I am pretty sure that 'Apache' doesn't do JSP.
However, jakarta-tomcat does. And to get that to work you have to put the jar file into the correct directory. It is not possible to set the class path for this. In addition it must be a jar file. Which if you are using the Oracle zip file means you must rename it.

Similar Messages

  • Can We Install Oracle 9i without Apache ? How ?

    Hi,
    We have already Web Logic Web Server and Application Server in out Server, and when i try to install Oracle 9i, it always forces us to install Apache Web Server ? Cen we install Oracle Without Apache ? If so How to do it ?
    Urjent,
    Pillai.

    hi
    a foot note of the table 6 in SRSP for obiee 10.1.3.4 on page 17 reads
    obiee
    "1. Windows and Linux 64-bit support: For the Windows and Linux releases, the Oracle BI EE software is 32-bit. The
    software can run on 64-bit processors that support 32-bit emulation. The supported processors are AMD64 and EM64T.
    NOTE: Revisions A and B of this guide incorrectly listed Itanium2 as a supported processor"
    processor should support em64t & also enabled at bios level w/ compatible firmware.
    dac
    table 2 in srsp for dac 10.1.3.4 lists windows x64 as compatible
    odbc32-bit vs odbc64-bit
    note on page 72 from Oracle Business Intelligence Infrastructure Installation and Configuration Guide Version 10.1.3.2.1 reads:
    For Windows 64-bit operating systems, the Oracle BI Server ODBC driver is a 32-bit
    application. Use the 32-bit version of ODBC Data Source Administrator located at
    C:\Windows\SysWOW64\odbcad32.exe.
    The 64-bit version of the ODBC Data Source Administrator (located at
    C:\Windows\system32\odbcad32.exe) does not show the Oracle BI ODBC driver.hth
    PS: It is always a good practice to go through manuals

  • Oracle JDBC Driver to J2EE

    I'm trying to install an Oracle JDBC driver to connect my application with my oracle database server, but I'm having some problems. I downloaded the drive classes from the Oracle website, but now now I need to know how to configure my j2ee server to stabilish a connection with my database.
    Can anyone help me?
    Thanks a lot,
    Ricardo - from Brazil

    Hi Ricardo,
    Which JDBC driver are you trying to install. I mean which type driver?.
    Anyways i am sending a general page where in you can find the installation procedure for the Oracle JDBC driver installation. Hope it is helpful to you.
    Regards,
    G. Gowrishankar
    This link is for Installing Oracle Thin Driver
    http://www.lbl.gov/Education/CSEE/cup/Su01/Sum01Web/Mo/java/orionprimer/install_jdbc.htm
    This link if for installing Oracle JDBC driver
    http://home.clara.net/dwotton/dba/jdbc_test.htm

  • IE4 and Oracle JDBC

    Hi,
    I downloaded and installed Oracles JDBC drivers and tested
    them out using the sample programs that Oracle provided. Though
    the application I was able to connect and retrieve some rows
    without any problem. I then modefied the Java source for the
    applet and ran it through Sun's Appletviewer and was able to
    retrieve rows. I then tried to run the same applet through IE4
    and the applet started okay but I recieved the following:
    Loading JDBC driver oracle.jdbc.driver.OracleDriver
    Connecting to SMORA1
    cannot access "<This was my Oracle host name>"
    I'm running the applet of my PC and trying to connect to the
    Oracle host. I think I may of just answered my own question.
    But why would it work with Appletviewer??
    Thanks
    Dave
    null

    Dave:
    I am facing the same problem but not getting any answer. Could
    you let me know what solution did you implement to get it going.
    Thanks in advance,
    Raj.
    David Staelens (guest) wrote:
    : Hi,
    : I downloaded and installed Oracles JDBC drivers and tested
    : them out using the sample programs that Oracle provided.
    Though
    : the application I was able to connect and retrieve some rows
    : without any problem. I then modefied the Java source for the
    : applet and ran it through Sun's Appletviewer and was able to
    : retrieve rows. I then tried to run the same applet through
    IE4
    : and the applet started okay but I recieved the following:
    : Loading JDBC driver oracle.jdbc.driver.OracleDriver
    : Connecting to SMORA1
    : cannot access "<This was my Oracle host name>"
    : I'm running the applet of my PC and trying to connect to the
    : Oracle host. I think I may of just answered my own question.
    : But why would it work with Appletviewer??
    : Thanks
    : Dave
    null

  • Exception:org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper cannot be cast to oracle.jdbc.OracleConnection

    Hi All,
    i am using jdev version 11.1.1.5.0
    and deployed my Adf application on Apache Tomcat 6.0.
    in my use case i have created simple adf application using adf business component. create a vo based on eo and drag-drop on jspx page.
    i have created JNDI data source in Apache server using edit context.xml file and add following line-
    <Resource name="jdbc/TestDB" auth="Container"
                  type="javax.sql.DataSource" driverClassName="oracle.jdbc.OracleDriver"
                  url="jdbc:oracle:thin:@localhost:1521:dst"
                  username="jagrandb" password="jagrantest" maxActive="20" maxIdle="10"
                  maxWait="-1"  accessToUnderlyingConnectionAllowed="true" />
    3.using same data source in my adf applicatioin as -
      right click on AM --> Configuration-->edit-->select connection type jdbc datasource  -->java:/comp/env/jdbc/TestDB  
    4. after that i have deployed my application on apace server but when i have running application i have got following error-
    org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper cannot be cast to oracle.jdbc.OracleConnection
    i have goggling and find  following solution-
    oracle.jdbc.driver.OracleConnection delConn = (oracle.jdbc.driver.OracleConnection) ((org.apache.tomcat.dbcp.dbcp.DelegatingConnection)c_stmt.getConnection()).getDelegate();
    but my problem is that i'm using Adf Business Component so where i set following type casting.
    Is there any method on ADF BC which handle JNDI Data source setting or any other way to do this.
    thanks in Advance
    Manish

    Hi dvohra21,
    thanks for reply.
    i don't understand where i go to set accessToUnderlyingConnectionAllowed =true
    i have already set this property on context.xml file
    <Resource name="jdbc/TestDB" auth="Container"
                  type="javax.sql.DataSource" driverClassName="oracle.jdbc.OracleDriver"
                  url="jdbc:oracle:thin:@localhost:1521:dst"
                  username="jagrandb" password="jagrantest" maxActive="20" maxIdle="10"
                  maxWait="-1"  accessToUnderlyingConnectionAllowed="true" />
    any other place where i set this propery
    please elaborate this steps how to Configuree DBCP

  • Unable to install Oracle 10.2.0.2 client

    I am trying to install the Oracle 10.2.0.2 client but it gives an internal error and the installation gets terminated.It creates a log and .err file I am pasting the contents of the log file. Please let me know if any of you can help.
    Using paramFile: C:\TEMP\client\install\oraparam.ini
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    The commandline for unzip:
    C:\TEMP\client\install\unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/"*.jar" -d "C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM"
    The commandline for unzip:
    C:\TEMP\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM"
    The commandline for unzip:
    C:\TEMP\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui.core\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM"
    The number of files bootstrapped for the jre is 584.
    The number of files bootstrapped for the oui is 100.INFO: Environment Variables:
    INFO:      ORACLE_HOME =
    INFO:      PATH = C:\oracle\product\10.2.0\client_2;C:\oracle\product\10.2.0\client_1;T:\SDCHS20N440\Oracle\agent10g\jlib;T:\SDCHS20N440\Oracle\agent10g\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\IBM\Director\bin;C:\PROGRA~1\BMCSOF~1\common\globalc\bin\Windows-x86;C:\PROGRA~1\BMCSOF~1\Patrol36\bin;C:\Program Files\Citrix\System32\Citrix\IMA;C:\Program Files\Citrix\System32\Citrix\IMA\Subsystems;C:\WINNT\System32\Citrix\IMA;C:\Program Files\Citrix\system32;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;C:\Program Files\BMC Software\Patrol36\BEST1\7.2.00\bgs\bin;C:\Program Files\Compuware\Common;
    INFO:      CLASSPATH = .;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar
    INFO: Username:smukherj
    INFO: Oracle Universal Installer version is 10.2.0.1.0
    INFO: Setting variable 'PREREQ_CONFIG_LOCATION' to ''. Received the value from variable association.
    INFO: Reader/Writer 'oracle.sysman.oii.oiic.OiicGlobalContextXMLReaderWriter' was created.
    INFO:
    *** Welcome Page***
    INFO: Unable to read T:/SDCHS20N440/Oracle/agent10g/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Unable to read C:/oracle/product/10.2.0/client_1/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Unable to read C:/oracle/product/10.2.0/client_2/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Initializing install inventory
    INFO: Setting up install inventory
    INFO:
    *** Specify Source Location Page***
    INFO: Initializing OUI Shiphome access setup
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Performing operation for OUI Shiphome access setup
    INFO:
    *** Select a Product to Install Page***
    INFO: Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.client, 10.2.0.1.0, >0.0.0.0.0, [ 912 ][OH:2]'. Received the value from the default settings.
    INFO:
    *** Select Installation Type Page***
    INFO: Performing operation for OUI Shiphome access setup
    INFO: Setting up install inventory
    INFO: Initializing install inventory
    INFO: Setting up install inventory
    INFO:
    *** Specify Source Location Page***
    INFO: Initializing OUI Shiphome access setup
    INFO: Performing operation for OUI Shiphome access setup
    INFO:
    *** Select a Product to Install Page***
    INFO: Setting the 'TopLevelComp ( ToplevelComp )' property to 'oracle.client, 10.2.0.1.0, >0.0.0.0.0, [ 912 ][OH:2]'. Received the value from the default settings.
    INFO:
    *** Select Installation Type Page***
    INFO: Setting the 'InstallType ( DEP_MODE )' property to 'InstantClient'. Received the value from the UI page.
    INFO: Setting the 'TopLevelInstallType ( TLDepModes )' property to 'InstantClient'. Received the value from the UI page.
    INFO: The selected install type is "InstantClient".
    INFO:
    *** Specify Home Details Page***
    INFO: Setting the 'OracleHome ( ORACLE_HOME )' property to 'C:\oracle\product\10.2.0\client_3'. Received the value from the UI page.
    INFO: Setting the 'OracleHomeName ( ORACLE_HOME_NAME )' property to 'OraClient10g_home3'. Received the value from the UI page.
    INFO: Initializing OUI Oracle Home access setup
    INFO: Setting variable 'ORACLE_HOME' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the UI page.
    INFO: Loading shiphomepropertiesfrom C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM/shiphomeproperties.xml
    INFO: DefaultifyLangiages : Value of oracle.installer.defaultifyLanguages : false
    INFO: Setting the PROD_HOME variable of 'oracle.client_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.client Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.displayFonts_9.0.2.0.0' to 'C:\oracle\product\10.2.0\client_3/oracle_fonts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oem.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/sysman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.mgmt_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_olap_wrksht'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus.ic_10.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.ldap.esm_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_has_client'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_java_sqlj'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.jle3_3.0.1.0.0' to 'C:\oracle\product\10.2.0\client_3/jle3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.oui_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3\oui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.oui.core_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3\oui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.opatch_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3\OPatch'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.swd.jre_1.4.2.8.0' to 'C:\oracle\product\10.2.0\client_3\jre\1.4.2'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ons_10.1.0.3.0' to 'C:\oracle\product\10.2.0\client_3/opmn'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.assistants.acf_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.assistants.acf Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.cabo_2.1.22.0.0' to 'C:\oracle\product\10.2.0\client_3/uix'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.dbui_2.2.13.0.0' to 'C:\oracle\product\10.2.0\client_3/dbui'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.dbui4_4.1.7.0.0' to 'C:\oracle\product\10.2.0\client_3/dbui4'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.ewt_3.4.38.0.0' to 'C:\oracle\product\10.2.0\client_3/ewt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.help_4.2.6.1.0' to 'C:\oracle\product\10.2.0\client_3/help'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.ice_5.2.3.6.0' to 'C:\oracle\product\10.2.0\client_3/ice'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.jewt_4.2.33.0.0' to 'C:\oracle\product\10.2.0\client_3/jewt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.jle_2.0.3.0.0' to 'C:\oracle\product\10.2.0\client_3/jle'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.kodiak_1.2.1.0.0I' to 'C:\oracle\product\10.2.0\client_3/kodiak'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.regexp_2.1.9.0.0' to 'C:\oracle\product\10.2.0\client_3/regexp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.bali.share_1.1.18.0.0' to 'C:\oracle\product\10.2.0\client_3/oracle_tools_share'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.common_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_buildtools_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.buildtools.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_buildtools_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.csmig_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms_expimp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.common_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.dbjava.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_dbjava_ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_dbjava_jdbc'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc12_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.dbjava.jdbc12'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.jdbc14_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.dbjava.jdbc14'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.dbjava.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.dbjava.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.emcp_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.emdw.emcp Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.emdw.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.emdw.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.common_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.has.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rsf_has_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.javavm.client_10.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.jdk_1.4.2.0.8' to 'C:\oracle\product\10.2.0\client_3\jdk'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.admin_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ldap.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_ldap_rsf_cmp'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.aso_10.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_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_network_client'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.owm_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.network.owm Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.network.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.network.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.rsf.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.network.rsf.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.network.ssl_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.network.ssl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_nlsrtl_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.nlsrtl.rsf.lbuilder_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_nlsrtl_rsf_lbuilder'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoledb_10.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_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/ODP.NET'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntoramts_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oramts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ntrdbms.admin_10.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_10.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_10.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_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.odbc.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3in'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oem.oemlt_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oemlt'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oo4o_10.2.0.1.0' to ''. Received the value from the variable calculation.
    INFO: oracle.oo4o Product Location: Empty path specified.
    INFO: Setting the PROD_HOME variable of 'oracle.oracore.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.oracore.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.api_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.oraolap.api'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.oraolap.dbscripts_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.annotator_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.ordim.client_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.interMedia.imclient'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.perlint_5.8.3.0.2' to 'C:\oracle\product\10.2.0\client_3\perl'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp_10.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_10.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_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.precomp.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rsf_precomp_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.crs_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.dbscripts_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms_dbscripts'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.hs_common_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms_hs_common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.install.common_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.install.common'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.oci_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms_oci'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.plsql_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms_plsql'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rsf.ic_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.ic'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.rman_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.rman'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rdbms.util_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.rdbms.util'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.rsf_10.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.slax.rsf_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle.slax.rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlj.sqljruntime_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_java_sqlj_sqljruntime'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.sqlplus_10.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.winprod_10.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_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rdbms'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_prod'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.xdk.parser.java_10.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_10.2.0.1.0' to 'C:\oracle\product\10.2.0\client_3/oracle_rsf_rdbms_rsf'. Received the value from the variable calculation.
    INFO: Setting the PROD_HOME variable of 'oracle.java.j2ee.core_10.1.2.0.0' to 'C:\oracle\product\10.2.0\client_3\jdk\jre\lib\ext'. Received the value from the variable calculation.
    INFO: Performing operation for OUI Oracle Home access setup
    INFO: Unable to read C:/oracle/product/10.2.0/client_3/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: SRVM ClusterInfo.IsLocalOnly() called. Return value obtained is 'false'.
    INFO: The CRS clusterware location for 'oracle.crs 10.1.0.2.0' is not found.
    INFO: This is not a cluster system.
    INFO: Node selection page will not be shown.
    INFO: Install type for "Oracle Client 10.2.0.1.0 " is "InstantClient".
    INFO: OUI-10066:Not all the dependencies for the component Oracle Client 10.2.0.1.0 could be found. Missing component oracle.doc 10.2.0.1.0.
    INFO: Install type for "Oracle Instant Client 10.2.0.1.0 " is "InstClient".
    INFO: Install type for "Oracle ODBC Driverfor Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "RDBMS Required Support Files for Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "SSL Required Support Files for InstantClient 10.2.0.1.0 " is "Typical".
    INFO: Install type for "Oracle JDBC/OCI Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Install type for "SQL*Plus Files for Instant Client 10.2.0.1.0 " is "Typical".
    INFO: Setting the PRE_REQUISITE variable of 'oracle.client_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.odbc.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.dbjava.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.network.rsf.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.rdbms.rsf.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO: Setting the PRE_REQUISITE variable of 'oracle.sqlplus.ic_10.2.0.1.0' to 'true'. Received the value from the variable calculation.
    INFO:
    *** Language Selection Page***
    INFO: Setting the 'SelectedLanguages ( SELECTED_LANGUAGES )' property to 'en'. Received the value from the default settings.
    INFO:
    *** Specify Local Host Name Page***
    INFO: Setting the 'HostName ( ORACLE_HOSTNAME )' property to 'sdchs20n440.corp.siebel.com'. Received the value from the default settings.
    INFO: Defaulting prerequisite location to 'C:\TEMP\client\stage/prereq'.
    INFO:
    *** Product-Specific Prerequisite Checks Page***
    INFO: Entry point:oracle.client_InstantClient_install
    INFO: Starting Prerequisite checks : Mon Dec 04 16:34:15 IST 2006
    INFO: Checking CertifiedVersions
         This is a prerequisite condition to test whether the Oracle software is certified on the current O/S.
    INFO: Expected result: One of 4.0,4.1,5.0,5.1,5.2
    Actual Result: 5.0
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking ServicePackChecks
         This is a prerequisite condition to test whether the Service Pack level recommended for installing the product is available on the system.
    INFO: Expected result: 1
    Actual Result: 4
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking TotalMemory
         This is a prerequisite condition to test whether the system has sufficient physical memory.
    INFO: Expected result: 128MB
    Actual Result: 2047MB
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking OracleHomeSpace
         This is a prerequisite condition to check whether the specified Oracle Home contains any spaces in the path.
    INFO: Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Checking CompatibilityChecks_IC
         This is a prerequisite condition to check whether the Oracle Home specified by the user already contains an installed product which is incompatible with the product being installed.
    INFO: Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    INFO: --------------------------------------------------------------------------------
    INFO: Prerequisite checks completed : Mon Dec 04 16:34:32 IST 2006
    INFO: *** Entering Component: oracle.client installation
    INFO: Calling Query generalQueries10.1.0.3.0 getOSName
    INFO: Query Returned: NT_X86
    INFO: Setting variable 's_operatingSystem' to 'NT_X86'. Received the value from the variable calculation.
    INFO: Setting variable 's_ntEnvOH' to ''. Received the value from the variable calculation.
    INFO: Calling Query areasQueries10.2.0.1.0 getComponentInstallTypeName
    INFO: Query Returned: InstantClient
    INFO: Setting variable 's_installType' to 'InstantClient'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getInstallType
    INFO: Query Returned: InstantClient
    INFO: Setting variable 's_bundleName' to 'IC'. Received the value from the variable calculation.
    INFO: Setting variable 's_OPSSelectedNodes' to ''. Received the value from the variable calculation.
    INFO: Setting variable 'n_TMPDIR_BYTES_REQ' to '0'. Received the value from the variable calculation.
    INFO: Setting variable 'n_TEMP_BYTES_REQ' to '0'. Received the value from the variable calculation.
    INFO: Setting variable 'b_removeNTenvOH' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    INFO: Query Returned: true
    INFO: Setting variable 'b_isWINDOWS' to 'true'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = UNIX
    INFO: Query Returned: false
    INFO: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isOrcaHome' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getenv
    name = TEMP
    INFO: Query Returned: C:\DOCUME~1\smukherj\LOCALS~1\Temp\1
    INFO: Setting variable 's_TEMP_LOC' to 'C:\DOCUME~1\smukherj\LOCALS~1\Temp\1'. Received the value from the variable calculation.
    INFO: Setting variable 's_OSDUnixMakePath' to '/usr/ccs/bin/make'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isUXW' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isIntel_Solaris' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isHP' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isDG' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getenv
    name = TEMP
    INFO: Query Returned: C:\DOCUME~1\smukherj\LOCALS~1\Temp\1
    INFO: Setting variable 's_TMPDIR_LOC' to 'C:\DOCUME~1\smukherj\LOCALS~1\Temp\1'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 getenv
    name = ORACLE_HOME
    INFO: Query Returned:
    INFO: Setting variable 's_ntEnvOH' to ''. Received the value from a code block.
    INFO: Setting value of child variable s_bundleName of oracle.network.aso 10.2.0.1.0 to IC
    INFO: Setting value of child variable s_bundleName of oracle.rdbms.ic 10.2.0.1.0 to IC
    INFO: *** Entering Component: oracle.rdbms.ic installation
    INFO: Calling Query generalQueries10.1.0.3.0 getOSName
    INFO: Query Returned: NT_X86
    INFO: Setting variable 's_operatingSystem' to 'NT_X86'. Received the value from the variable calculation.
    INFO: Setting variable 's_ociBkpFileName' to ''. Received the value from the variable calculation.
    INFO: Setting variable 's_bundleName' to 'IC'. Received the value from variable association.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    INFO: Query Returned: true
    INFO: Setting variable 'b_isWINDOWS' to 'true'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = UNIX
    INFO: Query Returned: false
    INFO: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 's_ezLocation' to 'C:\oracle\product\10.2.0\client_3/instantclient'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isSolaris' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isHP' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.so.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.sl.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.a
    INFO: Query Returned: false
    INFO: Setting variable 'b_clntshExists' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'SO_EXT' to '.so'. Received the value from the variable calculation.
    INFO: Setting value of child variable s_bundleName of oracle.odbc.ic 10.2.0.1.0 to IC
    INFO: *** Entering Component: oracle.odbc.ic installation
    INFO: Calling Query WindowsGeneralQueries10.2.0.0.0 getWindowsDirectory
    INFO: Query Returned: C:\WINNT
    INFO: Setting variable 's_windowsSystemRoot' to 'C:\WINNT'. Received the value from the variable calculation.
    INFO: Calling Query WindowsGeneralQueries10.2.0.0.0 getWindowsSystemDirectory
    INFO: Query Returned: C:\WINNT\system32
    INFO: Setting variable 's_windowsSystemDirectory' to 'C:\WINNT\system32'. Received the value from the variable calculation.
    INFO: Setting variable 's_registryRoot' to 'HKEY_LOCAL_MACHINE'. Received the value from the variable calculation.
    INFO: Setting variable 's_bundleName' to 'IC'. Received the value from variable association.
    INFO: Setting variable 's_odbcLocation' to 'C:\oracle\product\10.2.0\client_3\ODBC'. Received the value from the variable calculation.
    INFO: Setting variable 's_odbcKey' to 'software\odbc\odbcinst.ini\Oracle in OraClient10g_home3'. Received the value from the variable calculation.
    INFO: Setting variable 's_netAdminFolder' to 'Oracle - OraClient10g_home3\Network Administration'. Received the value from the variable calculation.
    INFO: Setting variable 's_oracleBin' to 'C:\oracle\product\10.2.0\client_3'. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.rdbms.rsf.ic installation
    INFO: Calling Query generalQueries10.1.0.3.0 getOSName
    INFO: Query Returned: NT_X86
    INFO: Setting variable 's_operatingSystem' to 'NT_X86'. Received the value from the variable calculation.
    INFO: Setting variable 's_ociBkpFileName' to ''. Received the value from the variable calculation.
    INFO: Setting variable 's_bundleName' to ''. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    INFO: Query Returned: true
    INFO: Setting variable 'b_isWINDOWS' to 'true'. Received the value from the variable calculation.
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = UNIX
    INFO: Query Returned: false
    INFO: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 's_ezLocation' to 'C:\oracle\product\10.2.0\client_3/instantclient'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isSolaris' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'b_isHP' to 'false'. Received the value from the variable calculation.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.so.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.sl.10.1
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\lib\libclntsh.a
    INFO: Query Returned: false
    INFO: Setting variable 'b_clntshExists' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 'SO_EXT' to ''. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.network.rsf.ic installation
    INFO: *** Entering Component: oracle.dbjava.ic installation
    INFO: Calling Query generalQueries10.1.0.3.0 isCurrentPlatformInGroup
    platGroup = UNIX
    INFO: Query Returned: false
    INFO: Setting variable 'b_isUNIX' to 'false'. Received the value from the variable calculation.
    INFO: Setting variable 's_jservFile' to 'C:\oracle\product\10.2.0\client_3\Apache\Jserv\conf\jserv.properties'. Received the value from the variable calculation.
    INFO: *** Entering Component: oracle.sqlplus.ic installation
    INFO: oracle.srvm.formCluster:false
    INFO:
    *** Summary Page***
    INFO:
    Summary
    Global Settings
    Source: C:\TEMP\client\stage\products.xml
    Oracle Home: C:\oracle\product\10.2.0\client_3 (OraClient10g_home3)
    Installation Type: InstantClient
    Product Languages
    English
    Space Requirements
    C:\ Required 169MB (includes 39MB temporary) : Available 25.84GB
    New Installations (7 products)
    Oracle Client 10.2.0.1.0
    Oracle Instant Client 10.2.0.1.0
    Oracle ODBC Driverfor Instant Client 10.2.0.1.0
    RDBMS Required Support Files for Instant Client 10.2.0.1.0
    SSL Required Support Files for InstantClient 10.2.0.1.0
    Oracle JDBC/OCI Instant Client 10.2.0.1.0
    SQL*Plus Files for Instant Client 10.2.0.1.0
    INFO: Method 'dispose()' Not implemented in class 'oracle.sysman.oii.oiif.oiifp.OiifpWizIntroPanel'
    INFO: config-context initialized
    INFO: *** Install Page***
    INFO: FastCopy : File Version is Compatible
    INFO: Install mode is fastcopy mode for component 'oracle.client' with Install type 'InstantClient'.
    INFO: HomeSetup JRE files in Scratch :584
    INFO: Setting variable 'ROOTSH_LOCATION' to 'C:\oracle\product\10.2.0\client_3\root.sh'. Received the value from a code block.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.client_InstantClient_filemap.jar'.
    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.client_InstantClient_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.client_InstantClient_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component SQL*Plus Files for Instant Client
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component Oracle JDBC/OCI Instant Client
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component SSL Required Support Files for InstantClient
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component RDBMS Required Support Files for Instant Client
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll.o.1
    INFO: Query Returned: false
    INFO: Setting variable 's_ociBkpFileName' to 'oci.dll.o.1'. Received the value from a code block.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query areasQueries10.2.0.1.0 productInstalled
    location = C:\oracle\product\10.2.0\client_3
    name = oracle.rdbms.rsf.ic
    startVersion = 9.2.0.0.0
    endVersion = 99.99.99.99.99
    acceptCompatible = null
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:50 PM IST: Starting install Install Phase 1 of component Oracle ODBC Driverfor Instant Client
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup4
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp0
         gpEntries = [[sqora.chm ->%s_odbcLocation%/help/sqora.chm 215861 plats=1=>[912] langs=2=>[en]]
         DllGroup = false
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup3
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp1
         gpEntries = [[ODBCRelnotesUS.htm ->%s_odbcLocation%/html/ODBCRelnotesUS.htm 68357 plats=1=>[912] langs=1=>[en,ja]]
    , [ODBCRelnotesJA.htm ->%s_odbcLocation%/html/ODBCRelnotesJA.htm 93273 plats=1=>[912] langs=1=>[en,ja]]
         DllGroup = false
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup2
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp2
         gpEntries = [[sqresus.dll ->%s_oracleBin%/sqresus.dll 18944 plats=1=>[912] langs=1=>[en,ja]]
    , [sqresja.dll ->%s_oracleBin%/sqresja.dll 32768 plats=1=>[912] langs=1=>[en,ja]]
         DllGroup = false
    INFO: Calling Action fileActions10.2.0.0.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = filegroup1
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = C:\DOCUME~1\smukherj\LOCALS~1\Temp\1\OraInstall2006-12-04_04-31-25PM\temp3
         gpEntries = [[sqora32.dll ->%s_oracleBin%/sqora32.dll 100 plats=1=>[912] langs=1=>[en,ja]]
    , [sqoras32.dll ->%s_oracleBin%/sqoras32.dll 100 plats=1=>[912] langs=1=>[en,ja]]
         DllGroup = false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\WINNT\oraodbc.ini
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:51 PM IST: Starting install Install Phase 1 of component Oracle Instant Client
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll.o.1
    INFO: Query Returned: false
    INFO: Setting variable 's_ociBkpFileName' to 'oci.dll.o.1'. Received the value from a code block.
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/bin/oci.dll
    INFO: Query Returned: true
    INFO: Calling Query areasQueries10.2.0.1.0 productInstalled
    location = C:\oracle\product\10.2.0\client_3
    name = oracle.rdbms.ic
    startVersion = 9.2.0.0.0
    endVersion = 99.99.99.99.99
    acceptCompatible = null
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:51 PM IST: Starting install Install Phase 1 of component Oracle Client
    INFO: Calling Action generalActions10.2.0.3.0 setenv
         selectedNodes =
         name = Path
         value = C:\oracle\product\10.2.0\client_3
         append = null
         replace = null
    INFO: Install Phase 1 JRE files in Scratch :584
    INFO: 12/4/06 4:35:54 PM IST: Starting install Install Phase 2 of component SQL*Plus Files for Instant Client
    INFO: 12/4/06 4:35:54 PM IST: Starting install Install Phase 2 of component Oracle JDBC/OCI Instant Client
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\Apache\Jserv\conf\jserv.properties
    INFO: Query Returned: false
    INFO: 12/4/06 4:35:55 PM IST: Starting install Install Phase 2 of component SSL Required Support Files for InstantClient
    INFO: 12/4/06 4:35:55 PM IST: Starting install Install Phase 2 of component RDBMS Required Support Files for Instant Client
    INFO: 12/4/06 4:35:55 PM IST: Starting install Install Phase 2 of component Oracle ODBC Driverfor Instant Client
    INFO: Calling Action ntw32FoldersActions10.2.0.0.0 ntCreateItem
         selectedNodes = null
         groupName = Oracle - OraClient10g_home3\Application Development
         itemName = Oracle ODBC Help
         exeName = hh
         paramName = C:\oracle\product\10.2.0\client_3\sqora.chm
         workingDir = C:\oracle\product\10.2.0\client_3
         iconFileName = null
         icon = null
         cmdType = null
         multiparamName = null
    INFO: Calling Action ntw32FoldersActions10.2.0.0.0 ntCreateItem
         selectedNodes = null
         groupName = Oracle - OraClient10g_home3\Configuration and Migration Tools
         itemName = Microsoft ODBC Administrator
         exeName = C:\WINNT\system32\odbcad32.exe
         paramName = null
         workingDir = C:\WINNT\system32
         iconFileName = null
         icon = null
         cmdType = null
         multiparamName = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegCreateKey
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = APILevel
         data = 1
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = CPTimeout
         data = 60
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = ConnectFunctions
         data = YYY
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = Driver
         data = C:\oracle\product\10.2.0\client_3\SQORA32.DLL
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = DriverODBCVer
         data = 03.51
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = FileUsage
         data = 0
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = Setup
         data = C:\oracle\product\10.2.0\client_3\SQORAS32.DLL
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\Oracle in OraClient10g_home3
         value = SQLLevel
         data = 1
         updateType = null
    INFO: Calling Action w32RegActions10.2.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = software\odbc\odbcinst.ini\odbc drivers
         value = Oracle in OraClient10g_home3
         data = Installed
         updateType = null
    INFO: 12/4/06 4:35:59 PM IST: Starting install Install Phase 2 of component Oracle Instant Client
    INFO: Calling Action SpawnActions10.1.0.2.0 Spawn
         installcommand = C:\oracle\product\10.2.0\client_3/instclient.bat C:\oracle\product\10.2.0\client_3
         deinstallcommand =
         WaitForCompletion = null
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: C:\oracle\product\10.2.0\client_3
    INFO: C:\oracle\product\10.2.0\client_3
    INFO: "BIN FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\heteroxa10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\oci.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\ocijdbc10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\ociw32.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\orannzsbb10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\bin\oraocci10.dll
    INFO: "LIB FOLDER EXISTS"
    INFO: "Instantclient FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\instantclient\oraociei10.dll
    INFO: Deleted file - C:\oracle\product\10.2.0\client_3\instantclient\orasqlplusic10.dll
    INFO: "odbc FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: 1 file(s) copied.
    INFO: "jdbc FOLDER EXISTS"
    INFO: 1 file(s) copied.
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3/instclient.sh
    INFO: Query Returned: false
    INFO: Calling Query fileQueries10.1.0.2.0 exists
    filename = C:\oracle\product\10.2.0\client_3\instclient.bat
    INFO: Query Returned: true
    INFO: Calling Action fileActions10.2.0.0.0 removeFile
         selectedNodes = null
         source = C:\oracle\product\10.2.0\client_3\instclient.bat
    INFO: 12/4/06 4:36:00 PM IST: Starting install Install Phase 2 of component Oracle Client
    INFO: Install Phase 2 JRE files in Scratch :584
    INFO: Initializing OUI save inventory
    INFO: The flags set for this home (T:\SDCHS20N440\Oracle\agent10g) are:clean
    SEVERE: Abnormal program termination. An internal error has occured. Please provide the following files to Oracle Support :
    "C:\Program Files\Oracle\Inventory\logs\installActions2006-12-04_04-31-25PM.log"
    "C:\Program Files\Oracle\Inventory\logs\oraInstall2006-12-04_04-31-25PM.err"
    "C:\Program Files\Oracle\Inventory\logs\oraInstall2006-12-04_04-31-25PM.out"
    INFO: User Selected: Yes/OK
    Best Regards,
    Sarmishtha

    Ouch. That's a lot of paste...
    INFO: PATH = C:\oracle\product\10.2.0\client_2;C:\oracle\product\10.2.0
    \client_1;T:\SDCHS20N440\Oracle\agent10g\jlib;T:\SDCHS20N440
    \Oracle\agent10g\bin
    INFO: The flags set for this home (T:\SDCHS20N440\Oracle\agent10g) are:clean
    SEVERE: Abnormal program termination. An internal error has occured. Please
    provide the following files to Oracle Support : I wonder how "T:" is involved. Looks like you got a management agent on a network drive. If so, is this Home registered with the oraInventory on your machine? Can you try the same install on a machine without any previous Oracle software installed?

  • Install Oracle 9i Hangs on Linux SMP Redhat 7.1

    I posted this message to the General forum but without any reply. So I repost it here.
    Motherboard: Asus A7M266-D
    CPU: Two AMD Duron 1.2GHz
    Memory: 512MB PC2100
    Vedio: Gforce 4 MX440
    hard disk: MAXTOR 6L080L4
    O/S: Redhat 7.1
    Kernel: 2.4.2-2up and 2.4.2-2smp
    I install Oracle 9i on my dual AMD Duron machine. It hangs. If
    I am using smp kernel, it stop at the Installation Types Screen
    with Status Bar showing 47% complete and 'Setting up install types'.
    If I use single single cpu kernel, it stop at the File Locations
    screen and the status bar is 95% complete. The installActions.log
    does not show any error.
    It is the installActions.log when running under smp mode ( I took
    out a lot of setting value of PROD_HOME lines):
    installActions2002-04-19_10-25-26-AM.log
    Environment variables:
    ORACLE_HOME = /u01/app/oracle/product/9.0.1
    PATH = /bin:/usr/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/u01/app/oracle/product/9.0.1/bin
    CLASSPATH = /tmp/OraInstall:/tmp/OraInstall/oui/lib/OraInstaller.jar:/tmp/OraInstall/oui/lib/InstImages.jar:/tmp/OraInstall/oui/lib/InstHelp.jar:/tmp/OraInstall/oui/lib/oracleice.jar:/tmp/OraInstall/oui/lib/help.jar:/tmp/OraInstall/oui/lib/ewt.jar:/tmp/OraInstall/oui/lib/xmlparser.jar:/tmp/OraInstall/oui/lib/swingaccess.jar:.:/tmp/OraInstall/jre/bin/../classes:/tmp/OraInstall/jre/bin/../lib/classes.jar:/tmp/OraInstall/jre/bin/../lib/rt.jar:/tmp/OraInstall/jre/bin/../lib/i18n.jar:/tmp/OraInstall/jre/bin/../lib/classes.zip
    java.class.path=/tmp/OraInstall:/tmp/OraInstall/oui/lib/OraInstaller.jar:/tmp/OraInstall/oui/lib/InstImages.jar:/tmp/OraInstall/oui/lib/InstHelp.jar:/tmp/OraInstall/oui/lib/oracleice.jar:/tmp/OraInstall/oui/lib/help.jar:/tmp/OraInstall/oui/lib/ewt.jar:/tmp/OraInstall/oui/lib/xmlparser.jar:/tmp/OraInstall/oui/lib/swingaccess.jar:.:/tmp/OraInstall/jre/bin/../classes:/tmp/OraInstall/jre/bin/../lib/classes.jar:/tmp/OraInstall/jre/bin/../lib/rt.jar:/tmp/OraInstall/jre/bin/../lib/i18n.jar:/tmp/OraInstall/jre/bin/../lib/classes.zip
    Username is: oracle
    *** Welcome Page***Warning :*** Alert: Oracle Universal Installer
    Version 2.0.1.4.0
    Copyright ) 1999, 2001 Oracle Corporation. All Rights Reserved. ***User selected: Yes/OK
    Setting value of FROM_LOCATION to /mnt/cdrom/stage/products.jarSetting value of ORACLE_HOME_NAME to Setting value of SHOW_COMPONENT_LOCATIONS_PAGE to trueSetting value of SHOW_CUSTOM_TREE_PAGE to trueSetting value of SHOW_SUMMARY_PAGE to trueSetting value of SHOW_INSTALL_PROGRESS_PAGE to trueSetting value of SHOW_REQUIRED_CONFIG_TOOL_PAGE to trueSetting value of SHOW_OPTIONAL_CONFIG_TOOL_PAGE to trueSetting value of SHOW_RELEASE_NOTES to trueSetting value of SHOW_END_SESSION_PAGE to trueSetting value of SHOW_SPLASH_SCREEN to trueSetting value of SHOW_WELCOME_PAGE to trueSetting value of SHOW_ROOTSH_CONFIRMATION to trueSetting value of SHOW_EXIT_CONFIRMATION to trueSetting value of NEXT_SESSION to trueSetting value of NEXT_SESSION_ON_FAIL to trueSetting value of INVENTORY_LOCATION to /u01/app/oracle/oraInventorySetting value of INVENTORY_LOCATION to /u01/app/oracle/Setting value of UNIX_GROUP_NAME to dba
    *** UNIX Group Name Page***UnixInstallGroup = UNIX_GROUP_NAME = dbaInitializing inventory setup WCCEUnable to read /u01/app/oracle/Contents/OracleHomesList.ser. Some inventory information may be lost.Unable to read /u01/app/oracle/Contents/LibsList.ser. Some inventory information may be lost.
    The installer version is 2.0.1.4.0
    Doing operation in inventory setup WCCE
    Setting value of FROM_LOCATION to /mnt/cdrom/stage/products.jar
    Setting value of ORACLE_HOME to /u01/app/oracle/product/9.0.1
    Setting value of ORACLE_HOME_NAME to
    *** File Locations Page***
    FromLocation = FROM_LOCATION = /mnt/cdrom/stage/products.jar
    ToLocation = ORACLE_HOME = /u01/app/oracle/product/9.0.1
    ToName = ORACLE_HOME_NAME =
    Initializing installer access setup
    Setting value of ORACLE_HOME to /u01/app/oracle/product/9.0.1
    Setting value of ToplevelComp to oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of SELECTED_LANGUAGES to [en]
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle_apache_ejb
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Apache
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Apache
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Apache
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jsdk
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jsdk
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jserv
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/Jserv
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/perl
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/Apache/perl
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/mod_plsql
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/mod_plsql
    Calling query areasQueries2.0.1.4.0 getInventoryLocation
    Query returned : /u01/app/oracle/
    Setting value of PROD_HOME to /u01/app/oracle/\..\jre\1.1.8
    Setting value of PROD_HOME to /u01/app/jre/1.1.8
    Calling query generalQueries2.0.1.4.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    Query returned : false
    Calling query areasQueries2.0.1.4.0 getInventoryLocation
    Query returned : /u01/app/oracle/
    Setting value of PROD_HOME to /u01/app/oracle/../oui
    Setting value of PROD_HOME to /u01/app/oui
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle.options.ops.clustermgr
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/askJDKHome
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle.p2k.proc
    Setting value of PROD_HOME to /u01/app/oracle/product/9.0.1/oracle.p2k.proc
    Doing operation for installer access setup
    Setting value of SELECTED_LANGUAGES to [en]
    Setting value of ToplevelComp to oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    *** Available Products Page***
    TopLevelComp = ToplevelComp = oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    Setting value of ToplevelComp to oracle.server, 9.0.1.0.0, >0.0.0.0.0, [ 46 ][OH:2]
    Unable to read /u01/app/oracle/Contents/CompsList0.ser. Some inventory information may be lost.
    Unable to read /u01/app/oracle/Contents/PatchesList0.ser. Some inventory information may be lost.
    Setting value of DEP_MODE to EE
    Setting value of TLDepModes to EE,
    *** Installation Types Page***
    DepMode = DEP_MODE = EE
    TLDepModes = TLDepModes = EE,
    The selected install type is "Enterprise Edition"
    Setting value of DEP_MODE to EE
    Install type for "Oracle9i Database 9.0.1.0.0 " is "Enterprise Edition"
    # Not all the dependencies for the component Oracle9i Database 9.0.1.0.0 are found. Missing Component oracle.tg 9.0.1.0.0.
    Install type for "Enterprise Edition Options 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Enterprise Edition Options 9.0.1.0.0 are found. Missing Component oracle.olap.aps 9.0.1.0.0.
    Install type for "Oracle Spatial 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Products 9.0.1.0.0 " is "Enterprise Edition"
    Install type for "Oracle Net Services 9.0.1.0.0 " is "Server.Typical"
    # Not all the dependencies for the component Oracle Net Services 9.0.1.0.0 are found. Missing Component oracle.networking.protocol_supp 9.0.1.0.0.
    Install type for "Oracle Partitioning 9.0.1.0.0 " is "Typical"
    Install type for "Oracle9i 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Oracle9i 9.0.1.0.0 are found. Missing Component oracle.rdbms.hs_olefs 9.0.1.0.0.
    # Not all the dependencies for the component Oracle9i 9.0.1.0.0 are found. Missing Component oracle.rdbms.hs_olesql 9.0.1.0.0.
    # Not all the dependencies for the component Oracle9i 9.0.1.0.0 are found. Missing Component oracle.rdbms.hybrid 9.0.1.0.0.
    Install type for "Oracle Database Utilities 9.0.1.0.0 " is "Typical"
    Install type for "Database Verify Utility 9.0.1.0.0 " is "Typical"
    Install type for "Migration Utility 9.0.1.0.0 " is "Typical"
    Install type for "Oracle9i Development Kit 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Oracle9i Development Kit 9.0.1.0.0 are found. Missing Component oracle.p2k.procob18 1.8.76.0.0.
    # Not all the dependencies for the component Oracle9i Development Kit 9.0.1.0.0 are found. Missing Component oracle.p2k.procob 9.0.1.0.0.
    # Not all the dependencies for the component Oracle9i Development Kit 9.0.1.0.0 are found. Missing Component oracle.p2k.profor 1.8.76.0.0.
    Install type for "Oracle Trace 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Advanced Security 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Oracle Advanced Security 9.0.1.0.0 are found. Missing Component oracle.options.ano.dce 9.0.1.0.0.
    Install type for "Oracle JVM 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Ultra Search Server 1.0.3.0.0 " is "Typical"
    Install type for "Oracle Data Migration Assistant 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Database Configuration Assistant 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Agent Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Applications Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Web Site 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Ultra Search Middle-Tier 1.0.3.0.0 " is "Typical"
    Install type for "Oracle Management Server 9.0.1.0.0 " is "Complete"
    Install type for "Generic Connectivity Using ODBC 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Forms Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Reporting Framework 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Enterprise Manager Webserver 9.0.1.0.0 " is "Complete"
    Install type for "Oracle HTTP Server 1.3.12.0.3a " is "Typical"
    Install type for "Oracle eBusiness Management Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle HTTP Server Extensions 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Intelligent Agent 9.0.1.0.0 " is "Typical"
    Install type for "Pro*C/C++ 9.0.1.0.0 " is "Typical"
    Install type for "Database SQL Scripts 9.0.1.0.0 " is "Typical"
    Install type for "Generic Connectivity Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Net Listener 9.0.1.0.0 " is "Typical"
    Install type for "Apache Configuration for Oracle Java Server Pages 1.1.2.3.0 " is "Typical"
    Install type for "Replication API 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Text 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Content Syndication Server 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Dynamic Services Server 9.0.1.0.0 " is "Typical"
    Install type for "BC4J Runtime 5.0.0.417.1 " is "Typical"
    Install type for "Oracle Internet Directory Client 3.0.1.0.0 " is "Typical"
    Install type for "Oracle Mod PL/SQL Gateway 3.0.9.0.7 " is "Typical"
    Install type for "PL/SQL Embedded Gateway 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Starter Database 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Complete OLTP Starter Database 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Complete DSS Starter Database 9.0.1.0.0 " is "Typical"
    Install type for "Apache Module for Oracle Servlet Engine 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Java Server Pages 1.1.2.3.0 " is "Typical"
    Install type for "Apache Configuration for EJB 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Diagnostics Pack 9.0.1.0.0 " is "Typical"
    Conflict while setting install type of "Oracle Enterprise Manager Client 9.0.1.0.0 " to "Maximum (Complete)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)"
    Install type for "Oracle Ultra Search Common Files 1.0.3.0.0 " is "Typical"
    Install type for "XML 9.0.1.0.0 " is "Typical"
    Conflict while setting install type of "XML Parser for Java 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Apache Configuration for Oracle XML Developer's Kit 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Client Option 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Tuning Pack 9.0.1.0.0 " is "Complete"
    Install type for "Oracle XML Developer's Kit 9.0.1.0.0 " is "Typical"
    Conflict while setting install type of "XML Parser for PL/SQL 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "XML Class Generator for Java 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "XML Transviewer Beans 9.0.1.0.0 " to "Typical (Typical)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "XSQL Servlet 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Management Pack for Oracle Applications 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Change Management Pack 9.0.1.0.0 " is "Complete"
    Install type for "Oracle interMedia Video 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Audio 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Image 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Locator 9.0.1.0.0 " is "Typical"
    Install type for "Data Management Services Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Client 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Oracle Enterprise Manager Quick Tours 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle interMedia Annotator 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Integrated Applications 9.0.1.0.0 " is "Complete"
    Install type for "Database Workspace Manager 9.0.1.0.0 " is "Typical"
    Install type for "Change Management Common Files 9.0.1.0.0 " is "Complete"
    Conflict while setting install type of "Oracle Intelligent Agent Base Component Files 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "SQL*Loader 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Database Demos 9.0.1.0.0 " is "Typical"
    Install type for "Advanced Replication 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Net Integration 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Enterprise Manager Database Applications 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Enterprise Manager Console 9.0.1.0.0 " is "Complete"
    Install type for "Authentication and Encryption 9.0.1.0.0 " is "Typical"
    # Not all the dependencies for the component Authentication and Encryption 9.0.1.0.0 are found. Missing Component oracle.options.ano.sns.hybrid 9.0.1.0.0.
    Install type for "Oracle Intelligent Agent Base Component Files 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Required Support Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Utilities Common Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle XML SQL Utility 9.0.1.0.0 " is "Typical"
    Install type for "XML Parser for PL/SQL 9.0.1.0.0 " is "Custom"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.2 9.0.1.0.0 " is "Typical"
    Install type for "XML Class Generator for Java 9.0.1.0.0 " is "Custom"
    Install type for "XML Transviewer Beans 9.0.1.0.0 " is "Custom"
    Install type for "SQL*Plus Worksheet 9.0.1.0.0 " is "Complete"
    Conflict while setting install type of "SQL*Plus 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Enterprise Manager Common Files 9.0.1.0.0 " is "Complete"
    Conflict while setting install type of "Secure Socket Layer 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Oracle Java Tools 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "JEWT 4.1.7.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Advanced Queueing (AQ) API 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Common Schema Demos 9.0.1.0.0 " is "Typical"
    Install type for "Secure Socket Layer 9.0.1.0.0 " is "Custom"
    Install type for "Export/Import 9.0.1.0.0 " is "Typical"
    Install type for "SQL*Plus 9.0.1.0.0 " is "Custom"
    Install type for "Installation Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle9i for UNIX Documentation 9.0.1.0.0 " is "Typical"
    Install type for "Oracle interMedia Client Library and Demo 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Wallet Manager 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Assistant Common Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Net 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Java Tools 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Oracle Enterprise Java Beans and CORBA Tools 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Visigenics ORB 3.4.0.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Java Runtime Environment 1.1.8.0.0 " to "Custom (Custom)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)"
    Install type for "DBUI 2.1.2.0.0 " is "Typical"
    Install type for "XML Parser for C++ 9.0.1.0.0 " is "Typical"
    Install type for "Enterprise Login Assistant 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Enterprise Manager Base Classes 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "XML Parser for C 9.0.1.0.0 " is "Typical"
    Install type for "XML Class Generator for C++ 9.0.1.0.0 " is "Typical"
    Install type for "Oracle C++ Call Interface 9.0.1.0.0 " is "Typical"
    Install type for "Enterprise Manager Base Classes 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Call Interface (OCI) 9.0.1.0.0 " is "Typical"
    Install type for "EM NLS files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Net Manager 9.0.1.0.0 " is "Typical"
    Install type for "Self Service Application 3.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Quick Tours 9.0.1.0.0 " is "Custom"
    Install type for "Enterprise Manager Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Change Management Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Diagnostics Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Tuning Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Management Pack for Oracle Applications Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Management Pack for SAP R/3 QuickTour 9.0.1.0.0 " is "Custom"
    Install type for "Standard Management Pack Quick Tour 9.0.1.0.0 " is "Custom"
    Install type for "Apache JServ 1.1.0.0.0f " is "Typical"
    Install type for "JSDK 2.0.0.0.0d " is "Typical"
    Install type for "Oracle Directory Manager 3.0.1.0.0 " is "Complete"
    Conflict while setting install type of "Oracle Internet Directory Client Common Files 3.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Recovery Manager 9.0.1.0.0 " is "Typical"
    Install type for "Object Type Translator 9.0.1.0.0 " is "Typical"
    Install type for "Oracle JDBC/OCI Driver for JDK 1.1 9.0.1.0.0 " is "Typical"
    Install type for "CABO 1.0.7.0.0 " is "Complete"
    Conflict while setting install type of "Java 2 Platform Enterprise Edition 9.0.1.0.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Install type for "Oracle Net Configuration Assistant 9.0.1.0.0 " is "Typical"
    Install type for "Assistant Common Files 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Oracle help For Java 3.2.9.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Kodiak 1.2.1.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Character Set Migration Utility 9.0.1.0.0 " is "Typical"
    Install type for "Apache Web Server files 1.3.12.0.0c " is "Typical"
    Install type for "Oracle Perl Interpreter 5.00503.0.0.0b " is "Typical"
    Install type for "askJDKHome 1.1.8.0.0 " is "Typical"
    Install type for "Oracle Enterprise Java Beans and CORBA Tools 9.0.1.0.0 " is "Custom"
    Install type for "website NLS files 9.0.1.0.0 " is "Complete"
    Install type for "Utilities Common Files 9.0.1.0.0 " is "Custom"
    Install type for "Visigenics ORB 3.4.0.0.0 " is "Custom"
    Install type for "Capacity Planner 9.0.1.0.0 " is "Complete"
    Install type for "Java 2 Platform Enterprise Edition 9.0.1.0.0 " is "Custom"
    Install type for "JLE 1.0.6.0.0 " is "Complete"
    Install type for "Oracle Enterprise Manager PagingOMS Common 9.0.1.0.0 " is "Complete"
    Install type for "PL/SQL 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Universal Installer 2.0.1.4.0 " is "Custom"
    Install type for "JDBC/OCI Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Base Events 9.0.1.0.0 " is "Complete"
    Install type for "SQLJ Runtime 9.0.1.0.0 " is "Typical"
    Install type for "Instance Management 9.0.1.0.0 " is "Complete"
    Install type for "Schema Management 9.0.1.0.0 " is "Custom"
    Install type for "Security Management 9.0.1.0.0 " is "Custom"
    Install type for "Storage Management 9.0.1.0.0 " is "Complete"
    Install type for "Required Support Files 9.0.1.0.0 " is "Custom"
    Conflict while setting install type of "Oracle9i Globalization Support 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    Conflict while setting install type of "Oracle Core Required Support Files 9.0.1.0.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)"
    # Not all the dependencies for the component Required Support Files 9.0.1.0.0 are found. Missing Component oracle.rsf.hybrid 9.0.1.0.0.
    Install type for "Oracle JDBC Thin Driver for JDK 1.1 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Internet Directory Client Common Files 3.0.1.0.0 " is "Custom"
    Install type for "Oracle Trace Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Text Manager 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Policy Manager 9.0.1.0.0 Beta" is "Complete"
    Install type for "Oracle Developer Server Forms Manager 9.0.1.0.0 Beta" is "Typical"
    Install type for "Oracle Parallel Server Manager 9.0.1.0.0 " is "Complete"
    Install type for "RDBMS Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Enterprise Manager Installation Pre-requisite Checks 9.0.1.0.0 " is "Complete"
    Install type for "LDAP Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Reorg Wizard 9.0.1.0.0 " is "Complete"
    Install type for "Precompiler Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Enterprise Manager Events 9.0.1.0.0 " is "Typical"
    Install type for "Oracle Diagnostic Pack Advanced Events 9.0.1.0.0 " is "Complete"
    Install type for "Advanced Host Events 9.0.1.0.0 " is "Complete"
    Install type for "Performance Manager 9.0.1.0.0 " is "Complete"
    Install type for "Diagnostics Common Files 9.0.1.0.0 " is "Complete"
    Install type for "SQLServer Monitoring Option 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Net Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Graphical Explain Plan 9.0.1.0.0 " is "Complete"
    Install type for "Graphical Layout Tool 9.0.1.0.0 " is "Complete"
    Install type for "Outline Management 9.0.1.0.0 " is "Complete"
    Install type for "Shared Class Files 9.0.1.0.0 " is "Complete"
    Install type for "Tablespace Map 9.0.1.0.0 " is "Complete"
    Install type for "Oracle9i Globalization Support 9.0.1.0.0 " is "Custom"
    Install type for "Concurrent Processing Tuning Assistant 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Service Level Reporting 9.0.1.0.0 " is "Complete"
    Install type for "Oracle Core Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Precompiler Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Platform Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle help For Java 3.2.9.0.0 " is "Custom"
    Conflict while setting install type of "Extended Windowing Toolkit 3.3.18.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)"
    Install type for "Java Runtime Environment 1.1.8.0.0 " is "Custom"
    Install type for "PL/SQL Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Parser Generator Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle JDBC Thin Driver for JDK 1.2 9.0.1.0.0 " is "Typical"
    Install type for "JDBC Common Files 9.0.1.0.0 " is "Typical"
    Install type for "Oracle JDBC Development Drivers 9.0.1.0.0 " is "Typical"
    Install type for "Kodiak 1.2.1.0.0 " is "Custom"
    Install type for "XML Parser for Java 9.0.1.0.0 " is "Custom"
    Install type for "JEWT 4.1.7.0.0 " is "Custom"
    Install type for "Extended Windowing Toolkit 3.3.18.0.0 " is "Custom"
    Install type for "SSL Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Agent Required Support Files 9.0.1.0.0 " is "Custom"
    Install type for "Oracle Client Required Support Files 9.0.1.0.0 " is "Custom"
    Calling query areasQueries2.0.1.4.0 getComponentInstallTypeName
    Query returned : EE
    Calling query generalQueries2.0.1.4.0 getOSName
    Query returned : Linux
    Calling query generalQueries2.0.1.4.0 isCurrentPlatformInGroup
    platGroup = WINDOWS
    Query returned : false
    Calling query areasQueries2.0.1.4.0 productInstalled
    location = /u01/app/oracle/product/9.0.1
    name = oracle.install.instcommon
    startVersion = 8.1.3.0.0
    endVersion = 9.0.0.0.0
    acceptCompatible = null
    Query returned : false

    Mey be this link can help you!
    http://otn.oracle.com/docs/products/oracle9i/content.html
    With this document i have made my first installation of oracle9i
    on Linux Mandrake8.2
    Good Luky

  • I can not install Oracle ODI when Supervisor Password

    Hello,
    I have WIndows 7 (64 bit)
    Java jdk1.6.0_27,
    rcu version ofm_rcu_win_11.1.1.7.0_64_disk1_1of1,
    ofm_rcu_win_11.1.1.7.0_32_disk1_1of1,
    ofm_odi_win_11.1.1.7.0_32_disk1_2of2.
    And when squeegee program C: \ tmp \ odi \ Disk1 \ install \ win32 \ setup.exe
    when I enter only the Supervisor password in the User Details message Advisor is colored red and will not go to next screen
    Below is the log
    [code]
    Adicionando ao classpath:file:/C:/Users/REGINA~1/AppData/Local/Temp/OraInstall2013-11-22_07-23-40PM/ext/jlib/odiwl.jar
    Adicionando ao classpath:file:/C:/Users/REGINA~1/AppData/Local/Temp/OraInstall2013-11-22_07-23-40PM/ext/jlib/template.jar
    Adding C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM for deletion.
    null
    configFileName:C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\footprint.xml
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\activation.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-antlr.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-apache-bcel.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-apache-bsf.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-apache-log4j.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-apache-oro.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-apache-regexp.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-apache-resolver.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-commons-logging.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-commons-net.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-contrib-1.0b3.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-jai.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-javamail.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-jdepend.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-jmf.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-jsch.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-junit.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-launcher.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-netrexx.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-nodeps.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-starteam.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-stylebook.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-swing.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-testutil.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-trax.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant-weblogic.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ant.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\aopalliance.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\bpm-infra.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\bsf.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\bsh-2.0b2.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\BUG9464369_PATCH.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\coherence.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-beanutils-1.7.0.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-codec-1.3.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-collections-3.2.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-discovery-0.4.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-httpclient-3.1.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-io-1.2.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-lang-2.2.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-logging-1.1.1.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-net-1.4.1.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-vfs-1.0.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\commons-vfs2-2.0.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\component_events_xlf.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\connector.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\cpld.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\dms.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\eclipselink.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\enterprise_data_quality.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ess_es_server.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ess_japi.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\groovy-all-1.7.4.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\HspJS.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\HspJS_11.1.2.0.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\hsqldb.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\http_client.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\jakarta-oro-2.0.8.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\javax.security.jacc_1.0.0.0_1-1.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\javolution.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\jms.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\jsch.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\jython.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\jzlib-1.07.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\log4j-1.2.8.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\mail.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\mrua.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\odi-core.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\odi-sap.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\odihapp_common.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\odihapp_essbase.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\odihapp_planning.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\odihapp_planning_11.1.2.0.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\odi_hfm.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\ojdl.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\oracle.ucp_11.1.0.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\orawsdl.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\persistence.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\pop3.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\SchemaVersion.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\spring-aop.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\spring-beans.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\spring-context.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\spring-core.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\spring-dao.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\spring-jdbc.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\spring-jmx.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\spring-jpa.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\spring-web.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\trove.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\wlthint3client.jar
    Adding jar : C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\ext\jlib\handlers\..\..\..\oracledi.sdk\lib\XmlSchema-1.4.2.jar
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Inside startPreReqOperation...prereq
    contextFile:C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM\prereq\oui\agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:Esta condição é pré-requisito para testar se o software Oracle é ou não certificado no sistema operacional.
    Resultado esperado: Um de 5.1,5.2,6.0,6.1
    Resultado Real: 5.1
    Verificação concluída. O resultado geral dessa verificação é: Aprovado
    Check Name:ServicePackChecks
    Check Description:Esta condição é pré-requisito para testar se o nível do Pacote de Serviços recomendado para instalar o produto está disponível no sistema.
    Resultado esperado: 2
    Resultado Real: 2
    Verificação concluída. O resultado geral dessa verificação é: Aprovado
    Check Name:TotalMemory
    Check Description:Esta condição é pré-requisito para testar se o sistema tem memória física suficiente.
    Resultado esperado: 1024MB
    Resultado Real: 3766MB
    Verificação concluída. O resultado geral dessa verificação é: Aprovado
    Setting current page standalone validations to true
    oracleHome: null
    oracleBase: null
    Setting current page standalone validations to true
    -scratchPath
    C:\Users\REGINA~1\AppData\Local\Temp\OraInstall2013-11-22_07-23-40PM
    -sourceLoc
    C:\tmp\odi\Disk1\install\win32\../../stage/products.xml
    -sourceType
    network
    -timestamp
    2013-11-22_07-23-40PM
    In processErrorMsgStringOracle Home
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    resultset.getStatus() : true
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    masterDriver..oracle.jdbc.OracleDriver
    masterJdbcUrl..jdbc:oracle:thin:@//127.0.0.1:1521/xe
    resultset.getStatus() : false
    Setting current page standalone validations to true
    masterDriver..oracle.jdbc.OracleDriver
    masterJdbcUrl..jdbc:oracle:thin:@//127.0.0.1:1521/xe
    resultset.getStatus() : false
    Setting current page standalone validations to true
    masterDriver..oracle.jdbc.OracleDriver
    masterJdbcUrl..jdbc:oracle:thin:@//127.0.0.1:1521/xe
    resultset.getStatus() : false
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    masterDriver..oracle.jdbc.OracleDriver
    masterJdbcUrl..jdbc:oracle:thin:@127.0.0.1:1521:xe
    resultset.getStatus() : false
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    masterDriver..oracle.jdbc.OracleDriver
    masterJdbcUrl..jdbc:oracle:thin:@127.0.0.1:1521:xe
    resultset.getStatus() : false
    [/code]

    Shows this message when running the setup.exe from disk 1
    more information about problem
    i  click y and go to screen initial  but stop in typing the Supervisor password
    Iniciando Oracle Universal Installer...
    Verificando se a velocidade da CPU é superior a 300 MHz .   Real 1862 MHz     Pa
    ssado
    Verificando espaço de swap: 0 MB disponíveis, 512 MB necessários.     Falha <<<<
    Verificando monitor: deve ser configurado para exibir pelo menos 256 cores Super
    ior a 256 .    Reais 4294967296     Passado
    Algumas verificações de requisitos falharam. Você deverá preenchê-las  requisito
    s antes de
    continuar com a instalação,
    Continuar? (y/n) [n]

  • How to install oracle xsql servlet on bea weblogic 5.1

              Hi there,
              I tried to install oracles xsql servlet (1.0.4.1) on bea weblogic 5.1 without
              any success.
              in weblogic.properties I started with:
              weblogic.httpd.webApp.xsql=c:\\weblogic\\myserver\\servletclasses\\xsql
              And in this dir I have WEB-INF with the following web.xml:
              <?xml version="1.0" encoding="ISO-8859-1"?>
              <!DOCTYPE web-app
              PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
              "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
              <web-app>
              <servlet>
              <servlet-name>oracle-xsql-servlet</servlet-name>
              <servlet-class>oracle.xml.xsql.XSQLServlet</servlet-class>
              </servlet>
              <servlet-mapping>
              <servlet-name>oracle-xsql-servlet</servlet-name>
              <url-pattern> *.xsql </url-pattern>
              </servlet-mapping>
              </web-app>
              So the xsql extension is mapped to the named servlet which is found in a jar file
              contained in subdirectory lib.
              The problem is that the general mapping of *.xsql extension to specified class
              does not work at all. And there are no errors...
              Application server just presents me with the content of the xsql file instead
              of executing servlet whith the xsql file as input.
              Any ideas??
              Thanx in advance.
              JK
              

    What kind of problem do you have?
    If it's not connected with JDBC, you'd better post your question
    in webservices newsgroup.
    Regards,
    Slava Imeshev
    "leopld goess" <[email protected]> wrote in message
    news:[email protected]..
    hy out there.
    i've been working with apache soap on wl 5.1 for a while now, and
    everything seems to be working allright- as long as i don't try to
    install a servicepack, namely sp8 or sp10. if i do that, the entire
    soap service fails to deploy.
    any ideas...
    thanx
    leopold

  • SAX Parser error when installing Oracle CCG 5.5.1

    I am trying to install Oracle CCG on Windows 2008. I already have my PeopleSoft system installed on the same box, running weblogic and jdk1.7.0_03.
    After setting the required environment variables, when I run the command "install.bat -f ccg-551-install.apf" from ccg_install folder, I get the following error:
    Starting Oracle Installation Engine 1.2.1
    Running from working directory C:\CCG\ccg_stage\
    ORACLE_HOME is C:\app\Administrator\product\11.2.0\dbhome_1
    JAVA_HOME is C:\Program Files\Java\jdk1.7.0_03
    LAUNCH_CLASSPATH is C:\app\Administrator\product\11.2.0\dbhome_1\jdbc\lib\classe
    s12.jar;C:\CCG\ccg_stage\install.jar;"C:\app\Administrator\product\11.2.0\dbhome
    _1\lib";C:\Program Files\Java\jdk1.7.0_03\lib;C:\app\Administrator\product\11.2.
    0\dbhome_1\lib;%CLASSPATH%
    Oracle CCG Installer -- Version 1.2.1 Build(installer12-Maint-1.2.1.2)
    Copyright 2009 Oracle. All rights reserved.
    Initializing. Please wait...
    FileParser: Parse error occurred: Could not load default SAX parser: org.apache.
    xerces.parsers.SAXParser: SAX2 driver class org.apache.xerces.parsers.SAXParser
    not found: org.apache.xerces.parsers.SAXParser
    Could not load default SAX parser: org.apache.xerces.parsers.SAXParser: SAX2 dri
    ver class org.apache.xerces.parsers.SAXParser not found: org.apache.xerces.parse
    rs.SAXParser
    I have tried downloading xerces.jar file and placed in the CLASSPATH folder but it did not help either. I do not have much knowledge about java and need help from someone who has installed CCG on windows.
    Thank you in advance

    Several things I would recommend here:
    1. Use JDK 1.5 instead of 1.7, I'm pretty sure 1.7 isn't supported (Don't ask why) - [http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase5-419410.html|http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase5-419410.html]
    2. Make sure to exit out all DOS command windows, then open a new one then go through setting all the environment variables, and using the same DOS command run the install command, otherwise all environment variables will be lost.
    I hope that helps.

  • Calling Oracle JDBC Driver from JSP

    I have Apache Tomcat installed under Win2000 and can run simple JSP
    pages without any problems. I have installed Personal Oracle 9.0.1.0.1 on my win2000 PC and I can login using sqlplus as scott/tiger. The database is up.
    But when I try to access an Personal Oracle DB from a JSP page I get the following
    exception:
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    root cause
    java.sql.SQLException: Io exception: Bad packet type
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:222)
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    Here is my JSP program:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <%@page language="java" import="java.sql.*"%>
    <%
    Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@<my host PC name>:8080:shark","scott","tiger");
    Statement stmt = conn.createStatement ();
    stmt.close();
    // Close the connection
    conn.close();
    %>
    Does anyone know why this error is showing up?
    Thanks

    Problem has been resolved. I did not have the Personal Oracle DB Listener running and the port needed to be changed to 1521 on the JSP program.

  • Class Not found : oracle.jdbc.driver.OracleDriver when calling web service

    Hi,
    I have installed the Oracle Data Integrator Public Web Services on Apache Tomcat 5.5 application server with Apache Axis2
    When I try to call the web service OdiInvoke using the operation "listScenario" using only the JdbcDriver as input parameter, the response I get back from the web service call is:
    java.lang.ClassNotFoundException: Class Not found : oracle.jdbc.driver.OracleDriver
    Using the operator "getWebServiceVersion" I get a successfull response back som the connection seems fine.
    Obviously the error has to do with the driver not beeing available but where should I put the driver? Or how do I make it available? When working from Topology Manager, all connections are fine.
    Best regards
    M

    Solved it on my own by putting ojdbc14.jar in the following directory: <Apache-Tomcat install dir>/webapps/axis2/WEB-INF/lib/
    Thought I'd share in case some one else has same issue
    /M

  • Servlets/ oracle jdbc driver

    i am trying to connect to my oracle database within a servlet. the driver i want to use is a oracle jdbc oci8 driver, but but unfortuntately i always get an unsatisfied link error (this only happens in servlets)
    the errormessage i get is:
    java.lang.UnsatisfiedLinkError: no ocijdbc8 in java.library.path
    at org.apache.jserv.JServServletManager.load_init(JServServletManager.java:589)
    at org.apache.jserv.JServServletManager.loadServlet(JServServletManager.java:498)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:269)
    at org.apache.jserv.JServConnection.run(JServConnection.java:188)
    at java.lang.Thread.run(Thread.java:484)
    can anyone help me?
    thx, laurenz
    null

    make sure your servlet engine platform has an oracle client installed matching the jdbc driver version being used.
    You must also properly configure your servlet engine to access the jdbc oci driver's executables.

  • Java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver

    When I run java servlet test_ora.java with IE6.0 I get the following error page:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Servlet execution threw an exception
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2349)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:469)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:376)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:518)
         at java.lang.Thread.run(Thread.java:536)
    root cause
    java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
         at test_ora.doGet(test_ora.java:21)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2349)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:646)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:469)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:644)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:483)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:376)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:518)
         at java.lang.Thread.run(Thread.java:536)
    Java Web Services Developer Pack/1.0-fcs
    I thought it is about JDBC configuration. But when I run JdbcCheckup.java everything works fine. Can anybody help me, please?
    test_ora.java looks like this:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    public class test_ora extends HttpServlet {
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    String str_dok_numer, str_f_inkraft;
    int int_dok_wal_id;
    Connection conn=null;
    Statement s = null;
    response.setContentType("text/html;charset=iso-8859-2");
    PrintWriter out = response.getWriter();
    try {
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    conn = DriverManager.getConnection(
    "jdbc:oracle:thin:@192.168.15.2:1521:DB2","janusz","kimono");
    s = conn.createStatement();
    } catch (SQLException e) {
    out.println("Blad polaczenia z baza danych: " + e.getMessage());
    try {
    ResultSet r =s.executeQuery("select dok_numer, f_inkraft, dok_wal_id from gndlf_umowy_inkraft");
    out.println("DOK_NUMER\tF_INKRAFT\tDOK_WAL_ID");
    while(r.next()){
    out.println (r.getString (1) +"\t" + r.getString (2) + "\t" +r.getString (3));
    conn.close();
    } catch (Exception e) {
    out.println("Wystapil problem z wyslaniem SQL do bazy danych: " + e.getMessage());
    finally {
    try { conn.close(); }
    catch(SQLException e) {}
    and here is code for JdbcCheckup.java (I get it from Internet and made some modifications):
    * This sample can be used to check the JDBC installation.
    * Just run it and provide the connect information. It will select
    * "Hello World" from the database.
    // You need to import the java.sql package to use JDBC
    import java.sql.*;
    // We import java.io to be able to read from the command line
    import java.io.*;
    class JdbcCheckup {
    public static void main(String args[])
    throws SQLException, IOException
    // Load the Oracle JDBC driver
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    // Prompt the user for connect information
    System.out.println("Please enter information to test connection to the database");
    String user;
    String password;
    String database;
    user = readEntry("user: ");
    int slash_index = user.indexOf('/');
    if (slash_index != -1)
    password = user.substring(slash_index + 1);
    user = user.substring(0, slash_index);
    else
    password = readEntry("password: ");
    database = readEntry("database(a TNSNAME entry): ");
    System.out.print("Connecting to the database...");
    System.out.flush();
    System.out.println("Connecting...");
    //Connection conn = DriverManager.getConnection("jdbc:oracle:oci8:@" + database, user, password);
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@192.168.15.2:1521:" + database, user, password);
    System.out.println("connected!!!");
    // Create a statement
    Statement stmt = conn.createStatement();
    // Do the SQL "Hello World" thing
    ResultSet rset = stmt.executeQuery("select 'Hello World' from dual");
    while (rset.next())
    System.out.println(rset.getString(1));
    // close the result set, the statement and connect
    rset.close();
    stmt.close();
    conn.close();
    System.out.println("Your JDBC installation is correct.");
    // Utility function to read a line from standard input
    static String readEntry(String prompt)
    try
    StringBuffer buffer = new StringBuffer();
    System.out.print(prompt);
    System.out.flush();
    int c = System.in.read();
    while (c != '\n' && c != -1)
    buffer.append((char)c);
    c = System.in.read();
    return buffer.toString().trim();
    catch(IOException e) {
    return "";
    I use Java Web Service Developer Pack 1.0 on Win98 SE, database Oracle 8.1.7 is installed on dedicated IBM server (AIX 4.x).
    I put these lines in autoexec.bat:
    set PATH=C:\Perl\bin\;"C:\j2sdk1.4.0\bin";%PATH%
    set CLASSPATH=.;C:\j2sdk1.4.0\lib\tools.jar;C:\j2sdk1.4.0\lib\classes12.zip;C:\j2sdk1.4.0\lib\classes111.zip;%CLASSPATH%
    set CLASSPATH=C:\jwsdp_1_0\common\lib\servlet.jar;C:\jwsdp_1_0\common\lib\jasper-compiler.jar;C:\jwsdp_1_0\common\lib\jasper-runtime.jar;%CLASSPATH%
    set JAVA_HOME=C:\j2sdk1.4.0

    I have the same problem. I created a JSP page that uses a class to retrieve database information. I added a main method to the class so I would be able to test it. When I test the class using the main method the method returns all the information from the database. When I try it using Tomcat, I get the following error: java.lang.NoClassDefFoundError: oracle/jdbc/driver/OracleDriver
    Does anyone have an idea of what is going on?
    My CLASSPATH configuration is the same.

  • Class Not Found: JDBC driver oracle.jdbc.driver.OracleDriver

    Does anyone can help?
    When I install the OpenBravo, I get the error shown below:
    Class Not Found: JDBC driver oracle.jdbc.driver.OracleDriver could not be loaded.
    I am using the Oracle XE, jdk1.5.0_06, Apache Tomcat 5.5.17.

    include the jar file classes111.jar in your classpath, it will work
    The location would be like
    C:\Applns\oracle9204\jdbc\lib\classes111.jar;
    set the classpath with this jar in command prompt
    set CLASSPATH=%CLASSPATH%;C:\Applns\oracle9204\jdbc\lib\classes111.jar;

Maybe you are looking for

  • Can't transfer music to iPod nano

    How do I download music from portable hard drive to iPod nano. I tried to retrieve my music from iTunes, but its in the portable hard drive and it only shows up thru the cloud. I want to have access all my iTunes while keeping it on portable drive.

  • Custom mapping is obviously not reflected in the Entity Framework designer

    Hi, I use the Oracle Data Provider for .NET 11.2.0.2.50 Beta 3 with the Entity Framework. I added a custom mapping to the app.config that maps NUMBER(1,0) to bool: <oracle.dataaccess.client> <settings> <add name="bool" value="edmmapping number(1,0)"

  • How to change the menu item text

    Hi, in cj20n transaction, for one of menu item i have to change the text of the item. How can i change the text. Regards, Ram

  • K9N2 SLI Platinum audio issues

    I cannot get my sound working. I've installed both of the Nforce audio codecs, and the Realtek HD audio codecs. I cant figure this out 

  • Calling HDMV Title, withe the use of a Locator

    Hello all. I would like to ask if it is possible to call an HDMV Title from javax.media.MediaLocator, or another Locator and then play it with a javax.media.player. If so, how is it done? Can I have an example pls? Thanks in advance, Tilemahos Goudas