RH AS3 Install of Oracle 9.2.0.4 is failing whilst linking ins_precomp.mk

Install of Oracle 9.2.0.4 is failing whilst linking ins_precomp.mk - make.log is below.
Please does anyone know how to solve this problem.
Thanks in advance,
Pentti
Red Hat Enterprise Linux AS release 3 (Taroon Update 4)
Kernel 2.4.21-27.0.2.ELsmp on an i686
[oracle9@dell-6650-red-01 install]$ cat make.log
/usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/app/oracle9
/usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/app/oracle9
(if [ "compile" = "compile" ] ; then \
/app/oracle9/bin/gennttab > ntcontab.c ;\
gcc -c ntcontab.c ;\
rm -f /app/oracle9/lib/ntcontab.o ;\
mv ntcontab.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/ntcontab
r - /app/oracle9/lib/ntcontab.o
(if [ "compile" = "assemble" ] ; then \
/app/oracle9/bin/gennttab > ntcontab.s ;\
/usr/bin/as -o ntcontab.o ntcontab.s ;\
rm -f /app/oracle9/lib/ntcontab.o ;\
mv ntcontab.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/ntcontab
(if [ "compile" = "oratmp" ] ; then \
/app/oracle9/bin/gennttab > ntcontab.c ;\
/lib/idcpp ntcontab.c oratmp.c ;\
-i oratmp.c -o oratmp.s -f ntcontab.c ;\
/usr/bin/as -o ntcontab.o oratmp.s ;\
rm -f oratmp.c oratmp.s ;\
rm -f /app/oracle9/lib/ntcontab.o ;\
mv ntcontab.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/ntcontab
(if [ "compile" = "binary" ] ; then \
/app/oracle9/bin/gennttab > ntcontab.c ;\
TARGET_BINARY_INTERFACE= ;\
export TARGET_BINARY_INTERFACE ;\
gcc -c ntcontab.c ;\
-rm -f /app/oracle9/lib/ntcontab.o ;\
-mv ntcontab.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/ntcontab
/usr/bin/make -f ins_net_client.mk nnfgt.o ORACLE_HOME =/app/oracle9
(if [ "compile" = "compile" ] ; then \
/app/oracle9/bin/gennfgt > nnfgt.c ;\
gcc -c nnfgt.c ;\
rm -f /app/oracle9/lib/nnfgt.o ;\
mv nnfgt.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
r - /app/oracle9/lib/nnfgt.o
(if [ "compile" = "assemble" ] ; then \
/app/oracle9/bin/gennfgt > nnfgt.s ;\
/usr/bin/as -o nnfgt.o nnfgt.s ;\
rm -f /app/oracle9/lib/nnfgt.o ;\
mv nnfgt.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
(if [ "compile" = "oratmp" ] ; then \
/app/oracle9/bin/gennfgt > nnfgt.c ;\
/lib/idcpp nnfgt.c oratmp.c ;\
-i oratmp.c -o oratmp.s -f nnfgt.c ;\
/usr/bin/as -o nnfgt.o oratmp.s ;\
rm -f oratmp.c oratmp.s ;\
rm -f /app/oracle9/lib/nnfgt.o ;\
mv nnfgt.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
(if [ "compile" = "binary" ] ; then \
/app/oracle9/bin/gennfgt > nnfgt.c ;\
TARGET_BINARY_INTERFACE= ;\
export TARGET_BINARY_INTERFACE ;\
gcc -c nnfgt.c ;\
-rm -f /app/oracle9/lib/nnfgt.o ;\
-mv nnfgt.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
/usr/bin/make -f ins_precomp.mk links ORACLE_HOME=/app/oracle9
(cd /app/oracle9/precomp/public ; rm -f SQLCA.H)
(cd /app/oracle9/precomp/public ; rm -f ORACA.H)
(cd /app/oracle9/precomp/public ; rm -f SQLDA.H)
(cd /app/oracle9/precomp/public ; rm -f SQLCA.COB)
(cd /app/oracle9/precomp/public ; rm -f ORACA.COB)
(cd /app/oracle9/precomp/public ; rm -f SQLCA.FOR)
(cd /app/oracle9/precomp/public ; rm -f ORACA.FOR)
(cd /app/oracle9/precomp/public ; rm -f BNDDSC.FOR)
(cd /app/oracle9/precomp/public ; rm -f SELDSC.FOR)
(cd /app/oracle9/precomp/public ; ln -s sqlca.h SQLCA.H)
(cd /app/oracle9/precomp/public ; ln -s oraca.h ORACA.H)
(cd /app/oracle9/precomp/public ; ln -s sqlda.h SQLDA.H)
(cd /app/oracle9/precomp/public ; ln -s sqlca.cob SQLCA.COB)
(cd /app/oracle9/precomp/public ; ln -s oraca.cob ORACA.COB)
(cd /app/oracle9/precomp/public ; ln -s sqlca.for SQLCA.FOR)
(cd /app/oracle9/precomp/public ; ln -s oraca.for ORACA.FOR)
(cd /app/oracle9/precomp/public ; ln -s bnddsc.for BNDDSC.FOR)
(cd /app/oracle9/precomp/public ; ln -s seldsc.for SELDSC.FOR)
/usr/bin/make -f ins_net_client.mk nnfgt.o ORACLE_HOME =/app/oracle9
(if [ "compile" = "compile" ] ; then \
/app/oracle9/bin/gennfgt > nnfgt.c ;\
gcc -c nnfgt.c ;\
rm -f /app/oracle9/lib/nnfgt.o ;\
mv nnfgt.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
r - /app/oracle9/lib/nnfgt.o
(if [ "compile" = "assemble" ] ; then \
/app/oracle9/bin/gennfgt > nnfgt.s ;\
/usr/bin/as -o nnfgt.o nnfgt.s ;\
rm -f /app/oracle9/lib/nnfgt.o ;\
mv nnfgt.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
(if [ "compile" = "oratmp" ] ; then \
/app/oracle9/bin/gennfgt > nnfgt.c ;\
/lib/idcpp nnfgt.c oratmp.c ;\
-i oratmp.c -o oratmp.s -f nnfgt.c ;\
/usr/bin/as -o nnfgt.o oratmp.s ;\
rm -f oratmp.c oratmp.s ;\
rm -f /app/oracle9/lib/nnfgt.o ;\
mv nnfgt.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
(if [ "compile" = "binary" ] ; then \
/app/oracle9/bin/gennfgt > nnfgt.c ;\
TARGET_BINARY_INTERFACE= ;\
export TARGET_BINARY_INTERFACE ;\
gcc -c nnfgt.c ;\
-rm -f /app/oracle9/lib/nnfgt.o ;\
-mv nnfgt.o /app/oracle9/lib/ ;\
/usr/bin/ar rv /app/oracle9/lib/libn9.a /app/oracle9/lib/nnfgt.o
/usr/bin/make -f ins_rdbms.mk ctx_on ORACLE_HOME=/app/oracle9
/usr/bin/ar cr /app/oracle9/rdbms/lib/libknlopt.a /app/oracle9/rdbms/lib/kc
/usr/bin/make -f ins_rdbms.mk sdo_on ORACLE_HOME=/app/oracle9
/usr/bin/ar cr /app/oracle9/rdbms/lib/libknlopt.a /app/oracle9/rdbms/lib/kx
/usr/bin/make -f ins_rdbms.mk dm_on ORACLE_HOME=/app/oracle9
/usr/bin/ar d /app/oracle9/rdbms/lib/libknlopt.a dmndm.o
/usr/bin/ar cr /app/oracle9/rdbms/lib/libknlopt.a /app/oracle9/rdbms/lib/dm
/usr/bin/make -f ins_rdbms.mk olap_on ORACLE_HOME=/app/oracle9
/usr/bin/ar d /app/oracle9/rdbms/lib/libknlopt.a xsnoolap.o
/usr/bin/ar cr /app/oracle9/rdbms/lib/libknlopt.a /app/oracle9/rdbms/lib/xs
/usr/bin/make -f ins_rdbms.mk part_on ORACLE_HOME=/app/oracle9
/usr/bin/ar d /app/oracle9/rdbms/lib/libknlopt.a ksnkkpo.o
/usr/bin/ar cr /app/oracle9/rdbms/lib/libknlopt.a /app/oracle9/rdbms/lib/kk
/usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/app/oracle9
/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/app/oracle
/app/oracle9/bin/genclntsh
/app/oracle9/rdbms/lib/kpudfo.o: file not recognized: File format not recog
collect2: ld returned 1 exit status
cat: /tmp/clntst9.21070/*.nm: No such file or directory
sort: open failed: /tmp/clntst9.21070/*.objs: No such file or directory
Usage: ar [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [
ar -M [<mri-script]
commands:
d - delete file(s) from the archive
m[ab] - move file(s) in the archive
p - print file(s) found in the archive
q[f] - quick append file(s) to the archive
r[ab][f] - replace existing or insert new file(s) into the archive
t - display contents of archive
x[o] - extract file(s) from the archive
command specific modifiers:
[a] - put file(s) after [member-name]
- put file(s) before [member-name] (same as )
[N] - use instance [count] of name
[f] - truncate inserted file names
[P] - use full path names when matching
[o] - preserve original dates
- only replace files that are newer than current archive con
generic modifiers:
[c] - do not warn if the library had to be created
[s] - create an archive index (cf. ranlib)
[S] - do not build a symbol table
[v] - be verbose
[V] - display the version number
emulation options:
No emulation specific options
ar: supported targets: elf32-i386 a.out-i386-linux efi-app-ia32 elf32-littl
Created /app/oracle9/lib/libclntst9.a
[oracle9@dell-6650-red-01 install]$

Hi Pentti!
There is a patch for this. Search on MetaLink with "install ins_precomp.mk" and you will find it.
cu
Andreas

Similar Messages

  • RHEL 3 64 bits install of oracle db 10.1.0.3 (errors in linking)

    HI,
    I have to install oracle 10.1.0.3 on a red hat enterprise server 3ES. After checking all the prerequisites (RPM, kernel parameteres, users and groups, environments), i have tried to run the installer but i am stuck in linking.
    THe error part of the logs are:
    1.
    /opt/app/oracle/oracle_home/bin/genclntsh
    /usr/bin/ld: cannot find /usr/lib/libc_nonshared.a
    collect2: ld returned 1 exit status
    cp: cannot stat `/DISCARD/': No such file or directory
    Created /opt/app/oracle/oracle_home/lib/libclntst10.a
    Created /opt/app/oracle/oracle_home/lib32/libclntst10.a
    /opt/app/oracle/oracle_home/bin/genagtsh /opt/app/oracle/oracle_home/lib/libagtsh.so 1.0
    /usr/bin/ld: cannot find /usr/lib/libc_nonshared.a
    collect2: ld returned 1 exit status
    2.
    Start output from spawned process:
    make -f /opt/app/oracle/oracle_home/sysman/lib/ins_sysman.mk relink_sharedobj SHAREDOBJ=libnmemso
    make[1]: Entering directory `/opt/app/oracle/oracle_home/sysman/lib'
    gcc -o /opt/app/oracle/oracle_home/sysman/lib/libnmemso.so -m32 -Wl,--whole-archive -shared -L/opt/app/oracle/oracle_home/lib32/ -L/opt/app/oracle/oracle_home/lib32/stubs/ -L/opt/app/oracle/oracle_home/sysman//lib32/ -L/opt/app/oracle/oracle_home/lib/ -L/opt/app/oracle/oracle_home/lib -L/opt/app/oracle/oracle_home/sysman/lib/ -Wl,-rpath,/opt/app/oracle/oracle_home/lib32/:/opt/app/oracle/oracle_home/sysman//lib32/ /opt/app/oracle/oracle_home/sysman//lib32/libnmem.a /opt/app/oracle/oracle_home/sysman//lib32/libnmer.a /opt/app/oracle/oracle_home/sysman//lib32/libnmeu.a /opt/app/oracle/oracle_home/sysman//lib32/libnmt.a /opt/app/oracle/oracle_home/sysman//lib32/libnml.a /opt/app/oracle/oracle_home/sysman//lib32/libnmee.a /opt/app/oracle/oracle_home/sysman//lib32/libnmefmgr.a /opt/app/oracle/oracle_home/sysman//lib32/libnmevr.a /opt/app/oracle/oracle_home/sysman//lib32/libnmehu.a /opt/app/oracle/oracle_home/sysman//lib32/libnmehl.a /opt/app/oracle/oracle_home/sysman//lib32/libnmepm.a /opt/app/oracle/oracle_home/sysman//lib32/libnmedc.a /opt/app/oracle/oracle_home/sysman//lib32/libnmedt.a /opt/app/oracle/oracle_home/sysman//lib32/libnmedm.a /opt/app/oracle/oracle_home/sysman//lib32/libnmedr.a /opt/app/oracle/oracle_home/sysman//lib32/libnmeb.a /opt/app/oracle/oracle_home/sysman//lib32/libnmec.a /opt/app/oracle/oracle_home/sysman//lib32/libnmesched.a /opt/app/oracle/oracle_home/sysman//lib32/libnmectl.a /opt/app/oracle/oracle_home/sysman//lib32/libnmejc.a /opt/app/oracle/oracle_home/sysman//lib32/libnmej.a -L/opt/app/oracle/oracle_home/jdk/jre//lib/i386/client -L/opt/app/oracle/oracle_home/jdk/jre//lib/i386 -z lazyload -ljava -ljvm -lverify -z nolazyload -Wl,-rpath,/opt/app/oracle/oracle_home/lib32/:/opt/app/oracle/oracle_home/sysman//lib32/:/opt/app/oracle/oracle_home/jdk/jre//lib/i386/client:/opt/app/oracle/oracle_home/jdk/jre//lib/i386 /opt/app/oracle/oracle_home/sysman//lib32/libnmeclumgr.a /opt/app/oracle/oracle_home/sysman//lib32/libnmecluster.a /opt/app/oracle/oracle_home/sysman//lib32/libnmexml.a -Wl,--no-whole-archive -lxml10 -lcore10 -lnls10 -lunls10 -lclntsh -lnnz10 -lpthread -lnsl -lm -ldl -Wl,-rpath,/opt/app/oracle/oracle_home/lib32 `cat /opt/app/oracle/oracle_home/lib32/sysliblist` -ldl -lm
    /opt/app/oracle/oracle_home/lib32//libclntsh.so: file not recognized: File truncated
    collect2: ld returned 1 exit status
    make[1]: *** [opt/app/oracle/oracle_home/sysman/lib/libnmemso.so] Error 1
    make[1]: Leaving directory `/opt/app/oracle/oracle_home/sysman/lib'
    make: *** [libnmemso] Error 2
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'agent emsubagent nmo nmb' of makefile '/opt/app/oracle/oracle_home/sysman/lib/ins_sysman.mk'. See '/opt/app/oracle/oraInventory/logs/installActions2006-06-30_09-17-25PM.log' for details.
    Exception Severity: 1
    *** Cancel Dialog: ***
    User Selected: Stop installation of all products.
    Error in invoking target 'agent emsubagent nmo nmb' of makefile '/opt/app/oracle/oracle_home/sysman/lib/ins_sysman.mk'. See '/opt/app/oracle/oraInventory/logs/installActions2006-06-30_09-17-25PM.log' for details.
    Unable to read the list of homes from the inventory.
    Can someone please advice?
    Thanks.

    Hi,
    glibc-devel is already installed (it is in the prerequisites)
    rpm -qa |grep glibc
    glibc-2.3.2-95.39
    glibc-profile-2.3.2-95.39
    glibc-common-2.3.2-95.39
    glibc-devel-2.3.2-95.39
    glibc-headers-2.3.2-95.39
    glibc-2.3.2-95.39
    glibc-kernheaders-2.4-8.34.2
    glibc-utils-2.3.2-95.39
    File is located :
    rpm -ql glibc-devel|grep nonsh
    /usr/lib64/libc_nonshared.a
    And here is the bash_profile of the oracle user:
    # .bash_profile
    umask 022
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
         . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    LD_LIBRARY_PATH=/usr/lib64:/usr/lib:/opt/app/oracle/oracle_home/lib:/opt/app/oracle_home/sysman/lib:/opt/app/oracle_home/sysman/lib32
    ORACLE_BASE=/opt/app/oracle
    ORACLE_HOME=/opt/app/oracle/oracle_home
    export PATH ORACLE_BASE ORACLE_HOME LD_LIBRARY_PATH
    unset USERNAME
    Message was edited by:
    Sam Orleans

  • 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

  • Webtier Utilities 11.1.1.2 failed to install on Oracle Linux OEL 5.7 x86_64

    Hi,
    Webtier Utilities 11.1.1.2 failed to install on Oracle Linux OEL 5.7 x86_64 (Linux vilje05 2.6.18-274.3.1.0.1.el5 #1 SMP Wed Sep 7 06:02:50 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux):
    [oracle@vilje05 ~]$ cd install/Disk1/
    [oracle@vilje05 Disk1]$ ./runInstaller -silent -response /home2/oracle/my_response.txt -invPtrLoc /home2/oracle/orainv.loc
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 5192 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 2000 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-10-19_03-27-57PM. Please wait ...[oracle@vilje05 Disk1]$ Lo
    g: /home2/oracle/oraInventory/logs/install2011-10-19_03-27-57PM.log
    Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.
    Reading response file..
    Expected result: One of enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10
    Actual Result: enterprise-5
    Check complete. The overall result of this check is: Passed
    CertifiedVersions Check: Success.
    Checking for binutils-2.17.50.0.6; found binutils-2.17.50.0.6-14.el5-x86_64. Passed
    Checking for compat-libstdc++-33-3.2.3-x86_64; found compat-libstdc++-33-3.2.3-61-x86_64. Passed
    Checking for compat-libstdc++-33-3.2.3-i386; found compat-libstdc++-33-3.2.3-61-i386. Passed
    Checking for elfutils-libelf-0.125; found elfutils-libelf-0.137-3.el5-i386. Passed
    Checking for elfutils-libelf-devel-0.125; found elfutils-libelf-devel-0.137-3.el5-x86_64. Passed
    Checking for gcc-4.1.1; found gcc-4.1.2-51.el5-x86_64. Passed
    Checking for gcc-c++-4.1.1; found gcc-c++-4.1.2-51.el5-x86_64. Passed
    Checking for glibc-2.5-12-x86_64; found glibc-2.5-65-x86_64. Passed
    Checking for glibc-2.5-12-i686; found glibc-2.5-65-i686. Passed
    Checking for glibc-common-2.5; found glibc-common-2.5-65-x86_64. Passed
    Checking for glibc-devel-2.5-x86_64; found glibc-devel-2.5-65-x86_64. Passed
    Checking for glibc-devel-2.5-12-i386; found glibc-devel-2.5-65-i386. Passed
    Checking for libaio-0.3.106-x86_64; found libaio-0.3.106-5-x86_64. Passed
    Checking for libaio-0.3.106-i386; found libaio-0.3.106-5-i386. Passed
    Checking for libaio-devel-0.3.106; found libaio-devel-0.3.106-5-x86_64. Passed
    Checking for libgcc-4.1.1-x86_64; found libgcc-4.1.2-51.el5-x86_64. Passed
    Checking for libgcc-4.1.1-i386; found libgcc-4.1.2-51.el5-i386. Passed
    Checking for libgcc-4.1.1-i386; found libgcc-4.1.2-51.el5-i386. Passed
    Checking for libstdc++-4.1.1-x86_64; found libstdc++-4.1.2-51.el5-x86_64. Passed
    Checking for libstdc++-4.1.1-i386; found libstdc++-4.1.2-51.el5-i386. Passed
    Checking for libstdc++-devel-4.1.1; found libstdc++-devel-4.1.2-51.el5-x86_64. Passed
    Checking for make-3.81; found make-1:3.81-3.el5-x86_64. Passed
    Checking for sysstat-7.0.0; found sysstat-7.0.2-11.el5-x86_64. Passed
    Check complete. The overall result of this check is: Passed
    Packages Check: Success.
    Checking for VERSION=2.6.18; found VERSION=2.6.18-274.3.1.0.1.el5. Passed
    Checking for hardnofiles=4096; found hardnofiles=16384. Passed
    Checking for softnofiles=4096; found softnofiles=16384. Passed
    Check complete. The overall result of this check is: Passed
    Kernel Check: Success.
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-65
    Check complete. The overall result of this check is: Passed
    GLIBC Check: Success.
    Expected result: 1024MB
    Actual Result: 11732MB
    Check complete. The overall result of this check is: Passed
    TotalMemory Check: Success.
    Expected result: LD_ASSUME_KERNEL environment variable should not be set in the environment.
    Actual Result: Variable Not set.
    Check complete. The overall result of this check is: Passed
    Check Env Variable Check: Success.
    Verifying data......
    Copying Files...
    -----------20%----------40%----------60%----------80%--------100%
    Applying Oneoff Patch...
    [CONFIG] Launching Config Actions....
    Started Configuration:Web Tier Configuration
    [CONFIG]:Create and Start AS Instance (instance1)
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (instance1)]:Creating Oracle Instance directories...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (instance1)]:Recording OPMN ports reservations...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (instance1)]:Bootstrapping OPMN configuration files...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (instance1)]:Instantiating opmnctl for direct usage...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (instance1)]:Skipping instance registration
    [CONFIG] SUCCESS:Create and Start AS Instance (instance1)
    [CONFIG]:Create and Start OHS Component (ohs1)
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs1)]:Creating empty component directories...
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs1)]:Provisioning OHS files for ohs1
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs1)]:Copying OHS files from ORACLE_HOME to ORACLE_INSTANCE locations
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs1)]:Customizing httpd.conf
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs1)]:Adding component's process control to OPMN...
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs1)]:Skipping ohs1 component registration.
    [CONFIG] FAILED:Create and Start OHS Component (ohs1)
    Question Received:Failed to Start OHS Component
    [CONFIG] [Web Tier Configuration]:Failed to Start OHS Component
    [CONFIG] FAILED:Create and Start OHS Component (ohs1)
    Configuration:Web Tier Configuration failed
    Error while running Configuration.
    The installation of Oracle AS Common Toplevel Component, Oracle WebTier and Utilities CD failed.
    [oracle@vilje05 Disk1]$
    [oracle@vilje05 ~]$ opmnctl stopall
    XML parser init: error 54.
    opmnctl stopall: error parsing /home2/oracle/bea_default/Oracle_WT1/instances/instance1/config/OPMN/opmn/opmn.xml
    ===
    $ cat my_response.txt
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    #Set this to true if installation and configuration need to be done, all other required variables need to be provided. Variable "INSTALL AND CONFIGURE LATER TYPE" must be set to false if this is set to true as the variables are mutually exclusive
    INSTALL AND CONFIGURE TYPE=true
    #Set this to true if only Software only installation need to be done. If this is set to true then variable "INSTALL AND CONFIGURE TYPE" must be set to false, since the variables are mutually exclusive.
    INSTALL AND CONFIGURE LATER TYPE=false
    #Provide the Oracle Home location. The location has to be the immediate child under the specified Middleware Home location. The Oracle Home directory name may only contain alphanumeric , hyphen (-) , dot (.) and underscore (_) characters, and it must begin with an alphanumeric character. The total length has to be less than or equal to 128 characters. The location has to be an empty directory or a valid SOA Oracle Home.
    ORACLE_HOME=/home2/oracle/bea_default/Oracle_WT1
    #Provide existing Middleware Home location.
    MIDDLEWARE_HOME=/home2/oracle/bea_default
    #The name of the Oracle Instance. Instance name must begin with an alphabetic character, may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters and are 4 to 30 characters long.
    INSTANCE_HOME=/home2/oracle/bea_default/Oracle_WT1/instances/instance1
    #Provide the Oracle Instance location. The Oracle Instance directory name may only contain alphanumeric , hyphen (-) , dot (.) and underscore (_) characters, and it must begin with an alphanumeric character. The total length has to be less than or equal to 128 characters. The location has to be an empty or non existing directory.
    INSTANCE_NAME=instance1
    #If set to true, installer will auto assign ports
    AUTOMATIC_PORT_DETECT=true
    #This is required if "AUTOMATIC_PORT_DETECT" variable is set to false, absolute path of a staticports file location need to be provided with values for ports.\nThe template for staticports.ini can be found from Disk1/staget/Response directory of the shiphome.
    STATICPORT INI FILE LOCATION=
    #Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
    MYORACLESUPPORT_USERNAME=
    #Provide the My Oracle Support Password
    MYORACLESUPPORT_PASSWORD=<SECURE VALUE>
    #Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
    DECLINE_SECURITY_UPDATES=true
    #Set this to true if My Oracle Support Password is specified
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    #Provide the Proxy Host
    PROXY_HOST=
    #Provide the Proxy Port
    PROXY_PORT=
    #Provide the Proxy Username
    PROXY_USER=
    #Provide the Proxy Password
    PROXY_PWD=<SECURE VALUE>
    [SYSTEM]
    #Set true to configure Oracle HTTP Server, else skip Oracle HTTP Server configuration
    CONFIGURE_OHS=true
    #Set true to configure Oracle Web Cache, else skip Oracle Web Cache configuration
    CONFIGURE_WEBCACHE=false
    #The Oracle HTTP Server (OHS) component name (required only if CONFIGURE_OHS is set to true). OHS component name must begin with an alphabetic character, may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters and are 4 to 30 characters long.
    OHS_COMPONENT_NAME=ohs1
    [APPLICATIONS]
    [RELATIONSHIPS]
    #If set to true, the instance and components will be registered with an existing weblogic server
    ASSOCIATE_WEBTIER_WITH_DOMAIN=false
    ==
    as you see all checks passed OK, but the whole install failed. What could be wrong? And what is XML parser init: error 54?
    Edited by: 892273 on Oct 19, 2011 8:12 AM

    Where's the WebLogic Server home???
    Else you should attach this to an existing WebLogic domain
    kind regards
    Michel
    Edited by: Michel Schildmeijer on 20-okt-2011 15:57

  • Installing Latest Oracle Client & ODT for Windows 7 64-bit

    I have a Windows 7 64-bit. I would think that using 32-bit Java, 32-bit Oracle Client and 32-bit ODAC would work just fine on this operating system. However, I had no luck getting it to run. Here is what I did and a few reasons why I prefer to never work with Oracle products:
    Installed 32-bit JDK/JRE (1.6 Update 25)
    Installed 32-bit Oracle Client (11g R2) Home 1
    Tested connectivity from SQL Developer successfully
    Installed 32-bit ODT (11g R3) to Home 1 (installer noted upgrades and new installs)
    Failed connectivity from all things windows (ODBC, ADO, ADO.Net)
    Uninstalled 32-bit ODT
    Failed to uninstall 32-bit Oracle Client Home 1 (oraparam.ini file missing among other issues)
    Installed 32-bit Oracle Client (11g R2) Home 2
    Failed to uninstall 32-bit Oracle Client Home 1 (told to use deinstall tool)
    Failed to uninstall 32-bit Oracle Client Home 2 (told to use deinstall tool)
    Failed to run uninstall tool in Home 1 (told to download standalone deinstall tool)
    Uninstalled 32-bit Oracle Client Home 2 (completed successfuly with errors - seriously?)
    Uninstalled 32-bit Oracle Client Home 1 (completed successfully, but couldn't delete folder)
    Oracle.DataAccess and Oracle.Web are still installed in GAC. Uninstall attempts fail (access denied)
    Installed 32-bit Oracle Client (11g R2) Home 1
    Tested connectivity from SQL Developer successfully
    Tested connectivity from .Net 3.5 successfully (using 32-bit 2.0 dll)
    Tested connectivity from .Net 4.0 successfully (using 32-bit 2.0 dll)
    Does anyone have any suggestions on getting Oracle Data Tools for Windows to work before I try that again?

    I realize ODT uses ODP, but installing release 3 upgraded the .Net 2.0 ODP DLLs (which were installed from the Oracle Client 11g Release 2 install) and added the .Net 4.0 DLLs. After that install everything stopped working from Windows land and then it took the better part of two hours to get it back to what it looked like prior to the install. The other thing weird thing I noticed is that although Oracle.DataAccess is registered in the 2.0 GAC I cannot add a reference that way using VS2010. I have to manually add a reference to the file path. Although it still appears I do not have to have the assembly copied locally to run, so the GAC registration seems to be working in that regard.

  • 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

  • Silent install of oracle 11.2.0.1.0 on oracle linux 6.4  64 bit edition

    Hello,
    What files do I need to alter to install oracle 11gR2 {11.2.0.1.0}[1] rdbms ontop of a local install of oracle linux 6.4 64 bit edition ?
    I want to do the install in silent mode from the command line.
    -oracle linux 6.4 installed and updated with the latest patches.
    Thanks Glenn
    [1]
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    linux.x64_11gR2_database_1of2.zip
    linux.x64_11gR2_database_2of2.zip

    please find below link, it is having step by step oracle 11g installtion on oracle linux5
    please fallow up to Installation ..dont invoke directly ./runInstaller.
    go to unzip directory..u may find respance folder in taht edit.rsp file as per the your requirement.
    please post .rsp paramters details..will guide you what needs to be set....if know the parameters...edit it and save ...then execute below
    go to runInstaller having folder..the execute below cmd.
    ./runInstaller -silent -responseFile /u01/Disk1/responce/rsp11g.rsp DECLINE_SECURITY_UPDATES=true
    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-oracle-linux-5.php

  • Need help: Silent install of oracle 11g express edition does not install services.  As a result, i'm unable to start\launch database

    Installing using the GUI works fine.  I'm using the following code to perform the silent installation of the oracle client: C:\temp_pyx\Oracle source\3-Oracle 11G Express\setup.exe /S /f1"C:\temp_pyx\Oracle source\3-Oracle 11G Express\response\OracleXe-install.iss" /f2 "c:\windows\logs\paychex\oracle11ginstall.log"
    Result code in "oracle11gisntall.log" shows "result = 3"
    response file is configured as follows:
    **  Response file to perform silent install of Oracle Database 11g Express Edition    **
    **  Values for the following variables are configurable:                              **
    **  szDir - Provide a valid path                                                      **
    **  TNSPort - Provide any valid available port number                                 **
    **  MTSPort - Provide any valid available port number                                 **
    **  HTTPPort - Provide any valid available port number                                **
    **  SYSPassword - Provide a valid password string                                     **
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-DlgOrder]
    Dlg0={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdWelcome-0
    Count=7
    Dlg1={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdLicense2Rtf-0
    Dlg2={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdComponentDialog-0
    Dlg3={05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskPort-13013
    Dlg4={05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskSYSPassword-13011
    Dlg5={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdStartCopy-0
    Dlg6={05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdFinish-0
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdWelcome-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdLicense2Rtf-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdComponentDialog-0]
    szDir=C:\programdata\oraclexe
    Component-type=string
    Component-count=1
    Component-0=DefaultFeature
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskPort-13013]
    TNSPort=1521
    MTSPort=2031
    HTTPPort=8080
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-AskSYSPassword-13011]
    SYSPassword="Intentionally left blank"
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdStartCopy-0]
    Result=1
    [{05A7B662-80A3-4EB9-AE1D-89A62449431C}-SdFinish-0]
    Result=1
    bOpt1=0
    bOpt2=0

    I only see the following folders after install, which tells me that although the program shows up in program and features, it is still not successfully installed?

  • Install of Oracle 8.1.7. on Solaris 8 fails

    Hi All!
    I am doing an install of Oracle 8.1.7. Right near the end of the install when oracle is trying to link it's libraries, I get a message that /oracle/product/8.1.7./rdbms/lib/ins_rdbms.mk failed. I continue with the install and try to run make on this file by hand. I get:
    make: Fatal error: Don't know how to make '/oracle/product/8.1.7./rdbms/lib/libskgxpd.a(/oracle/product/8.1.7./rdbms/lib/skgxpd.o)'
    I did a search on Google and the only references to skgxpd.o where for the SuSE Linux Oracle, although the error is identical. Unfortunately, no solution has been offered.
    One person I talked to said to make sure LD_LIBRARY_PATH included /oracle/product/8.1.7./rdbms/lib/. However, that didn't help.
    I would be grateful for any help.
    Regards,
    Jim Mohr

    One person I talked to said to make sure LD_LIBRARY_PATH included /oracle/product/8.1.7./rdbms/lib/. However, that didn't help. James,
    Because the path of /oracle/product/8.1.7./rdbms/lib/ depends on the location of ORACLE_HOME you set, it doesn't sound like a pre-installation setting. It's not mentioned in the manual anyway.
    You may want to check to see if the following commands are on the installation user (oracle)'s PATH.
    $ /usr/bin/which make
    $ /usr/bin/which ar
    $ /usr/bin/which ld
    $ /usr/bin/which nm
    Also it's mentioned in the manual:
    ===============================================================
    Note: If you require /usr/ucb in your search path, make sure it
    comes after /usr/ccs/bin in the PATH setting.
    ===============================================================
    I set up a 8.1.7 on Solaris 8 but didn't have such a problem.
    Best luck,
    Han Zhang

  • How to install 32bit Oracle on 64 bit Red Hat4

    Hi:
    I need to install 32bit Oracle 10.2.0.1 on 64bit RedHat4. The reason is NOT the point. I need to do that period.
    I am sure it can be done even ORacle don't support it.
    I installed all 32 bit gcc, g++ packages. BEfore I run installer, I do
    Linux32 bash
    I also create softlink gcc and g++, they both point to gcc32 and g++32
    I also rename ld to ld.origin. Change ld to
    exec /usr/bin/ld.orig -melf_i386 $@
    When I run installed. It hung at linking. The gcc is running but no error, no everything. It seems gcc is wating for something.
    Has anyone had experience install Oracle 32bit 10g on 64bit RetHat4?
    Thanks ahead.
    Dong

    From oracle certification matrices:
    Processor Chip Information:
    * Linux x86-64, support on AMD64/EM64T and Intel Processor Chips that adhere to the x86-64 architecture with supported Linux releases. Running Oracle 32-bit on AMD64/EM64T (64-bit OS) is not supported .
    * Oracle 32-bit running on AMD64/EM64T with a 32-bit OS is supported, refer to platform Linux x86 for more information on product availability.
    So try to say this (short) story to the author of this idea. ;-)

  • Can I use flash drive in Windows that install on Oracle VM Server

    Dear everyone,
    I install Windows server 2003 on Oracle VM Server x86. I can use .iso file by copy iso file to /OVS/iso_pools and add resource. But I want to use flash drive on Windows server 2003 that installed on Oracle VM. I don't know how to do or it can do. I want to plug flash drive in Oracle VM Server and can use it on Windows server 2003
    Thank you so much for advance
    Fujimaru

    It looks like you will not be able to use it without continually stopping and starting the guest and editing the vm.cfg file to add the physical device once it is mounted on the DOm0

  • Why can't re-install the Oracle 9i AS in the last intalled LINUX ??

    In my host , it is redhat 8 OS . In the last time , it has be installed the oracle 9i AS in the /opt/oracle/product/9.0.2 and I use the oracle-installer program to un-install pre-installing AS. Now , I want to re-install the AS to other $ORACLE_HOME directory , but the process of installing put the error message of following and I can’t re-install the AS:Install has detected an invalid Active EMD Home. Configured as /opt/oracle/product/9.0.2Passsible cause for this error may be a previous installaiton of oracle9i AS that ……I has deleted the /opt/oracle/product/9.0.2/* and /etc/ora* file , why has prompt the error message?Plesase get me a help for re-install the Oracle 9i AS. Very thinks for answer my question !!

    remove /etc/emtab

  • Error in Installing the Oracle 10g RDBMS on linux installed on Vmware

    Hi,
    I am trying to install the Oracle 10g RDBMS software. I have created all the required users and groups, created directories and updaates the sysctl.conf file.
    When I run the installer ./runInstaller it is giving the following error.
    [oracle@aasim database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2011-02-26_11-48-44PM. Please wait ...[oracle@aasim database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
    at java.awt.Window.init(Unknown Source)
    at java.awt.Window.<init>(Unknown Source)
    at java.awt.Frame.<init>(Unknown Source)
    at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
    at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)
    Can anyone tell me why I am getting this error and how to resolve it.
    Thanks
    Aasim

    Pl post exact details of "Linux" and "10g" versions. Which install guide are you following ? This error has been discussed many times in this forum - use the search feature to find possible solutions
    http://forums.oracle.com/forums/search.jspa?threadID=&q=%22Can't+connect+to+X11+window%22&objID=f64&dateRange=all&userID=&numResults=15&rankBy=10001
    HTH
    Srini

  • How to install the Oracle Apps R12 with an existing OAS 10g

    Hi All,
    I am planning to install the Oracle Apps R12 and I already downloaded the media-pack from edelivery.oracle.com.
    But I am not sure how to do it because I have tree-tier architecteur at home :
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Database 11gR2 -- Database tier
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Application Server 10g ver 10.2.0 (infra and middle) -- Midel-tier
    One computer with XP OS -- Client tier
    Could any one explain me how to install it?
    Regards,

    But I am not sure how to do it because I have tree-tier architecteur at home :
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Database 11gR2 -- Database tier
    One computer with LINUX OS (OEL 5.5) which hold the Oracle Application Server 10g ver 10.2.0 (infra and middle) -- Midel-tier
    One computer with XP OS -- Client tier The above is two tier architecture (not three tier) as the client tier is not considered as a tier in Oracle Apps installation.
    Could any one explain me how to install it?Do you already have a Database and Oracle AS10g installed? Please elaborate more.
    Oracle Apps R12 comes with 11gR1 database, and to do multi-node installation please refer to these threads.
    R12 Multinode installation
    Re: R12 Multinode installation
    Install oracle EBS R12 on 2 machines
    Install oracle EBS R12 on 2 machines
    To upgrade the database later to 11gR2, please refer to:
    11gR2 11.2.0.2 Database Certified with E-Business Suite
    http://blogs.oracle.com/stevenChan/2010/11/db_11gr2_11202_ebs.html
    Thanks,
    Hussein

Maybe you are looking for

  • Goods Issued to Vendor

    Dear All, I want to know that is there any FI entry generate at the time of goods issued to Vendor in MM. If yes please what would be jounal entry for this ,Eloborate it where we have to do settings for this. Regards,

  • 85gb used in one day

    I had 85gb data used in one day. How is that possible

  • Windows 8.1 - Sign In Options

    Hi everyone, OK so I've deployed some new Lenovo tablets with Windows 8.1 Pro. After doing the latest round of updates, the sign in screen no longer defaults to the 'Local or Domain' account option. So users have to click on 'Sign In Options', then s

  • Standard Toolbar

    Hi Friends, The standard toolbar items are not working in my screen painter program.  The code I have written is as follows. PROCESS AFTER INPUT. MODULE USER_COMMAND_0100. *&      Module  USER_COMMAND_0100  INPUT       text MODULE USER_COMMAND_0100 I

  • Adobe Patch Files Location Creative Cloud

    Can Adobe Patch files location be changed to an external drive? It takes up a huge amount of hard disk space tia mj