Error in installing oracle10g in rhel5

hi,
i am trying to install oracle10g in rhel5 but i m getting the following error while installing,
so please help me.
Checking Network Configuration requirements ...
Check complete. The overall result of this check is: Not executed <<<<
Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
=======================================================================
Checking for Oracle Home incompatibilities ....
Check complete. The overall result of this check is: Failed <<<<
Problem: Oracle Database 10g Release 2 can only be installed in a new Oracle Home
Recommendation: Choose a new Oracle Home for installing this product.
=======================================================================
thanks

Your error shows that ... the environment you set for oracle_home is already being used, if that so. Change oracle_home and try again.
Harish

Similar Messages

  • Linking error while installing Oracle10g on Solaris 10 64bit sparc

    Hi,
    I am getting following error while installing the Oracle 10g R2 on Solaris 10 64 bit sparc.
    /usr/ccs/bin/make -f ins_precomp.mk relink ORACLE_HOME=/data/Oracle/product/10.2.0 EXENAME=proc/Linking /data/Oracle/product/10.2.0/precomp/lib/proc
    ld: fatal: file /data/Oracle/product/10.2.0/lib32/libclntsh.so: unknown file type
    ld: fatal: File processing errors. No output written to /data/Oracle/product/10.2.0/precomp/lib/proc
    *** Error code 1
    The following command caused the error:
    echo "Linking /data/Oracle/product/10.2.0/precomp/lib/proc"; \
    rm -f /data/Oracle/product/10.2.0/precomp/lib/proc; \
    /usr/ccs/bin/ld -o /data/Oracle/product/10.2.0/precomp/lib/proc -L/data/Oracle/product/10.2.0/precomp/lib/ -L/data/Oracle/product/10.2.0/lib/ -dy /data/Oracle/product/10.2.0/lib/prod/lib/v9/crti.o /data/Oracle/product/10.2.0/lib/prod/lib/v9/crt1.o /data/Oracle/product/10.2.0/lib/s0main.o /data/Oracle/product/10.2.0/precomp/lib/pdc.o /data/Oracle/product/10.2.0/precomp/lib/pds.o /data/Oracle/product/10.2.0/precomp/lib/libproc2.a /data/Oracle/product/10.2.0/lib/libslax10.a /data/Oracle/product/10.2.0/precomp/lib/libpgp.a -lpls10 -lplp10 /data/Oracle/product/10.2.0/lib/libplc10.a -lsnls10 -lunls10 -lnls10 /data/Oracle/product/10.2.0/rdbms/lib/kpudfo.o -lclntsh `cat /data/Oracle/product/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /data/Oracle/product/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /data/Oracle/product/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /data/Oracle/product/10.2.0/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /data/Oracle/product/10.2.0/lib/sysliblist` -R /opt/SUNWcluster/lib/sparcv9:/data/Oracle/product/10.2.0/lib:/opt/ORCLcluster/l ib/ -Y P,:/opt/SUNWcluster/lib/sparcv9:/opt/ORCLcluster/lib/:/usr/ccs/lib/sparcv9:/usr /lib/sparcv9 -Qy -lc -laio -lposix4 -lm /data/Oracle/product/10.2.0/lib/prod/lib/v9/crtn.o; \
    /bin/chmod 755 /data/Oracle/product/10.2.0/precomp/lib/proc
    make: Fatal error: Command failed for target `/data/Oracle/product/10.2.0/precomp/lib/proc'
    from make.log
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'relink' of makefile '/data/Oracle/product/10.2.0/precomp/lib/ins_precomp.mk'. See '/data/Oracle/oraInventory/logs/installActions2007-07-01_12-14-33AM.log' for details.
    Exception Severity: 1
    any help would be appreciated!
    Thanks,
    -Prakash

    its working now...I replaced ld on my system
    previous ld version was
    GNU ld version 2.13.1
    Supported emulations:
    elf32_sparc
    elf64_sparc
    now ld version is
    ld: Software Generation Utilities - Solaris Link Editors: 5.10-1.477

  • Rman Script with ORacle10g in RHEL5

    Dear Friends ,
    I have to install ORacle10g in RHEL5 . Now I need to take rman backup
    and for this reason I make the following script :
    ============================
    rman target / << !
    run
    allocate channel t1 type disk;
    backup format 'df_%t_%s_%p'
    (database);}
    ==============================
    It works fine and does not prompt for any user name and password . But Now
    I want a situation where this script wants username and password prompt
    when it goes to run , i.e., I need username and password prompt during
    running this script ?
    Can anybdy plz help me ..

    On Linux box i tried following and it's working:
    Recovery Manager: Release 10.2.0.1.0 - Production on Sat Mar 1 03:00:46 2008
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    RMAN> connect target sys
    target database Password:
    connected to target database: CCSDB (DBID=1595737743)
    RMAN>

  • Install oracle10g at solaris 10 x86 platform ORA-07445 error occured

    I meet a problem when install oracle10g at solaris 10.when create database, the dbca display infomation:
    ora-03113 "end-of-file on communication channel"
    ora-03114 ORACLE not available
    Perhaps someone can give me some advices ?
    Its very urgent
    Thanks and Best Regards
    Dillon.xu
    OS: solaris10g
    # showrev
    Hostname: v40-1
    Hostid: 24ea10ed
    Release: 5.10
    Kernel architecture: i86pc
    Application architecture: i386
    Hardware provider:
    Domain: test.com
    Kernel version: SunOS 5.10 s10_74
    v40-1# prtconf |grep Mem
    Memory size: 2048 Megabytes
    database: oracle10g 10.1.0.3
    Oracle trace file info:
    export/home/oracle/product/10.0/rdbms/log/ora10g_ora_1759.trc
    Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /export/home/oracle/product/10.0
    System name: SunOS
    Node name: v40-1
    Release: 5.10
    Version: s10_74
    Machine: i86pc
    Instance name: ora10g
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    1759
    kstwlb: SGA is no longer mapped
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0x
    59fffff4
    *** 2005-02-22 14:20:07.861
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [SIGSEGV] [Address not mapped to obj
    ect] [1509949428] [] [] []
    Current SQL information unavailable - no session.
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)

    10g on Solaris 10 isn't yet supported. It is announced for March 2005.

  • Error while install EBS 11.5.10 on RHEL5 oracle unbreakable linux

    hello
    i got this error while install EBS and here is the log file
    0/appsutil/out/VIS_oracle/templbac/adrundb1.sh
    setting permissions: 755
    setting ownership: applmgr:oinstall
    Step 0 of 5
    Command: /u01/oracle/visdb/9.2.0/temp/VIS_oracle/adrun9i.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Executing: /u01/oracle/visdb/9.2.0/temp/VIS_oracle/adrun9i.sh APPS APPS
    STARTED INSTALL PHASE : 9i RDBMS : Wed Mar 18 11:26:45 EET 2009
    runProcess_5
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Cannot execute configure of environment for database ORACLE_HOME
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    plz help

    here is the file after modification
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:38:41 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    0/appsutil/out/VIS_oracle/03181056/adcctclean.sql
    setting permissions: 600
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:56:15 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 10:56:39 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    instantiate file:
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 11:26:53 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/Apache/perl/bin/perl -I /u01/oracle/visdb/9.2.0/Apache/perl/lib/5.00503:/u01/oracle/visdb/9.2.0/Apache/perl/lib/site_perl/5.005:/u01/oracle/visdb/9.2.0/appsutil/perl /u01/oracle/visdb/9.2.0/appsutil/scripts/VIS_oracle/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle/afmkinit.sh
    script returned:
    afmkinit.sh started at Wed Mar 18 12:25:33 EET 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 127
    .end std out.
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/visdb/9.2.0/appsutil/install/VIS_oracle
    afmkinit.sh INSTE8_SETUP 127
    AutoConfig is exiting with status 1

  • Error while installing Oracle 9i on Red Hat ES3

    Hi,
    while installing Oracle on ia64 machine, I get these errors:
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target ioracle of makefile /home/u01/app/oracle/product/9.2.0.2.0/rdbms/lib/ins_rdbms.mk
    Guys, any ideas???

    Hmmmm.
    I already googled for this error and also read www.puschitz.com as you recommended, but I found no results.
    Similar situation was for the guy in this thread:
    Installing oracle10g on Fedora fails

  • Error while installing Oracle 10g

    Hi,
    I am trying to install Oracle10g in my system. It says installation successful. But still I am not able to open SQL plus and other SQL tools. It throws ORACLE_HOME not set and I noticed that after installation oracle/product folders were not created. I have attached the log file, please advice..
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    [  OCRUTL][3852]u_set_comp_error: Parameter was NULL
    [  OCRUTL][3852]u_set_ocr_error: Parameter was NULL
    2009-08-03 11:39:34.890: [  OCROSD][3852]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
    [  OCRUTL][3852]u_set_gbl_comp_error: Parameter was NULL
    [  OCRUTL][3852]u_set_gbl_comp_error: Parameter was NULL
    2009-08-03 11:39:34.890: [  OCRRAW][3852]proprinit: Could not open raw device
    2009-08-03 11:39:34.890: [ default][3852]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][3852]u_set_ocr_error: Parameter was NULL
    2009-08-03 11:39:34.890: [ CSSCLNT][3852]clsssinit: error(33 ) in OCR initialization
    [  OCRUTL][3852]u_set_comp_error: Parameter was NULL
    [  OCRUTL][3852]u_set_ocr_error: Parameter was NULL
    2009-08-03 11:39:34.968: [  OCROSD][3852]utgdv:1:could not open registry key SOFTWARE\Oracle\ocr os error The system could not find the environment option that was entered.
    [  OCRUTL][3852]u_set_gbl_comp_error: Parameter was NULL
    [  OCRUTL][3852]u_set_gbl_comp_error: Parameter was NULL
    2009-08-03 11:39:34.968: [  OCRRAW][3852]proprinit: Could not open raw device
    2009-08-03 11:39:34.968: [ default][3852]a_init:7!: Backend init unsuccessful : [33]
    [  OCRUTL][3852]u_set_ocr_error: Parameter was NULL
    2009-08-03 11:39:34.968: [ CSSCLNT][3852]clsssinit: error(33 ) in OCR initialization
    Thanks,
    Karthika.

    Hi Karthika,
    I think u have Installed the Oracle Database CRS software.
    Please make sure with the Installation media is for ORacle database only.
    U can download the correct media from:
    http://edelivery.oracle.com
    http://www.oracle.com/technology/software/products/database/index.html
    Regards,
    Xaheer

  • Error while installing weblogic portal

    I am getting the following error while installing weblogic portal 10.3.2 generic.jar on existing weblogic server 10.3.2 generic.jar installation on RHEL5 with jrockit mission control 3.1.2 as jdk.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at com.bea.plateng.common.ui.console.DelegateConsoleWidget.invokeWidgetCallback(DelegateConsoleWidget.java:200)
    at com.bea.plateng.wizard.console.tasks.ConsoleInteractTask2.onLeave(ConsoleInteractTask2.java:439)
    at com.bea.plateng.wizard.console.tasks.ConsoleInteractTask2.okNext(ConsoleInteractTask2.java:361)
    at com.bea.plateng.wizard.WizardController.nextTask(WizardController.java:642)
    at com.bea.plateng.wizard.WizardController.run(WizardController.java:519)
    at java.lang.Thread.run(Thread.java:636)
    Caused by: java.lang.NullPointerException
    at java.io.File.<init>(File.java:239)
    at com.bea.plateng.wizard.installer.diskspace.TempDir.<init>(TempDir.java:55)
    at com.bea.plateng.wizard.installer.diskspace.TempDir.getInstance(TempDir.java:41)
    at com.bea.plateng.wizard.installer.helpers.DiskSpaceHelper.checkDiscSpaceForProductInstallation(DiskSpaceHelper.java:255)
    at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.setStoreKeysAndValidateDiskSpace(ProductDirHelper.java:474)
    at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.validateAndSet(ProductDirHelper.java:278)
    at com.bea.plateng.wizard.installer.console.tasks.ProductDirChooserConsoleTask.onLeave(ProductDirChooserConsoleTask.java:235)
    ... 10 more
    anyone please help

    I'm getting this error as well.
    Did you resolve this problem?

  • Error while installing oracle 10.2.0.1

    hi ,
    Iam installing Oracle10g (10.2.0.1) in AIX 5.2 server.while configuring DBCA it shows an error as ORA-12547: TNS lost contact.
    what could be the reason .how to rectify this error.
    Thanks in advance,
    R.Ratheesh

    this is the trace.log file present in ORACLE_HOME/cfgtoollogs/dbca
    [Thread-13] [0:6:20:607] [Host.noEntryinOratab:5107] Check made for oratab arg passed............
    [Thread-13] [0:6:20:607] [Oratab.getTempFile:710] Temp oratab: /tmp/oratab
    [Thread-13] [0:6:20:777] [CloneRmanRestoreStep.executeImpl:217] Instance Creation went fine..........
    [Thread-13] [0:6:20:778] [CloneRmanRestoreStep.executeImpl:224] db_recovery_file_dest=/glodb/Oracle10g/flash_recovery_area
    [Thread-13] [0:6:20:778] [CloneRmanRestoreStep.executeImpl:227] db_recovery_file_dest_size=2147483648
    [Thread-13] [0:6:31:577] [SQLEngine.done:1951] Done called
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12547: TNS:lost contact
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:814)
    at oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:244)
    at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:209)
    at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2468)
    at java.lang.Thread.run(Thread.java:568)
    [Thread-13] [0:6:31:579] [StepContext$ModeRunner.run:2484] oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:
    435)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:209)
    oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2468)
    java.lang.Thread.run(Thread.java:568)
    [Thread-13] [0:6:32:639] [SQLEngine.done:1951] Done called
    [Thread-13] [0:6:32:639] [Host.createStepSQLInterface:5940] sid =T2473
    [Thread-13] [0:6:32:640] [SQLEngine.initialize:241] Execing SQLPLUS/SVRMGR process...
    [Thread-13] [0:6:32:719] [SQLEngine.initialize:269] m_bReaderStarted: false
    [Thread-13] [0:6:32:725] [SQLEngine.initialize:273] Starting Reader Thread...
    [Thread-13] [0:6:32:755] [CloneRmanRestoreStep.cancel:601] Cleaning up partially extracted files failed
    [Thread-13] [0:6:32:769] [SQLEngine.done:1951] Done called
    [Thread-13] [0:6:32:770] [CloneRmanRestoreStep.cancel:616] RMAN cleanup failed
    [Thread-13] [0:6:32:770] [CloneRmanRestoreStep.cancel:617] oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
    oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:814)
    oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.cancel(CloneRmanRestoreStep.java:604)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.cancel(StepContext.java:2561)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2523)
    java.lang.Thread.run(Thread.java:568)
    [Thread-13] [0:6:32:771] [CloneDBCreationStep.cancel:876] CloneDBCreationStep.cancel(): nodeList= null
    [Thread-13] [0:6:32:771] [SQLEngine.reInitialize:602] Reinitializing SQLEngine...
    [Thread-13] [0:6:32:773] [SQLEngine.initialize:241] Execing SQLPLUS/SVRMGR process...
    [Thread-13] [0:6:32:845] [SQLEngine.initialize:269] m_bReaderStarted: false
    [Thread-13] [0:6:32:847] [SQLEngine.initialize:273] Starting Reader Thread...
    [Thread-13] [0:6:32:889] [SQLEngine.initialize:322] Waiting for m_bReaderStarted to be true
    [Thread-13] [0:6:32:923] [SQLEngine.done:1951] Done called
    [Thread-13] [0:6:32:925] [Oratab.getTempFile:710] Temp oratab: /tmp/oratab
    [Thread-13] [0:6:32:942] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/dbs/orapwT2473
    [Thread-13] [0:6:32:943] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/dbs/initT2473.ora
    [Thread-13] [0:6:32:943] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/admin/T2473/pfile/init.ora
    [Thread-13] [0:6:32:944] [CloneDBCreationStep.cancel:917] CloneDBCreationStep.cancel(): bRaw=false
    [Thread-13] [0:6:32:944] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/system01.dbf
    [Thread-13] [0:6:32:944] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/undotbs01.dbf
    [Thread-13] [0:6:32:945] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/sysaux01.dbf
    [Thread-13] [0:6:32:945] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/users01.dbf
    [Thread-13] [0:6:32:946] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/redo01.log
    [Thread-13] [0:6:32:946] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/redo02.log
    [Thread-13] [0:6:32:946] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/redo03.log
    [Thread-13] [0:6:32:947] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/control01.ctl
    [Thread-13] [0:6:32:947] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/control02.ctl
    [Thread-13] [0:6:32:947] [OsUtilsBase.deleteFile:742] OsUtilsBase.deleteFile: /glodb/Oracle10g/oradata/T2473/control03.ctl
    [Thread-13] [0:6:33:14] [SQLEngine.done:1951] Done called
    [AWT-EventQueue-0] [0:6:37:685] [SQLEngine.done:1951] Done called
    $
    and within the SID there is logfile called
    more tts_example_imp.log
    IMP-00058: ORACLE error 12547 encountered
    ORA-12547: TNS:lost contact
    IMP-00000: Import terminated unsuccessfully
    $
    $ more CloneRmanRestore.log
    Could not load program oracleT24DB:
    Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    Symbol kaio_rdwr64 (number 0) is not exported from dependent
    module /unix.
    Symbol listio64 (number 1) is not exported from dependent
    module /unix.
    Symbol acancel64 (number 2) is not exported from dependent
    module /unix.
    Symbol iosuspend64 (number 3) is not exported from dependent
    module /unix.
    Symbol aio_nwait (number 4) is not exported from dependent
    module /unix.
    Symbol aio_nwait64 (number 5) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout (number 6) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout64 (number 7) is not exported from dependent
    module /unix.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    Could not load program oracleT24DB:
    Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    Symbol kaio_rdwr64 (number 0) is not exported from dependent
    module /unix.
    Symbol listio64 (number 1) is not exported from dependent
    module /unix.
    Symbol acancel64 (number 2) is not exported from dependent
    module /unix.
    Symbol iosuspend64 (number 3) is not exported from dependent
    module /unix.
    Symbol aio_nwait (number 4) is not exported from dependent
    module /unix.
    Symbol aio_nwait64 (number 5) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout (number 6) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout64 (number 7) is not exported from dependent
    module /unix.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    ORA-12547: TNS:lost contact
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    Could not load program oracleT24DB:
    Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    Symbol kaio_rdwr64 (number 0) is not exported from dependent
    module /unix.
    Symbol listio64 (number 1) is not exported from dependent
    module /unix.
    Symbol acancel64 (number 2) is not exported from dependent
    module /unix.
    Symbol iosuspend64 (number 3) is not exported from dependent
    module /unix.
    Symbol aio_nwait (number 4) is not exported from dependent
    module /unix.
    Symbol aio_nwait64 (number 5) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout (number 6) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout64 (number 7) is not exported from dependent
    module /unix.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    ERROR:
    ORA-12547: TNS:lost contact
    Could not load program oracleT24DB:
    Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    Symbol kaio_rdwr64 (number 0) is not exported from dependent
    module /unix.
    Symbol listio64 (number 1) is not exported from dependent
    module /unix.
    Symbol acancel64 (number 2) is not exported from dependent
    module /unix.
    Symbol iosuspend64 (number 3) is not exported from dependent
    module /unix.
    Symbol aio_nwait (number 4) is not exported from dependent
    module /unix.
    Symbol aio_nwait64 (number 5) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout (number 6) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout64 (number 7) is not exported from dependent
    module /unix.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    Could not load program oracleT24DB:
    Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    Symbol kaio_rdwr64 (number 0) is not exported from dependent
    module /unix.
    Symbol listio64 (number 1) is not exported from dependent
    module /unix.
    Symbol acancel64 (number 2) is not exported from dependent
    module /unix.
    Symbol iosuspend64 (number 3) is not exported from dependent
    module /unix.
    Symbol aio_nwait (number 4) is not exported from dependent
    module /unix.
    Symbol aio_nwait64 (number 5) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout (number 6) is not exported from dependent
    module /unix.
    Symbol aio_nwait_timeout64 (number 7) is not exported from dependent
    module /unix.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    ORA-12547: TNS:lost contact
    thanks and regards,
    Ratheesh

  • Trouble First Time Start after Installing Oracle10g on Windows Xp

    I have installed Oracle10g release2 on windows xp OS. My installation details are as under.
    Oracle_Base : C:\oracle\product\10.2.0\home2
    Oracle_Home / Global Database name : dadc.testdata
    Oracle_SID : dadc
    I am trying to connect and start sqlplus with following details
    username - SYSTEM
    password - ********
    connect string - dadc
    but on doing so, i am getting ora-12545 error.
    Can somebody explain me , why I am not able to start 'Sqlplus' after successful installation?
    Thanks
    Mukesh Contractor

    Hi,
    Oracle>>oerr ora 12545
    12545, 00000, "Connect failed because target host or object does not exist"
    // *Cause: The address specified is not valid, or the program being
    // connected to does not exist.
    // *Action: Ensure the ADDRESS parameters have been entered correctly; the
    // most likely incorrect parameter is the node name. Ensure that the
    // executable for the server exists (perhaps "oracle" is missing.)
    // If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the
    // host name to a numeric IP address and try again.
    check ur tnsnames.ora file.address parameter should contain ur server ip where oracle is running.
    Thanks
    Kuljeet

  • Installing oracle10g on Fedora fails

    Hi,
    I gave up trying to install oracle9i on Fedora. But when I
    tried to install 10g on fedora today, I ran into the same
    kind of errors as with 9i.
    I have read puschitz and oracle-base as well as other docs
    and I also pass the pre-requisites test of the OUI
    I am now confused as to why everytime I get to the linking
    stage, the following do not link:
    ins_precomp, ins_sql, ins_ldap, ins_rdbms, ins_nau, ETC...
    (9i Note: The fixes in puschitz's page for ins_precomp and
    ins_sql do not work for me nor do the fixes for
    ins_oemagent and inv_ctx) and there is no mention
    anywhere on the web for other errors like ins_rdbms, ldap,
    nau, and more..
    What could be the problem? Can someone assist please?
    Thanks

    I've successfuly installed oracle10g on Fedora core1 but before that I update all packages mentioned in
    http://www.puschitz.com/InstallingOracle10g.shtml to latest versions(using yup).
    Regards.

  • Error while installing OWB

    Error while installing OWB
    after 50% install.. it says
    "Error in writing to file c:\oracle\ora9201\bin\oci.dll
    The process cannot access the file because it is being used by another process"
    Apparently I have restarted the workstation and closed all oracle related services in services and no other program is running expect the installer.
    Can any one help in resolving the issue. Or can I hit the ignore button and continue installing?

    Always install OWB into a new ORACLE_HOME unless the Installation and Configuration Guide states otherwise. This has only happened twice. OWB 9.0.2.62.3 was the last version to allow installation into an existing ORACLE_HOME. Another thing you can do is go to www.sysinternals.com and download the utility LISTDLLs. It is great. From a command prompt, start it with the syntax: listdlls >log.txt
    This will output the DLLs in use and which executable is using it. Search for the DLL in the log.txt and scroll up until the double line. The executable name locking the DLL will be above the double line. If you have the Microsoft Distributed Transaction Coordinator Service running on the client, it will lock Oracle DLLs. This has been a common issue in the past, going back to the days of Data Mart Suite. This was documented in the Release Notes for it and may still be in the system in a note somewhere. It is in: DMS: Unable To Install; Filesopen/Service Running On Compaq Server Doc ID: Note:1080977.6 and Certain Files which need to be Reinstalled are Being Used Doc ID: Note:117672.1
    The first note I wrote back before 2000.
    Barry

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • Error while installing SQL Server 2012 X64 SP2,

    Error while installing SQL Server 2012 X64 SP2,
     When I installed the SQL Server 2012 X64 SP1, I got the attached error.
     What might be the issue here?
     Thank you
     Best
    Jamal

    Hello,
    Are you trying to install SQL Server on a compressed or encrypted drive? SQL Server won’t install on a drive/folder with these attributes.
    Are you trying to install SQL Server on a ReFS file system? It is not supported on SQL Server 2012.
    Disable any security/antivirus software and download the media again. Mount the media (.ISO file) and try to install again.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Error while installing the NerWeaver Platform

    Error While installing the NetWeaver Instance
    Posted: Nov 22, 2004 2:37 PM        Reply      E-mail this post 
    When I am installing 'SAP NetWeaver Suite'the below error came, can someone help me out on this below error?
    MOS-01011 'C:\usr\sap\BWI\SYS\exe\run/sapstartsrv.exe' returned with '-1'.
    The J2EE server is up unrunning @ the installing the Netweaver ABAP Instance I got this error.
    For the user BWI it has the Administrator previlages i checked so many time but I am unable to get it.
    Please help me out the error.

    Hi George,
    Kindly use the latest installation Masted in Service market place. That will possibly solve your problem.
    Regards
    Vivek

Maybe you are looking for