Installing JDBC, Oracle, PI 7

I am configuring a JDBC adapter (sender) in SAP PI 7, against a Oracle 10g database. My configuration is like this:
JDBC Driver: oracle.jdbc.driver.OracleDriver
Connection: jdbc:oracle:thin:@144.84.236.22:1531:ha1u
When starting the interface I get this error in the communication channel monitoring:
Error during database connection to the database URL 'jdbc:oracle:thin:@144.84.236.22:1531:ha1u' using the JDBC driver 'oracle.jdbc.driver.OracleDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot estrablish connection to URL 'jdbc:oracle:thin:@144.84.236.22:1531:ha1u': ClassNotFoundException: oracle.jdbc.driver.OracleDriver'
Based on this I thought that the oracle drivers were not loaded. So I sent an email to the SAP PI admin. They did not know about this issue, and said that when they were attempting to install the driver they got the message "No upgrade needed".  I have given them the "How to Install and Configure External Drivers for JDBC & JMS" document, but they have still no luck in correcting this issue.
This is real critical for me, so any input would greatly help. Is there anything wrong with my configuration? Is there anything I can tell my admins, that might help them fix the problem?

We followed the description in this how to guide:
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f04ce027-934d-2a10-5a8f-fa0b1ed4d88f
The only trick was to remember to select "Update deployed SDAs/SCAs that have any version" in step 1. This was the step that caused problem for our admins.
For compatability issues regarding JDBC drivers see SAP Note 831162.
We installed the ojdbc14.jar which so far has worked well against Oracle 10g.

Similar Messages

  • How to install JDBC for Oracle 8.0.5

    Dear Friends,
    I am quite troubled in how to install JDBC Driver for Oracle 8.0.5 in Turbo Linux 7.0.
    I have got the file jdbc8052-sol.zip(class102.zip,class111.zip & liboci805jdbc.so), and extracted them into the /usr/lib.
    Setup the CLASSPATH and execute the ldconfig command, but the ldconfig is not executed well. Errors is :
    following "/usr/lib/liboci805jdbc.so" is not a shared object file.
    What should I do can setup the JDBC? Help!
    If you can, my friends, please answer here or write to me : [email protected]
    Jacky.
    Feb 4. 2002

    Dear Amardeep,
    The OP opened 2 threads, one how to clone and other one how to rename a database 8. The article I send show how to clone the DB (one of the steps in the clone article is how to rename the DB from"PROD" to "Test"). ;)
    This is the other thread:
    easy way to clone database
    Cheers,
    Francisco Munoz Alvarez
    www.oraclenz.com

  • How can I install JDBC drivers for Oracle?!?....

    i have a program that has this line:
    import oracle.jdbc.pool.OracleDataSource;
    that gives this error when I compile it:
    package oracle.jdbc.pool does not exist
    So I think I need to install JDBC drivers for Oracle. (?)
    I went here: [http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_111060.html]
    and downloaded the files for JDBC Thin.
    Then I followed this: [http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/111070_readme.html]
    by entering these commands (I'm using Ubuntu):
    export CLASSPATH=$CLASSPATH:/path/to/files/ojdbc6.jar
    export CLASSPATH=$CLASSPATH:/path/to/files/orai18n.jar
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/files
    When I type echo $CLASSPATH I can see that those commands worked, but it hasn't made any difference when I try to compile.
    I still get the same error. Is it because I didn't do anything about the .so files? The readme page didn't mention them in the installation section.
    Please help! I am so stuck...

    I don't think you need the shared libraries (.so files) and given what I saw when I glanced at those pages, I don't think they'd even work for you, although maybe I just didn't read enough of it.
    What happens when you type
    javap oracle.jdbc.pool.OracleDataSourceon the command line?
    How are you invoking javac? Are you perhaps passing a classpath argument?
    Are you sure that the path to the jar files is correct? Are the paths relative?

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

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

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

  • Cannot install DBD::Oracle perl module with Oracle 11.2.0.3 client

    Hi
    I have been trying to install DBD::Oracle perl module on a Centos 5.7 server which is running Oracle client version 11.2.0.3. I have installed all dependencies prior to attempting installing the same and I am running into the following error -
    /usr/bin/ld: skipping incompatible /app/utiba/oracle/client/lib//libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1Here are the complete details of my attempt of installation of the perl module -
    [root@tch1testuview1 DBD-Oracle-1.50]# perl Makefile.PL
    Using DBI 1.52 (for perl 5.008008 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/
    Configuring DBD::Oracle for perl 5.008008 on linux (x86_64-linux-thread-multi)
    Remember to actually *READ* the README file! Especially if you have any problems.
    Installing on a linux, Ver#2.6
    Using Oracle in /app/utiba/oracle/client
    DEFINE _SQLPLUS_RELEASE = "1102000300" (CHAR)
    Oracle version 11.2.0.3 (11.2)
    Found /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Using /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Your LD_LIBRARY_PATH env var is set to '/app/utiba/oracle/client/lib:/lib:/usr/lib'
    Reading /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk
    Reading /app/utiba/oracle/client/rdbms/lib/env_rdbms.mk
    WARNING: Oracle /app/utiba/oracle/client/rdbms/lib/ins_rdbms.mk doesn't define a 'build' rule.
    WARNING: I will now try to guess how to build and link DBD::Oracle for you.
             This kind of guess work is very error prone and Oracle-version sensitive.
             It is possible that it won't be supported in future versions of DBD::Oracle.
             *PLEASE* notify dbi-users about exactly _why_ you had to build it this way.
    Found header files in /app/utiba/oracle/client/rdbms/public.
    client_version=11.2
    DEFINE= -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112
    Checking for functioning wait.ph
    System: perl5.008008 linux builder10.centos.org 2.6.18-53.el5 #1 smp mon nov 12 02:14:55 est 2007 x86_64 x86_64 x86_64 gnulinux
    Compiler:   gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm
    Linker:     /usr/bin/ld
    Sysliblist: -ldl -lm -lpthread -lnsl -lirc -lipgo
    Oracle makefiles would have used these definitions but we override them:
      CC:       $(GCC)
      CFLAGS:   $(GFLAG) $(OPTIMIZE) $(CDEBUG) $(CCFLAGS) $(PFLAGS)\
            $(SHARED_CFLAG) $(USRFLAGS)
               [$(GFLAG) -O2 $(CDEBUG) $(CCFLAGS) -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -DLINUX -D_GNU_SOURCE -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 -DSLTS_ENABLE -DSLMXMX_ENABLE -D_REENTRANT -DNS_THREADS -DLDAP_CM $(LPFLAGS) $(PLSQLNCGFLAGS) $(USRFLAGS)]
      LDFLAGS:  -o $@ $(LDOBJSZ) $(LDPATHFLAG)$(PRODLIBHOME) $(LDPATHFLAG)$(LIBHOME) $(LDPATHFLAG)$(LIBHOME)stubs/ $(LDPATHFLAG)$(LIBHOME) $(LLIBIRC)
               [-o $@ -m32 -L/app/utiba/oracle/client/rdbms/lib/ -L$(LIBHOME) -L$(LIBHOME)stubs/ -L$(LIBHOME) -lirc -lipgo ]
    Linking with  -lclntsh -ldl -lm -lpthread -lnsl -lirc -lipgo -ldl -lm  [from $(OCISHAREDLIBS)]
    LD_RUN_PATH=/app/utiba/oracle/client/lib
    Using DBD::Oracle 1.50.
    Using DBD::Oracle 1.50.
    Using DBI 1.52 (for perl 5.008008 on x86_64-linux-thread-multi) installed in /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI/
    Writing Makefile for DBD::Oracle
    ***  If you have problems...
         read all the log printed above, and the README and README.help.txt files.
         (Of course, you have read README by now anyway, haven't you?)
    [root@tch1testuview1 DBD-Oracle-1.50]# make
    Skip blib/lib/DBD/Oracle/Troubleshooting/Cygwin.pod (unchanged)
    Skip blib/lib/DBD/Oracle.pm (unchanged)
    Skip blib/lib/oraperl.ph (unchanged)
    Skip blib/arch/auto/DBD/Oracle/Oracle.h (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Vms.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Linux.pod (unchanged)
    Skip blib/lib/DBD/Oracle/GetInfo.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting.pod (unchanged)
    Skip blib/arch/auto/DBD/Oracle/dbdimp.h (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Hpux.pm (unchanged)
    Skip blib/arch/auto/DBD/Oracle/ocitrace.h (unchanged)
    Skip blib/lib/Oraperl.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Sun.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Macos.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Aix.pod (unchanged)
    Skip blib/lib/DBD/Oracle/Object.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Win64.pod (unchanged)
    Skip blib/arch/auto/DBD/Oracle/mk.pm (unchanged)
    Skip blib/lib/DBD/Oracle/Troubleshooting/Win32.pod (unchanged)
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 Oracle.c
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 dbdimp.c
    dbdimp.c: In function ‘fb_ary_cb_alloc’:
    dbdimp.c:324: warning: comparison is always false due to limited range of data type
    dbdimp.c:325: warning: comparison is always false due to limited range of data type
    dbdimp.c:326: warning: comparison is always false due to limited range of data type
    dbdimp.c:327: warning: comparison is always false due to limited range of data type
    dbdimp.c:328: warning: comparison is always false due to limited range of data type
    dbdimp.c: In function ‘fb_ary_alloc’:
    dbdimp.c:344: warning: comparison is always false due to limited range of data type
    dbdimp.c:345: warning: comparison is always false due to limited range of data type
    dbdimp.c:346: warning: comparison is always false due to limited range of data type
    dbdimp.c:347: warning: comparison is always false due to limited range of data type
    gcc -c  -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/rdbms/demo -I/app/utiba/oracle/client/rdbms/public -I/app/utiba/oracle/client/plsql/public -I/app/utiba/oracle/client/network/public -I/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"  -Wall -Wno-comment -DUTF8_SUPPORT -DORA_OCI_VERSION=\"11.2.0.3\" -DORA_OCI_102 -DORA_OCI_112 oci8.c
    oci8.c: In function ‘ora_blob_read_mb_piece’:
    oci8.c:1804: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘describe_obj_by_tdo’:
    oci8.c:3256: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘ora_describe’:
    oci8.c:3480: warning: comparison is always false due to limited range of data type
    oci8.c: In function ‘ora_st_fetch’:
    oci8.c:3953: warning: unused variable ‘imp_xxh’
    Running Mkbootstrap for DBD::Oracle ()
    chmod 644 Oracle.bs
    rm -f blib/arch/auto/DBD/Oracle/Oracle.so
    LD_RUN_PATH="/app/utiba/oracle/client/lib" gcc  -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic Oracle.o dbdimp.o oci8.o  -o blib/arch/auto/DBD/Oracle/Oracle.so  \
               -L/app/utiba/oracle/client/lib/ -lclntsh -ldl -lm -lpthread -lnsl -lirc -lipgo -ldl -lm      \
    /usr/bin/ld: skipping incompatible /app/utiba/oracle/client/lib//libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1I am sure that installing a previous(older) version of oracle client will fix this issue i.e. either 11.2.0.1 or older (that is tested) but I want to know if it is possible to resolve the above issue with a work around and not having to install a previous version.
    Fyi.. I've tried to install DBD::Oracle version 1.24 and 1.50 but that doesn't seem to make any difference. I couldn't find any related thread either for this error so I desperately need a solution to the same(if any).
    If anyone can help here, would really appreciate it or else, I will have no choice but to install previous version of oracle client.
    Thanks
    Edited by: 956308 on Aug 31, 2012 6:55 AM
    Edited by: 956308 on Aug 31, 2012 6:57 AM

    Contents of the response file:
    oracle.install.responseFileVersion=http://www.oracle.com/2007/install/rspfmt_clientinstall_response_schema_v11_2_0
    ORACLE_HOSTNAME=slc00caz
    UNIX_GROUP_NAME=oracle
    INVENTORY_LOCATION=/home/psadm1/oraInventory
    SELECTED_LANGUAGES=en
    ORACLE_HOME=/opt/oracle/psft/pt/oracle-client/11.2.0.x
    ORACLE_BASE=/opt/oracle/psft/pt/oracle-client
    oracle.install.client.installType=Custom
    oracle.install.client.upgrading=false
    oracle.install.client.customComponents=oracle.rdbms.util:11.2.0.3.0,oracle.javavm.client:11.2.0.3.0,oracle.sqlplus:11.2.0.3.0,oracle.dbjava.jdbc:11.2.0.3.0,oracle.rdbms.oci:11.2.0.3.0,oracle.xdk:11.2.0.3.0,oracle.network.aso:11.2.0.3.0,oracle.assistants.oemlt:11.2.0.3.0,oracle.network.client:11.2.0.3.0,oracle.odbc:11.2.0.3.0,oracle.dbdev:11.2.0.3.0
    oracle.install.client.schedulerAgentHostName=
    oracle.install.client.schedulerAgentPortNumber=
    oracle.installer.autoupdates.option=SKIP_UPDATES
    oracle.installer.autoupdates.downloadUpdatesLoc=
    AUTOUPDATES_MYORACLESUPPORT_USERNAME=
    AUTOUPDATES_MYORACLESUPPORT_PASSWORD=
    PROXY_HOST=
    PROXY_PORT=0
    PROXY_USER=
    PROXY_PWD=
    PROXY_REALM=

  • Failed to Install the "Oracle Web Services Manager Configuration Assistant"

    The installation of "Oracle Web Services Manager Configuration Assistant" was failed when I installed the "Oracle SOA Suite 10.1.3.1.0" ,and the failure information about the installation in the log show as follows, I need your help,thanks a lot!
    start-olite:
    Starting OLite in background ...
    Running:D:\product\10.1.3.1\OracleAS_1\integration\esb\sql\other\wfeventc.sql
    Exception in thread "main" oracle.tip.esb.install.exception.InstallationDBException: Failed to execute sql file"D:\product\10.1.3.1\OracleAS_1\integration\esb\sql\other\wfeventc.sql"
         at oracle.tip.esb.install.db.RunSQLScript.runScript(Unknown Source)
         at oracle.tip.esb.install.db.RunSQLScript.runScriptListInternal(Unknown Source)
         at oracle.tip.esb.install.db.RunSQLScript.runScriptList(Unknown Source)
         at oracle.tip.esb.install.db.NonOracleDB.runScripts(Unknown Source)
         at oracle.tip.esb.install.db.OLite.install(Unknown Source)
         at oracle.tip.esb.install.db.InstallerMain.main(Unknown Source)
    Caused by: java.sql.SQLException: [POL-3023] ????????
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinDriverConnect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.connect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCFactory.createConnection(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCDriver.connect(Unknown Source)
         at oracle.tip.esb.install.db.DriverManagerDataSource.getConnection(Unknown Source)
         ... 6 more
    Java Result: 1
    Importing Default System ...
    ${env.PCHOME}
    stop-olite:
    Stopping background OLite process ...
    CA::DEBUG:******:Finished OLite Install ...
    Finished Olite configuration ...
    BUILD SUCCESSFUL
    Total time: 12 seconds
    Exit: 0
    TASK: oracle.tip.esb.install.tasks.ConfigureOC4J
    Configuring OC4J ...
    id value is 2
    id value is IASPT
    process-type value is 1
    id value is 3
    id value is IASPT
    id value is 3
    id value is ASG
    process-type value is 1
    id value is 2
    id value is ASG
    id value is 1
    id value is default_group
    process-type value is 1
    id value is 3
    id value is home
    process-type value is 1
    process-type value is 2
    process-type value is 1
    final map size value is 2
    id value is -Xrs -server -XX:MaxPermSize=128M -ms512M -mx1024M -XX:AppendRatio=3 -Djava.security.policy=$ORACLE_HOME/j2ee/home/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false
    Jun 22, 2010 2:39:09 PM oracle.tip.esb.install.tasks.ConfigureOC4J getOpmnRequestPort
    INFO: Port value is 6003
    D:\product\10.1.3.1\OracleAS_1\jdk\bin\java -Dant.home=D:\product\10.1.3.1\OracleAS_1\ant -classpath D:\product\10.1.3.1\OracleAS_1\ant\lib\ant.jar;D:\product\10.1.3.1\OracleAS_1\ant\lib\ant-launcher.jar;D:\product\10.1.3.1\OracleAS_1\integration\esb\lib\ant-contrib-1.0b1.jar org.apache.tools.ant.Main -Dinstall.type=SoaBasic -Desb.home=D:\product\10.1.3.1\OracleAS_1\integration\esb -Doc4j.home.dir=D:\product\10.1.3.1\OracleAS_1 -Djava.home=D:\product\10.1.3.1\OracleAS_1\jdk -Doracle.home=D:\product\10.1.3.1\OracleAS_1 -Dhost.name=dpxc67-01 -Ddb.vendor=olite -Dimport.export.db_url=jdbc:polite4@localhost:1531:oraesb -Desb.appserver=ias_10.1.3 -Doc4j.design_time_host=dpxc67-01 -Doc4j.design_time_port=8888 -Dprimary.container=home -Dinstall.mode=OracleInstallerias_10.1.3_SoaBasic -Dsso=true -Dinstall.component=install-developer -Dias.name=soademo.dpxc67-01 -Denv.OC4J_STANDALONE_HOME=D:\product\10.1.3.1\OracleAS_1 -Dias_admin.password=*password cannot be displayed* -Denv.JAVA_HOME=D:\product\10.1.3.1\OracleAS_1\jdk -Denv.SERVER_ADMIN_PASSWORD=*password cannot be displayed* -Dopmn.requestport=6003 -Ddb.vendor=olite -Ddb.connect.string=jdbc:polite4@localhost:1531:oraesb -Ddb.username=system -Dias.virtual_host=dpxc67-01 -Denv.DB_USER=system -Denv.DB_URL=jdbc:polite4@localhost:1531:oraesb -Desb.oc4j.container=home -Denv.DB_PASSWORD=*password cannot be displayed* -Ddb.password=*password cannot be displayed* -e -buildfile esbinstall.xml deploy-applications
    Buildfile: esbinstall.xml
    Trying to override old definition of datatype echoproperties
    common_update_server.xml:
    Adding shared library apache.junit ...
    Adding shared library oracle.db.lite ...
    Adding shared library apache.commons 10.1.3 ...
    Adding shared library apache.jdom ...
    Adding shared library apache.slide ...
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://dpxc67-01:6003/home -script D:\product\10.1.3.1\OracleAS_1\integration\esb\install\ant-tasks/esb_admin_client_script_sl.txt
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    publishSharedLibrary command was successful
    update_server.xml:
    Adding shared library oracle.esb ...
    deployer.url: deployer:oc4j:opmn://dpxc67-01:6003/home
    publishSharedLibrary command was successful
    deploy-applications:
    Deploying ESB design time ...
    Binding ESB design time ...
    Deploying ESB run time ...
    Binding ESB runtime ...
    Deploying orainfra.ear ...
    Binding orainfra ...
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://dpxc67-01:6003/home -script D:\product\10.1.3.1\OracleAS_1\integration\esb\install\ant-tasks/esb_deployapps.txt
    10/06/22 14:39:20 Notification ==>Application Deployer for esb-dt STARTS.
    10/06/22 14:39:20 Notification ==>Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt.ear
    10/06/22 14:39:20 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt.ear begins...
    10/06/22 14:39:20 Notification ==>Unpacking esb-dt.ear
    10/06/22 14:39:21 Notification ==>Done unpacking esb-dt.ear
    10/06/22 14:39:21 Notification ==>Unpacking esb_console.war
    10/06/22 14:39:22 Notification ==>Done unpacking esb_console.war
    10/06/22 14:39:22 Notification ==>Unpacking esb-jca-dt.rar
    10/06/22 14:39:22 Notification ==>Done unpacking esb-jca-dt.rar
    10/06/22 14:39:22 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt.ear ends...
    10/06/22 14:39:22 Notification ==>Starting application : esb-dt
    10/06/22 14:39:22 Notification ==>Initializing ClassLoader(s)
    10/06/22 14:39:22 Notification ==>Initializing EJB container
    10/06/22 14:39:22 Notification ==>Loading connector(s)
    10/06/22 14:39:22 Notification ==>Starting up resource adapters
    10/06/22 14:39:23 Notification ==>Warning. Unable to set up connection factory to location esb-dt for a resource adapter in {1}
    10/06/22 14:39:23 Notification ==>Initializing EJB sessions
    10/06/22 14:39:23 Notification ==>Committing ClassLoader(s)
    10/06/22 14:39:23 Notification ==>Initialize esb_console begins...
    10/06/22 14:39:23 Notification ==>Initialize esb_console ends...
    10/06/22 14:39:23 Notification ==>Started application : esb-dt
    10/06/22 14:39:23 Notification ==>Application Deployer for esb-dt COMPLETES. Operation time: 2875 msecs
    10/06/22 14:39:23 Notification ==>Application Deployer for esb-rt STARTS.
    10/06/22 14:39:23 Notification ==>Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-rt.ear
    10/06/22 14:39:23 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-rt.ear begins...
    10/06/22 14:39:23 Notification ==>Unpacking esb-rt.ear
    10/06/22 14:39:23 Notification ==>Done unpacking esb-rt.ear
    10/06/22 14:39:23 Notification ==>Unpacking provider-war.war
    10/06/22 14:39:23 Notification ==>Done unpacking provider-war.war
    10/06/22 14:39:23 Notification ==>Unpacking esb-jca-rt.rar
    10/06/22 14:39:23 Notification ==>Done unpacking esb-jca-rt.rar
    10/06/22 14:39:23 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-rt.ear ends...
    10/06/22 14:39:23 Notification ==>Starting application : esb-rt
    10/06/22 14:39:23 Notification ==>Initializing ClassLoader(s)
    10/06/22 14:39:23 Notification ==>Initializing EJB container
    10/06/22 14:39:23 Notification ==>Loading connector(s)
    10/06/22 14:39:23 Notification ==>Starting up resource adapters
    10/06/22 14:39:23 Notification ==>Warning. Unable to set up connection factory to location esb-rt for a resource adapter in {1}
    10/06/22 14:39:23 Notification ==>Initializing EJB sessions
    10/06/22 14:39:23 Notification ==>Committing ClassLoader(s)
    10/06/22 14:39:23 Notification ==>Initialize provider-war begins...
    10/06/22 14:39:23 Notification ==>Initialize provider-war ends...
    10/06/22 14:39:23 Notification ==>Started application : esb-rt
    10/06/22 14:39:23 Notification ==>Application Deployer for esb-rt COMPLETES. Operation time: 203 msecs
    10/06/22 14:39:24 Notification ==>Application Deployer for orainfra STARTS.
    10/06/22 14:39:24 Notification ==>Copy the archive to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\orainfra.ear
    10/06/22 14:39:24 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\orainfra.ear begins...
    10/06/22 14:39:24 Notification ==>Unpacking orainfra.ear
    10/06/22 14:39:24 Notification ==>Done unpacking orainfra.ear
    10/06/22 14:39:24 Notification ==>Unpacking orainfra.war
    10/06/22 14:39:24 Notification ==>Done unpacking orainfra.war
    10/06/22 14:39:24 Notification ==>Initialize D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\orainfra.ear ends...
    10/06/22 14:39:24 Notification ==>Starting application : orainfra
    10/06/22 14:39:24 Notification ==>Initializing ClassLoader(s)
    10/06/22 14:39:24 Notification ==>Initializing EJB container
    10/06/22 14:39:24 Notification ==>Loading connector(s)
    10/06/22 14:39:24 Notification ==>Starting up resource adapters
    10/06/22 14:39:24 Notification ==>Initializing EJB sessions
    10/06/22 14:39:24 Notification ==>Committing ClassLoader(s)
    10/06/22 14:39:24 Notification ==>Initialize orainfra begins...
    10/06/22 14:39:24 Notification ==>Initialize orainfra ends...
    10/06/22 14:39:24 Notification ==>Started application : orainfra
    10/06/22 14:39:24 Notification ==>Application Deployer for orainfra COMPLETES. Operation time: 219 msecs
    dehydrationStore:
    Configuring data sources for olite dehydration store ...
    ${env.PCHOME}
    install-developer:
    design time host dpxc67-01
    design time port 8888
    primary container home
    the host is dpxc67-01and the port is 8888
    Exception in thread "main" oracle.tip.esb.install.exception.InstallationDBException: Connection Refused ""
         at oracle.tip.esb.install.db.NonOracleDB.runConnectionTest(Unknown Source)
         at oracle.tip.esb.install.db.NonOracleDB.load(Unknown Source)
         at oracle.tip.esb.install.ESBInstaller.setupDB(Unknown Source)
         at oracle.tip.esb.install.ESBInstaller.handleDesignTimeSpecificActions(Unknown Source)
         at oracle.tip.esb.install.ESBInstaller.main(Unknown Source)
    Caused by: java.sql.SQLException: [POL-3023] ????????
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinSQLError(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.thinDriverConnect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCConnection.connect(Unknown Source)
         at oracle.lite.poljdbc.LiteThinJDBCFactory.createConnection(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.OracleConnection.<init>(Unknown Source)
         at oracle.lite.poljdbc.POLJDBCDriver.connect(Unknown Source)
         at oracle.tip.esb.install.db.DriverManagerDataSource.getConnection(Unknown Source)
         ... 5 more
    Java Result: 1
    Copying 1 file to D:\product\10.1.3.1\OracleAS_1\j2ee\home\lib\ext
    set_app_sso_option:
    Using sso=true. Redeploying esb-dt with sso
    Copying 1 file to D:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\esb-dt\META-INF
    Copying 1 file to D:\product\10.1.3.1\OracleAS_1\j2ee\home\application-deployments\esb-dt

    It could be due to system language setting -
    install SOA Suite failed
    Regards,
    Anuj

  • How to install JDBC 8.1.6???

    Could someone tell me how to install the Oracle JDBC drivers
    ver 8.1.6?
    The compiled FAQs at
    http://technet.oracle.com/tech/java/access/info/jdbc_faq.htm
    are great, but offer no insight on how to install JDBC.
    Is there info on the web site about it other than
    the following very old still unsolved problem below:
    Product: JDBC
    Report Number: 654140
    Last Updated: 09-APR-98
    Component: JDBC Version: 7.3.4
    RDBMS Version: 0
    Operating System: MS Windows NT Version 4
    Affects: All supported platforms.
    Please update the kittings of the JDBC drivers found on
    www-aurora and the
    external FTP sites. These kittings of the JDBC Drivers say "Use
    the Oracle
    Installer" causing customers to call in immediately after
    downloading it and
    asking "How do I install it???"
    Also, the internal copies of the drivers' documentations say the
    same things
    and they do not have .PRD files for an Oracle Installer either.
    When an
    internal employee downloads this he goes to the main page on
    Aurora and sees
    to call into Oracle Support for any questions on JDBC, and this
    causes
    even more unnecessary calls from Oracle Employees that could have
    easily
    been advoided.
    Status:
    Open. More information may be available at a later date.
    null

    That is quite impossible to give you an aswer. We have to few information. For example, when did you get the error message? Is there an associate error number with this message? Try to explain what you did.
    Bye, Aron

  • Silent Install of Oracle Patch 10.1.0.2.0

    I'm trying to do a silent installation of the 9.2.0.5_PATCH_SET_FOR_ORACLE_DATABASE_SERVER. I want to install the Oracle 10.1.0.2.0 patch first. Below is my response file. When I try to run the installation silently the Language Selector appears. What am I missing here?
    Any Help is appreciated.
    ## Copyright (c) 1999, 2004 Oracle. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## identifies the variable type. ##
    ## Please specify the values in the following format: ##
    ## Type Example ##
    ## String "Sample Value" ##
    ## Boolean True or False ##
    ## Number 1000 ##
    ## StringList {"String value 1","String Value 2"} ##
    ## The values that are given as <Value Required> need to be ##
    ## specified for a silent installation to be successful. ##
    ## This response file is generated by Oracle Software ##
    ## Packager. ##
    RESPONSEFILE_VERSION=2.2.1.0.0
    #Name : UNIX_GROUP_NAME
    #Datatype : String
    #Description: Unix group to be set for the inventory directory. Valid only in Unix platforms.
    #Example: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME=" "
    #Name : FROM_LOCATION
    #Datatype : String
    #Description: Complete path to the products.xml.
    #Example: FROM_LOCATION = "..\stage\products.xml"
    FROM_LOCATION="Y:\Software\Oracle_9i_Patches\9.2.0.5_PATCH_SET_FOR_ORACLE_DATABASE_SERVER\Disk1\stage\products.xml"
    #Name : FROM_LOCATION_CD_LABEL
    #Datatype : String
    #Description: This variable should only be used in multi-CD installations. It includes the label of the compact disk where the file "products.xml" exists. The label can be found in the file "disk.label" in the same directory as products.xml.
    #Example: FROM_LOCATION_CD_LABEL = "CD Label"
    FROM_LOCATION_CD_LABEL=<Value Unspecified>
    #Name : ORACLE_HOME
    #Datatype : String
    #Description: Complete path of the Oracle Home.
    #Example: ORACLE_HOME = "C:\OHOME1"
    ORACLE_HOME="C:\Oracle\Ora92"
    #Name : ORACLE_HOME_NAME
    #Datatype : String
    #Description: Oracle Home Name. Used in creating folders and services.
    #Example: ORACLE_HOME_NAME = "OHOME1"
    ORACLE_HOME_NAME="OraHome92"
    #Name : TOPLEVEL_COMPONENT
    #Datatype : StringList
    #Description: The top level component to be installed in the current session.
    #Example: TOPLEVEL_COMPONENT = {"oracle.swd.oui","10.1.0.2.0"}
    TOPLEVEL_COMPONENT={"oracle.swd.oui","10.1.0.2.0"}
    #Name : SHOW_SPLASH_SCREEN
    #Datatype : Boolean
    #Description: Set to true if the initial splash screen in OUI needs to be shown.
    #Example: SHOW_SPLASH_SCREEN = true
    SHOW_SPLASH_SCREEN=true
    #Name : SHOW_WELCOME_PAGE
    #Datatype : Boolean
    #Description: Set to true if the Welcome page in OUI needs to be shown.
    #Example: SHOW_WELCOME_PAGE = false
    SHOW_WELCOME_PAGE=false
    #Name : SHOW_CUSTOM_TREE_PAGE
    #Datatype : Boolean
    #Description: Set to true if the custom tree page in OUI needs to be shown.
    #Use this page to select or de-select dependencies. This page appears only in a custom install type.
    #Example: SHOW_CUSTOM_TREE_PAGE = false
    SHOW_CUSTOM_TREE_PAGE=false
    #Name : SHOW_COMPONENT_LOCATIONS_PAGE
    #Datatype : Boolean
    #Description: Set to true if the component locations page in OUI needs to be shown.
    #This page only appears if there are products whose installed directory can be changed.
    #If you set this to false you will prevent the user from being able to specify alternate directories.
    #Example: SHOW_COMPONENT_LOCATIONS_PAGE = false
    SHOW_COMPONENT_LOCATIONS_PAGE=false
    #Name : SHOW_SUMMARY_PAGE
    #Datatype : Boolean
    #Description: Set to true if the summary page in OUI needs to be shown.
    #The summary page shows the list of components that will be installed in this session.
    #Example: SHOW_SUMMARY_PAGE = true
    SHOW_SUMMARY_PAGE=false
    #Name : SHOW_INSTALL_PROGRESS_PAGE
    #Datatype : Boolean
    #Description: Set to true if the install progress page in OUI needs to be shown.
    #This page shows the current status in the installation. The current status includes the product being installed and the file being copied.
    #Example: SHOW_INSTALL_PROGRESS_PAGE = true
    SHOW_INSTALL_PROGRESS_PAGE=false
    #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Set to true if the required config assistants page in OUI needs to be shown.
    #This page shows the list of required configuration assistants that are part of this installation.
    #It shows the status of each assistant, including any failures with detailed information on why it failed.
    #Example: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
    #Name : SHOW_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Set to true if the config assistants page in OUI needs to be shown.
    #This page shows the list of configuration assistants that are part of this installation and are configured to launch automatically.
    #It shows the status of each assistant, including any failures with detailed information on why it failed.
    #Example: SHOW_CONFIG_TOOL_PAGE = true
    SHOW_CONFIG_TOOL_PAGE=false
    #Name : SHOW_RELEASE_NOTES
    #Datatype : Boolean
    #Description: Set to true if the release notes of this installation need to be shown at the end of installation.
    #This dialog is launchable from the End of Installation page and shows the list of release notes available for the products just installed.
    # This also requires the variable SHOW_END_SESSION_PAGE variable to be set to true.
    #Example: SHOW_RELEASE_NOTES = true
    SHOW_RELEASE_NOTES=false
    #Name : SHOW_ROOTSH_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if the Confirmation dialog asking to run the root.sh script in OUI needs to be shown.
    #Valid only for Unix platforms.
    #Example: SHOW_ROOTSH_CONFIRMATION = true
    SHOW_ROOTSH_CONFIRMATION=false
    #Name : SHOW_END_SESSION_PAGE
    #Datatype : Boolean
    #Description: Set to true if the end of session page in OUI needs to be shown.
    #This page shows if the installation is successful or not.
    #Example: SHOW_END_SESSION_PAGE = true
    SHOW_END_SESSION_PAGE=false
    #Name : SHOW_EXIT_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if the confirmation when exiting OUI needs to be shown.
    #Example: SHOW_EXIT_CONFIRMATION = true
    SHOW_EXIT_CONFIRMATION=false
    #Name : NEXT_SESSION
    #Datatype : Boolean
    #Description: Set to true to allow users to go back to the File Locations page for another installation. This flag also needs to be set to true in order to process another response file (see NEXT_SESSION_RESPONSE).
    #Example: NEXT_SESSION = true
    NEXT_SESSION=false
    #Name : NEXT_SESSION_ON_FAIL
    #Datatype : Boolean
    #Description: Set to true to allow users to invoke another session even if current install session has failed. This flag is only relevant if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=false
    #Name : NEXT_SESSION_RESPONSE
    #Datatype : String
    #Description: Optionally specifies the full path of the next session's response file. If only a file name is specified, the response file is retrieved from the <TEMP>/oraInstall directory. This variable is only active if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
    NEXT_SESSION_RESPONSE=<Value Unspecified>
    #Name : DEINSTALL_LIST
    #Datatype : StringList
    #Description: List of components to be deinstalled during a deinstall session.
    #Example: DEINSTALL_LIST = {"oracle.swd.oui","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.swd.oui","10.1.0.2.0"}
    #Name : SHOW_DEINSTALL_CONFIRMATION
    #Datatype : Boolean
    #Description: Set to true if deinstall confimation is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name : SHOW_DEINSTALL_PROGRESS
    #Datatype : Boolean
    #Description: Set to true if deinstall progress is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name : ACCEPT_LICENSE_AGREEMENT
    #Datatype : Boolean
    #Description: By setting this variable to true, you are accepting the license agreement. This variable is used only for silent installations.
    #Example: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=false
    #Name : SELECTED_LANGUAGES
    #Datatype : StringList
    #Description: Languages in which the components will be installed.
    #Component : oracle.swd.oui
    SELECTED_LANGUAGES={"en"}
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installation type of the component.
    #Component : oracle.swd.oui
    INSTALL_TYPE="Custom"
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.apache.isqlplus
    oracle.apache.isqlplus:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.cartridges.context
    oracle.cartridges.context:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.cartridges.locator
    oracle.cartridges.locator:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.jdbc.jdbc_dev
    oracle.java.jdbc.jdbc_dev:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.jdbc.oci_common
    oracle.java.jdbc.oci_common:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.ano.sns
    oracle.options.ano.sns:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.ano.ssl.owm
    oracle.options.ano.ssl.owm:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.intermedia.imcom
    oracle.options.intermedia.imcom:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.intermedia.jai
    oracle.options.intermedia.jai:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.olap
    oracle.options.olap:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.olap.cwmlite
    oracle.options.olap.cwmlite:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.ops
    oracle.options.ops:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.p2k.ott
    oracle.p2k.ott:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.p2k.precomp_common
    oracle.p2k.precomp_common:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.p2k.proc
    oracle.p2k.proc:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.p2k.procob
    oracle.p2k.procob:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.p2k.procob18
    oracle.p2k.procob18:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.aqapi
    oracle.rdbms.aqapi:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.expimp
    oracle.rdbms.expimp:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.hs_common
    oracle.rdbms.hs_common:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.hs_odbc
    oracle.rdbms.hs_odbc:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.lbac
    oracle.rdbms.lbac:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.mig
    oracle.rdbms.mig:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.nid
    oracle.rdbms.nid:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.occi
    oracle.rdbms.occi:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.otrace
    oracle.rdbms.otrace:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.plsql
    oracle.rdbms.plsql:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.rman
    oracle.rdbms.rman:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.sqlldr
    oracle.rdbms.sqlldr:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.sqlplus
    oracle.rdbms.sqlplus:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.agent_rsf
    oracle.rsf.agent_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.clntsh_rsf
    oracle.rsf.clntsh_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.ldap_rsf
    oracle.rsf.ldap_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.net_rsf
    oracle.rsf.net_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.nlsrtl_rsf
    oracle.rsf.nlsrtl_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.oracore_rsf
    oracle.rsf.oracore_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.otrace_rsf
    oracle.rsf.otrace_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.precomp_rsf
    oracle.rsf.precomp_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.ssl_rsf
    oracle.rsf.ssl_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.xdk_rsf
    oracle.rsf.xdk_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.tg.tg4sybs
    oracle.tg.tg4sybs:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.tg.tg4tera
    oracle.tg.tg4tera:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.utilities.util
    oracle.utilities.util:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.xml.parser.java
    oracle.xml.parser.java:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.xml.xml_ncomp
    oracle.xml.xml_ncomp:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.oid.client
    oracle.oid.client:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.common_schema
    oracle.rdbms.common_schema:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.networking.netsrv
    oracle.networking.netsrv:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.oid.server
    oracle.oid.server:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.dbv
    oracle.rdbms.dbv:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.networking.cman
    oracle.networking.cman:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.networking.names
    oracle.networking.names:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.ano.dce
    oracle.options.ano.dce:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.utilities.util_common
    oracle.utilities.util_common:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.networking.netclt
    oracle.networking.netclt:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.olap.api
    oracle.options.olap.api:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.partitioning
    oracle.options.partitioning:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.networking.netmgr
    oracle.networking.netmgr:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.plsql_rsf
    oracle.rsf.plsql_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.ano.ssl
    oracle.options.ano.ssl:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.demo
    oracle.rdbms.demo:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.xml.xsu
    oracle.rdbms.xml.xsu:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.sqlj.sqljruntime
    oracle.java.sqlj.sqljruntime:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.xml
    oracle.rdbms.xml:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.jdbc.thin12
    oracle.java.jdbc.thin12:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.cartridges.spatial
    oracle.cartridges.spatial:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.isearch.is_common
    oracle.isearch.is_common:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.isearch.client
    oracle.isearch.client:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.dbjava_rsf
    oracle.rsf.dbjava_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.javavm.javatools
    oracle.java.javavm.javatools:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.jdbc.thin14
    oracle.java.jdbc.thin14:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.isearch.server
    oracle.isearch.server:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.oci
    oracle.rdbms.oci:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.p2k.xmldevkit
    oracle.p2k.xmldevkit:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.intermedia.imclient.imclisamples
    oracle.options.intermedia.imclient.imclisamples:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.xml.parser.cplus
    oracle.xml.parser.cplus:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.xml.parser.c
    oracle.xml.parser.c:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.xml.parser.plsql
    oracle.xml.parser.plsql:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.assistants.acf
    oracle.assistants.acf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.oid.client_common
    oracle.oid.client_common:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.jdbc.thin11
    oracle.java.jdbc.thin11:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.oid.oidca
    oracle.oid.oidca:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.sqlj
    oracle.java.sqlj:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.oid.tools
    oracle.oid.tools:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.networking.netca
    oracle.networking.netca:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.xml.xsql
    oracle.xml.xsql:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.hs_olefs
    oracle.rdbms.hs_olefs:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.hs_olesql
    oracle.rdbms.hs_olesql:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.tg.tg4msql
    oracle.tg.tg4msql:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.emprod.agent_ext.oapps_agentext
    oracle.emprod.agent_ext.oapps_agentext:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.emprod.agent_ext.emd_agentext
    oracle.emprod.agent_ext.emd_agentext:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.emprod.agent_ext.oecm_agentext
    oracle.emprod.agent_ext.oecm_agentext:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.cartridges.ordcom
    oracle.cartridges.ordcom:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.emprod.agent_ext.sqlsrv_agentext
    oracle.emprod.agent_ext.sqlsrv_agentext:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.cartridges.ordaudio
    oracle.cartridges.ordaudio:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.cartridges.ordimg
    oracle.cartridges.ordimg:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.cartridges.ordsmv
    oracle.cartridges.ordsmv:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.xml.classgen.cplus
    oracle.xml.classgen.cplus:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.xml.classgen.java
    oracle.xml.classgen.java:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.xml.transx
    oracle.xml.transx:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.xml.transview
    oracle.xml.transview:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.advrep
    oracle.rdbms.advrep:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.csmig
    oracle.rdbms.csmig:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.tg.pg4appc
    oracle.tg.pg4appc:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.tg.pg4mq
    oracle.tg.pg4mq:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.tg.tg4drda
    oracle.tg.tg4drda:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.jdbc.jdbc_common
    oracle.java.jdbc.jdbc_common:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.hs_oledb
    oracle.rdbms.hs_oledb:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.emprod.oemagent.agentca
    oracle.emprod.oemagent.agentca:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.intermedia.imclient.imclijava
    oracle.options.intermedia.imclient.imclijava:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.intermedia.imclient.imclijmf
    oracle.options.intermedia.imclient.imclijmf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.intermedia.imclient.imcliweb
    oracle.options.intermedia.imclient.imcliweb:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.rdbms_rsf
    oracle.rsf.rdbms_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.emprod.agent_ext.ows_agentext
    oracle.emprod.agent_ext.ows_agentext:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.intermedia.imclient.imclicompat
    oracle.options.intermedia.imclient.imclicompat:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.javavm
    oracle.java.javavm:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.java.j2ee.core
    oracle.java.j2ee.core:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.emprod.oemagent.base_oemagent
    oracle.emprod.oemagent.base_oemagent:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.options.odm
    oracle.options.odm:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.doc_rsf
    oracle.rsf.doc_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms.dbscripts
    oracle.rdbms.dbscripts:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rsf.platform_rsf
    oracle.rsf.platform_rsf:PROD_HOME=<Value Unspecified>
    #Name : PROD_HOME
    #Datatype : String
    #Component : oracle.rdbms
    oracle.rdbms:PROD_HOME=<Value Unspecified>
    #Name : varMQM
    #Datatype : Number
    #Description: dialogLocation return value
    #Component : oracle.tg.pg4mq
    varMQM=<Value Unspecified>
    #Name : varDRDANETSEL
    #Datatype : Number
    #Description: Network Product Selection index for Dialog
    #Component : oracle.tg.tg4drda
    varDRDANETSEL=<Value Unspecified>

    I figured out the solution so I thought I would post it. Basically I didn't have the "- silent" piece included. Once I included it the patch ran in silent mode.
    Y:\Software\Oracle_9i_Patches\9.2.0.5_PATCH_SET_FOR_ORACLE_DATABASE_SERVER\Disk1\install\setup.exe -silent -responseFile Y:\Software\Oracle_9i_Patches\9.2.0.5_PATCH_SET_FOR_ORACLE_DATABASE_SERVER\Disk1\patchset.rsp

  • Need Help On How to Install JDBC Driver

    I've downloaded the JDBC driver and set the CLASSPATH environmental variable to the .jar file that is the same one I downloaded that is in the oracle folder. (not sure why I have to download it again) But, there are no other instructions on installation. I also tried copying the jdbc folder I downloaded to replace the one within the oracle folder and that didn't work either. If I type "import oracle." etc in netbeans it does not recognize the class / package. I can't be sure what the installation process is.
    I can't find clear instructions on installing JDBC other than the readme which says all you have to do is set the CLASSPATH, but it doesn't even mention what to do with the files you download. I found a developers reference that says all the things to check to make sure it installed correctly, but that is after the fact and I don't know how to get there.
    Thank you

    I already have the CLASSPATH set in the system environmental variables for ojdbc6.jar and orai18n.jar and it does not work.
    '.;C:\Program Files\Java\jre1.6.0_06\lib\ext\QTJava.zip;C:\app\0\product\11.1.0\db_1\jdbc\lib\ojdbc6.jar;C:\app\0\product\11.1.0\db_1\jlib\orai18n.jar"
    Also, I'd rather not have to run a TCP/IP listener so the OCI based JDBC driver would be preferred. Do I need to the OCI and the OCI based JDBC? (I read there is a difference) If so, could somebody give me the URL's because I can't find them.
    I find this very confusing. I found the page for JDBC, but that takes me to the JDBC page with many downloads and then they are all thin versions. So at the bottom it has a small link for "platform specific JDBC-OCI libraries See the instant client" so I click on the "instant client" (whatever that is) but that just has a download link for a zip file that has a readme with nothing other than a timestamp and a useless header with no information. This is just taking me in circles.
    What I want to do is start programming java in netbeans using JDBC. Thanks.

  • How to Install JDBC Thin Driver

    Hi all,
    I will connect to a RDBMS the first time and do not know how to do that.
    I need to install JDBC Driver and use but how would i install it? There is a ojdbc14_g.jar file when i search on google i downloaded it but where should i locate it to
    see it from Eclipse(Spring Source Tool indeed).
    I went to preferences -> data management -> driver definitions in Eclipse when i select ORACLE Thin Driver it says the jar file above is not found in the file system.
    Thanks all...
    Edited by: user9371286 on 06-Aug-2010 00:16

    Installing a jdbc driver is as easy as downloading it and putting it in your classpath. The prereqs are getting the correct jar for your version of Oracle and having a database to connect to. This is a good place to start for JDBC related questions:
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.html
    And here is a little demo to load and run a Java class in eclipse:
    http://www.oracledepot.com/demos/2010-08-06_JdbcTest.swf

  • How to install the Oracle ODBC driver for all NT users

    I need to schedule a task on a SQL server running on NT to access an Oracle DB.
    I have installed the Oracle ODBC driver on it and it is working well under my NT account.
    But the SQL scheduler runs on another NT account and the task failed.
    How is it possible to install the Oracle ODBC Driver for all NT users ???
    Thanks for your inputs...

    http://forum.java.sun.com/thread.jsp?forum=48&thread=187964&start=0&range=15#608968
    The above link is a comprehensive "How to get set up and on my way" that I made for someone else learning Oracle/jdbc. Kind of a self-help resource page. I would start from the beginning and download the newest drivers, then set up your environment,...etc.
    hope this helped,
    Jamie

  • Serlvet jdbc oracle

    I'm trying to connect the oracle database
    similiar with the problem posted by our friend, apchar_boiir
    i was wandering, doesn't the jdbc driver exist once we install the jds1.4?
    is so, how am i gonna connect to the oracle database?
    let's say my company pass me the ip and host
    and i'm suppose to develop an application which has to connect to their database
    the code is like this:
              Connection conn = null;
              try
                   Class.forName("oracle.jdbc.driver.OracleDriver");
                   conn = DriverManager.getConnection(
                   "jdbc:oracle:thin:10.0.11.2:1512:test",
                   "user",
                   "password");
              catch(Exception e){}
    is there any problem with my code?
    please help...

    I'd already download the driver, "ojdbc14-Oracle9i 9.2.0.1.jar"
    Now i try to test for the connection
    Therefore, i move the driver to C:\ and I create a oracle.java in the same directory
    The source code is like this:
    import java.sql.*;
    import java.io.*;
    public class oracle {
         public static void main(String args[]) throws SQLException{
              String dbDriver = "oracle.jdbc.driver.OracleDriver";
              String dbURL = "jdbc:oracle:thin:@10.0.11.2:1521:test";
              String dbUser = "icem_trainer";
              String dbPassword = "icem_trainer";
              Connection conn = null;
              Statement stmt = null;
              try {
                   Class.forName(dbDriver).newInstance();
                   conn = DriverManager.getConnection(dbURL, dbUser, dbPassword);
                   stmt = conn.createStatement();
              catch(Exception e) { }
              if (conn!=null)
                   System.out.println("Yess!!!");
              else
                   System.out.println("No!!!");
    anyway, the output seems like i couldn't connect to the oracle database
    I tested it using the similiar method for MySQL,
    I use the MySQL-Java-Connector.jar as the driver, and it works
    please help

  • Mars has broken existing JDBC Oracle connections

    Hi all,
    I've upgraded to Eclipse Mars - but loading the current workspace (I told it to upgrade from Luna for compatibility) has broken the JDBC Oracle connection.
    The only settings that may have changed are my machine's Java version. Windows 8.1 has caused me no end of bother recently by having multiple Java installations and being fussy interacting with both 64 and 32 bit versions. I got round this with Luna by forcing a path to v7 in eclipse.ini, but v6 is installed "as default" according to the control panel info. However, both 7 and 8 are supposedly installed.
    Using the new Eclipse installer, it was happy to function using the newest version of Java, but I don't think the binary app is reading it.
    Error fairly standard from Java - when testing connection
    "Cannot load JDBC Driver class: oracle.jdbc.OracleDrvier."
    Nothing has changed with the native Oracle instant client.
    Posted in both Eclipse and BIRT forums as it's BIRT I'm using.
    Any thoughts or more info needed?
    Thanks

    Fixed already: Mars needed to restore the previously used OJDBC.jar driver which didn't automatically get read for some reason.

  • Install of Oracle BI Apps 7.9.6  Informatica cannot connect to Repository

    We just completed in initial install of Oracle BI Apps 7.9.6 and cannot get the Informatica out of the box repository to connect. Looking at the Informatica Admins console we see REP_51002 “ Database Error; Failed to connect to database using user [] and connection string []”. In addition we see “Failed to logon to Database server Database driver error… Function Name : Logon Error while trying to retrieve text for error ORA-12705” . The OS is 64 bit “Red Hat Enterprise Linux Server release 5.7” . The oracle client is 11g Rel 2 64 bit . It is the minimal Oracle client install. We can connect to the database from the server where Informatica is installed using the service name, same login and password that is in the Informatica Admin console using sqlplus. Has anyone else run into this?

    The issue is resolved. The problem was the Oracle 11g client was a minimal install. it had the following in ORACLE_HOME which works for jdbc but does not have the libraries for OBIEE 11g. at the bottom I have what the full install looks like. Once I had the fulll client installed and changed the environment variables Repository is connecting.
    rw-r--r-- 1 oracle dba 1996228 Jul 31 2009 ojdbc5.jar
    -rw-r--r-- 1 oracle dba 2111220 Jul 31 2009 ojdbc6.jar
    -rw-r--r-- 1 oracle dba 152304 Jul 31 2009 libocijdbc11.so
    -rw-r--r-- 1 oracle dba 11227 Jul 31 2009 libheteroxa11.so
    -rw-r--r-- 1 oracle dba 1218075 Aug 1 2009 libsqlplus.so
    -rwxr-xr-x 1 oracle dba 6909 Aug 1 2009 sqlplus
    -rw-r--r-- 1 oracle dba 1501651 Aug 1 2009 libsqlplusic.so
    -rw-r--r-- 1 oracle dba 6986848 Aug 2 2009 libnnz11.so
    -rw-r--r-- 1 oracle dba 82983 Aug 2 2009 orai18n-mapping.jar
    -rw-r--r-- 1 oracle dba 1656280 Aug 2 2009 orai18n.jar
    -rw-r--r-- 1 oracle dba 37807 Aug 13 2009 xstreams.jar
    -rw-r--r-- 1 oracle dba 777979 Aug 13 2009 libsqora.so.11.1
    -rw-r--r-- 1 oracle dba 40088477 Aug 13 2009 libclntsh.so.11.1
    -rw-r--r-- 1 oracle dba 1879549 Aug 13 2009 libocci.so.11.1
    -rw-r--r-- 1 oracle dba 89377610 Aug 13 2009 libociei.so
    -rwxr-xr-x 1 oracle dba 377507 Aug 13 2009 wrc
    -rwxr-xr-x 1 oracle dba 21865 Aug 13 2009 adrci
    -rw-r----- 1 oracle dba 63 Dec 8 16:26 oraInst.loc
    drwxr-xr-x 3 oracle dba 4096 Dec 9 09:10 odbc
    -rw-r--r-- 1 oracle dba 37 Dec 9 09:10 install.platform
    drwxr-xr-x 2 oracle dba 4096 Dec 9 09:10 light
    drwxrwx--- 13 oracle dba 4096 Dec 9 09:11 inventory
    drwxr-xr-x 3 oracle dba 4096 Dec 9 09:11 install
    drwxr-xr-x 3 oracle dba 4096 Dec 9 09:11 cfgtoollogs
    drwxr-xr-x 3 oracle dba 4096 Dec 12 11:06 network
    The full client install looks like this for the ORACLE_HOME
    -rw-r----- 1 oracle oinstall 63 Dec 8 16:26 oraInst.loc
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 wwg
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 uix
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:08 sysman
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 srvm
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 sqlj
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 slax
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 racg
    drwxr-xr-x 7 oracle oinstall 4096 Feb 20 23:08 precomp
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 plsql
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 owm
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:08 ord
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 oracore
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 olap
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 odbc
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 nls
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 jpub
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 javavm
    -rw-r--r-- 1 oracle oinstall 37 Feb 20 23:08 install.platform
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 hs
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 has
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 diagnostics
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 cv
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 csmig
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 crs
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 clone
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:08 assistants
    drwxr-xr-x 2 oracle oinstall 4096 Feb 20 23:08 utl
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 xdk
    drwxr-xr-x 13 oracle oinstall 4096 Feb 20 23:08 sqldeveloper
    drwxr-xr-x 2 oracle oinstall 4096 Feb 20 23:08 jlib
    drwxr-xr-x 2 oracle oinstall 4096 Feb 20 23:08 dc_ocm
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 jdk
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 ucp
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:08 relnotes
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 jdbc
    drwxr-xr-x 7 oracle oinstall 4096 Feb 20 23:08 oui
    drwxr-xr-x 7 oracle oinstall 4096 Feb 20 23:08 opmn
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 OPatch
    -rwxr-x--- 1 oracle oinstall 131 Feb 20 23:08 root.sh
    drwxr-xr-x 9 oracle oinstall 4096 Feb 20 23:08 rdbms
    drwxr-xr-x 12 oracle oinstall 4096 Feb 20 23:08 ldap
    drwxr-xr-x 6 oracle oinstall 4096 Feb 20 23:08 css
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 cdata
    drwxr-xr-x 7 oracle oinstall 4096 Feb 20 23:08 sqlplus
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:08 perl
    drwxr-xr-x 11 oracle oinstall 4096 Feb 20 23:08 network
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 lib
    drwxr-xr-x 3 oracle oinstall 4096 Feb 20 23:08 instantclient
    drwxr-xr-x 4 oracle oinstall 4096 Feb 20 23:08 deinstall
    drwxr-xr-x 2 oracle oinstall 4096 Feb 20 23:08 bin
    drwxrwx--- 14 oracle oinstall 4096 Feb 20 23:08 inventory
    drwxr-xr-x 5 oracle oinstall 4096 Feb 20 23:09 install
    drwx------ 4 oracle oinstall 4096 Feb 20 23:10 cfgtoollogs

  • Java 1.6 + JDBC + Oracle, what is wrong?

    I Instaled the Oracle Enterprise 11.2, The Database Control Tool report me the following informations:
    Status : Active
    Instance name : orcl
    Version: 11.2.0.1.0
    Read only : Not
    Oracle Home : C:\app\xxxx\product\11.2.0\dbhome_1
    Host : localhost
    Listener : LISTENER_localhost
    Database Vault : not instaled
    In my app java i add the ojodbc6.jar that i find on the directory where Oracle database was instaled.
    My connection class
    import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import org.apache.log4j.Logger; public class DataSourceDAO { private static Logger log = Logger.getLogger( DataSourceDAO.class ); protected Connection connection; private static final String OracleDriver = "oracle.jdbc.driver.OracleDriver"; private static final String OracleURL = "jdbc:oracle:thin:@localhost:1521:orcl"; private static final String OracleUSER = "SYSTEM"; private static final String OraclePASSWORD = "minhasenha"; public DataSourceDAO( ) { init( ); } private void init( ) { try { Class.forName( OracleDriver ); connection = DriverManager.getConnection( OracleURL, OracleUSER, OraclePASSWORD ); } catch ( Exception e ) { log.error( e ) ; throw new RuntimeException( " Impossivel localizar DataSource " ); } } public final void connect( ) throws SQLException { if ( connection == null ) { init( ); } } public final void close( ) throws SQLException { if ( connection != null ) { connection.close( ); } } public final void commit( ) { try { if ( connection != null ) { connection.commit( ); } } catch ( SQLException e ) { log.error( e ) ; throw new RuntimeException( "Impossivel comitar!", e ); } } public final void rollback( ) { try { if ( connection != null ) { connection.rollback( ); } } catch ( SQLException e ) { log.error( e ) ; throw new RuntimeException( "Impossivel desfazer!", e ); } } }
    This code was workng in a pc with oracle 11g express editon, but with oracle Enterprise Edition the following erro happens:
    Error:
    012-06-11 02:46:03,590][enviar] ERROR br.com.ftt.view.TratarClienteVIEW ErroConnection refused: connect
    java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(Unknown Source)
    at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at java.net.Socket.<init>(Unknown Source)
    at br.com.ftt.view.TratarClienteVIEW.enviar(TratarClienteVIEW.java:352)
    at br.com.ftt.view.TratarClienteVIEW.inserir(TratarClienteVIEW.java:233)
    at br.com.ftt.view.TratarClienteVIEW.access$0(TratarClienteVIEW.java:220)
    at br.com.ftt.view.TratarClienteVIEW$1.widgetSelected(TratarClienteVIEW.java:140)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
    at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
    at br.com.ftt.view.TratarClienteVIEW.main(TratarClienteVIEW.java:59)
    [2012-06-11 02:46:03,606][main] ERROR br.com.ftt.view.TratarClienteVIEW java.lang.NullPointerException

    user9981176 wrote:
    This code was workng in a pc with oracle 11g express editon, but with oracle Enterprise Edition the following erro happens:Expanding on the previous answer....because there is nothing wrong with the code.
    The error indicates a box to box connection problem. Usual causes but others are possible.
    1. Database isn't up (or listener isn't up)
    2. Wrong port
    3. Wrong host
    4. Firewall issue.

Maybe you are looking for