Error in invoking target 'client_sharedlib' when installing Oracle on Linux

Hi ,
im tring to install Oracle 10g R2 on CentOS 6 on 64bit server ,
the error below displays when it's 80 % already installing:
Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk.
below is the last lines of my $ORACLE_HOME/install/make.log
make: *** [client_sharedlib] Error 1
/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//u01/app/oracle/product/10.2.0/db_1/bin/genclntsh
/usr/bin/ld: skipping incompatible /u01/app/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
/usr/bin/ld: cannot find -lsql10
collect2: ld returned 1 exit status
genclntsh: Failed to link libclntsh.so.10.1
make: *** [client_sharedlib] Error 1
/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//u01/app/oracle/product/10.2.0/db_1/bin/genclntsh
/usr/bin/ld: skipping incompatible /u01/app/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
/usr/bin/ld: cannot find -lsql10
collect2: ld returned 1 exit status
genclntsh: Failed to link libclntsh.so.10.1
make: *** [client_sharedlib] Error 1
"/u01/app/oracle/product/10.2.0/db_1/install/make.log" 126L, 8147C
Please, Help meeeee!!!!

user11309581 wrote:
Hi ,
im tring to install Oracle 10g R2 on CentOS 6 on 64bit server ,
10gR2 is de-supported - plus CentOS is not a certified distro, so things may or may not work - http://download.oracle.com/docs/cd/B19306_01/install.102/b15668/toc.htm#BABIAECC
the error below displays when it's 80 % already installing:
Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk.
below is the last lines of my $ORACLE_HOME/install/make.log
make: *** [client_sharedlib] Error 1
/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//u01/app/oracle/product/10.2.0/db_1/bin/genclntsh
/usr/bin/ld: skipping incompatible /u01/app/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
/usr/bin/ld: cannot find -lsql10
collect2: ld returned 1 exit status
genclntsh: Failed to link libclntsh.so.10.1
make: *** [client_sharedlib] Error 1
/usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1//u01/app/oracle/product/10.2.0/db_1/bin/genclntsh
/usr/bin/ld: skipping incompatible /u01/app/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
/usr/bin/ld: cannot find -lsql10
collect2: ld returned 1 exit status
genclntsh: Failed to link libclntsh.so.10.1
make: *** [client_sharedlib] Error 1
"/u01/app/oracle/product/10.2.0/db_1/install/make.log" 126L, 8147C
Please, Help meeeee!!!!Try installing on a certified distro such as Oracle Enterprise Linux - free download at http://linux.oracle.com
HTH
Srini

Similar Messages

  • Error in invoking target 'client_sharedlib' while installing

    Hi all
    Help me in for oracle installation , i am stucking in the linking step of oracle database installation on 64 bit machine , Linux RHEL AS 4.0 update 3
    i am getting the following message
    Exception String: Error in invoking target 'client_sharedlib' of makefile /u01/app/oracle/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk
    Thanks and Regards in Advance
    Vinod Kumar

    Could you post last 10 lines from $ORACLE_HOME/isntall/make.log file?
    Just to be sure, have you installed all packages listed in Installation prerequisities?

  • OBIEE Install Error in invoking target 'client_sharedlib'

    Hi
    I am trying to install OBIEE11G in linux box.
    When i install below error occure. Could you pls let us know, where is the problem.
    Error in invoking target 'client_sharedlib' of makefile
    'OBIEE11g/obiee/Oracle_BI1/rdbms/lib/ins_rdbms.mk".
    Exception String: Error in invoking target 'client_sharedlib' of makefile
    I am using 64 bit linux box.
    Edited by: Raj on Feb 21, 2013 9:16 PM

    Make sure you are using 11g 64bit software.
    The issue occurs because a 32-bit version of the software was installed on a 64-bit operating system.
    Uninstall the existing one and install 11g 64bit one.
    Just in case check this http://docs.oracle.com/cd/E21764_01/bi.1111/e10539/c4_installing.htm
    If helps mark
    Edited by: Srini VEERAVALLI on Feb 21, 2013 7:30 AM

  • Error in invoking target 'Client_sharedlib' of makefile ins_net_client_mk

    I got the folowing Error when I install Oracle patch 10.2.0.3 in linux.
    Error in invoking target 'Client_sharedlib' of makefile ins_net_client_mkWhen I execute "relink client_sharedlib" ,Iget the following output..
    /home/oracle/oracle/product/10.2.0/db_1/bin/genclntsh
    /usr/bin/ld: skipping incompatible /home/oracle/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
    /usr/bin/ld: cannot find -lsql10
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: ** [client_sharedlib] Error 1

    I make the softlink of file libsql10.a in lib to lib32. & then we run
    $genclntsh
    Then i got the same Error.
    Following lines are the last 10 lines from $ORACLE_HOME/install/make.log file of my System.
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db_1//home/oracle/oracle/product/10.2.0/db_1/bin/genclntsh
    /usr/bin/ld: skipping incompatible /home/oracle/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
    /usr/bin/ld: cannot find -lsql10
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db_1//home/oracle/oracle/product/10.2.0/db_1/bin/genclntsh
    /usr/bin/ld: skipping incompatible /home/oracle/oracle/product/10.2.0/db_1/lib/libsql10.a when searching for -lsql10
    /usr/bin/ld: cannot find -lsql10
    collect2: ld returned 1 exit status
    genclntsh: Failed to link libclntsh.so.10.1
    make: *** [client_sharedlib] Error 1

  • 'error in invoking target 'client_sharedlib' of makefile'   for help

    I am installing oracle 10g(10202_database_soxl86)on solaris 10 (sol-10-u10-ga2-x86-dvd.iso) throgh VMware workstation 7.1.4
    I fellowing the steps below:
    1、 # pkgadd -R /cdrom/Solaris_10/Product SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt SUNWgcc
    2、 # mkdir -p /export/home/app/oracle
    # chown -R oracle:oinstall /export/home/app/oracle
    3、 # groupadd oinstall
    # groupadd dba
    # useradd -g oinstall -G dba -s /usr/bin/bash -d /export/home/app/oracle oracle
    # passwd oracle
    4、$vi .profile
    export ORACLE_BASE=/export/home/app
    export ORACLE_HOME=$ORACLE_BASE/oracle
    export ORACLE_SID=sun
    export PATH=$ORACLE_HOME/bin:$PATH
    export DISPLAY=192.168.0.1:0.0
    stty erase ^h
    $ env | grep ORA
    results: ORACLE_BASE=/export/home/app
    ORACLE_HOME=/export/home/app/oracle
    ORACLE_SID=sun
    $ env | grep DIS
    results:DISPLAY=192.168.0.1:0.0
    5、# uname -a
    result:SunOS solaris10 5.10 Generic_147441-01 i86pc i386 i86pc
    # isainfo -v
    result:32-bit i386 applications
    pclmulqdq aes sse4.2 sse4.1 ssse3 popcnt tscp sse3 sse2 sse fxsr mmx
    cmov sep cx8 tsc fpu
    6、# df -k
    Filesystem kbytes used avail capacity Mounted on
    swap 2437932 112 2437820 1% /tmp
    7 、# cd /tmp
    # unzip / 10202_database_soxl86.zip
    # chown -R oracle:oinstall database/
    8、 # su - oracle
    $ cd /tmp/database
    $ ./runInstaller
    Error information:
    1、error in invoking target 'client_sharedlib' of makefile
    2、Error in invoking target 'relink' of makefile
    3、Error in invoking target 'ioracle' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    4、Error in invoking target 'nnfgt.o mkldflags client_sharedlib' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk'
    5、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/sqlplus/lib/ins_sqlplus.mk'.
    6、Error in invoking target 'irman' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    7、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk'.
    Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/plsql/lib/ins_plsql.mk'.
    8、Error in invoking target 'ioklist iokinit iokdstry' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_nau.mk'.
    9、Error in invoking target 'utilities ctx_on' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    10、Error in invoking target 'agent nmo nmb' of makefile '/export/home/oracle/product/10.2.2/sysman/lib/ins_sysman.mk'.
    11、Error in invoking target 'clientonlyinstall' of makefile '/export/home/oracle/product/10.2.2/ldap/lib/ins_ldap.mk'.
    12、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/srvm/lib/ins_srvm.mk'.
    13、Error in invoking target 'racg_install' of makefile '/export/home/oracle/product/10.2.2/racg/lib/ins_has.mk'.
    14、Error in invoking target 'install' of makefile '/export/home/oracle/product/10.2.2/network/lib/ins_net_server.mk'.
    15、Error in invoking target 'all_no_orcl ipc_g' of makefile '/export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk'.
    16、Error in invoking target 'collector' of makefile '/export/home/oracle/product/10.2.2/sysman/lib/ins_emdb.mk'.
    details:
    Checking installer requirements...
    INFO:
    INFO: Checking operating
    system version: must be 5.10. Actual 5.10
    INFO:
    Passed
    INFO:
    INFO: Checking Temp space: must be
    greater than 250 MB. Actual 2403 MB Passed
    INFO: Checking swap
    space: must be greater than 500 MB. Actual 2805 MB Passed
    INFO:
    Checking monitor: must be configured to display at least 256 colors.
    Actual 16777216 Passed
    INFO:
    INFO: All installer requirements
    met.
    Exception String: Error
    in invoking target 'client_sharedlib' of makefile
    '/export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk'.
    See '/export/home/oracle/oraInventory/logs/installActions2011-11-
    04_08-21-57PM.log' for details.
    Exception Severity: 1
    INFO: Exception
    handling set to prompt user with options to Retry Ignore
    User
    Choice: Ignore
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Enterprise Manager Agent DB
    INFO: 11/4/11 8:37:54
    PM CST: Starting install Link Phase of component Enterprise Manager
    Common Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Oracle Display Fonts
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Oracle Extended Windowing
    Toolkit
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Oracle UIX
    INFO: 11/4/11 8:37:54 PM CST: Starting install
    Link Phase of component SQL*Plus Required Support Files
    INFO: 11/4/11
    8:37:54 PM CST: Starting install Link Phase of component DBJAVA
    Required Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install
    Link Phase of component Oracle OLAP RDBMS Files
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Unlinking oracle
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = olap_on
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = olap_off
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    null
    INFO: The output of this make operation is also available at:
    '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO:
    Start output from spawned process:
    INFO:
    INFO:
    INFO: /usr/ccs/bin/ar d
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a xsnoolap.o
    INFO: /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/xsyeolap.o
    INFO: End
    output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking Oracle
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Oracle OLAP API
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component XDK Required Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component RDBMS Required Support Files for Instant Client
    INFO:
    11/4/11 8:37:54 PM CST: Starting install Link Phase of component
    RDBMS Required Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting
    install Link Phase of component Oracle JFC Extended Windowing
    Toolkit
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Agent Required Support Files
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Parser Generator Required
    Support Files
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link
    Phase of component Sample Schema Data
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Oracle Starter Database
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Oracle Message Gateway Common Files
    INFO: 11/4/11 8:37:54
    PM CST: Starting install Link Phase of component XML Parser for
    Oracle JVM
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase
    of component Precompiler Required Support Files
    INFO: 11/4/11 8:37:54
    PM CST: Starting install Link Phase of component XML Parser for
    Java
    INFO: 11/4/11 8:37:54 PM CST: Starting install Link Phase of
    component Oracle Help for the Web
    INFO: 11/4/11 8:37:54 PM CST:
    Starting install Link Phase of component Oracle Ice Browser
    INFO:
    11/4/11 8:37:54 PM CST: Starting install Link Phase of component
    Enterprise Manager Baseline
    INFO: 11/4/11 8:37:54 PM CST: Starting
    install Link Phase of component Oracle Data Mining RDBMS Files
    INFO:
    Calling Action unixActions10.2.0.1.0 registerForMake
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Unlinking oracle
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = dm_on
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = dm_off
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking Label Security Option
    INFO: The output of this make operation
    is also available at:
    '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO:
    Start output from spawned process:
    INFO:
    INFO:
    INFO: /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/dmndmse.o      
    INFO:
    /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/dmwdm.o
    INFO: End
    output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Unlinking oracle
    INFO: 11/4/11 8:37:55 PM CST: Starting install Link
    Phase of component Oracle Database 10g interMedia Files
    INFO: 11/4/11
    8:37:55 PM CST: Starting install Link Phase of component Oracle
    interMedia Java Advanced Imaging
    INFO: 11/4/11 8:37:55 PM CST:
    Starting install Link Phase of component SQLJ Runtime
    INFO: 11/4/11
    8:37:55 PM CST: Starting install Link Phase of component Oracle
    interMedia Annotator
    INFO: 11/4/11 8:37:55 PM CST: Starting install
    Link Phase of component Oracle JDBC/OCI Instant Client
    INFO: 11/4/11
    8:37:55 PM CST: Starting install Link Phase of component Oracle
    interMedia Locator RDBMS Files
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking oracle
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = sdo_on
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = sdo_off
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking sdo options
    INFO: The output of this make operation is also
    available at: '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO:
    INFO:
    INFO: /usr/ccs/bin/ar cr
    /export/home/oracle/product/10.2.2/rdbms/lib/libknlopt.a
    /export/home/oracle/product/10.2.2/rdbms/lib/kxmwsd.o
    INFO: End
    output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = ioracle
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    undoTarget = ioracle
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking Oracle
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link
    Phase of component Platform Required Support Files
    INFO: 11/4/11
    8:37:56 PM CST: Starting install Link Phase of component Oracle Core
    Required Support Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Database Workspace Manager
    INFO: 11/4/11
    8:37:56 PM CST: Starting install Link Phase of component Oracle
    Containers for Java
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle Help For Java
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component JDBC Common Files
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Perl Interpreter
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link
    Phase of component Oracle Code Editor
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component Oracle Notification
    Service
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component Oracle interMedia Client Option
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component Oracle JDBC Thin
    Driver for JDK 1.2
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle JDBC Thin Driver for JDK 1.4
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Enterprise Manager plugin Common Files
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component LDAP Required Support
    Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component Character Set Migration Utility
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component Oracle Locale Builder
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component PL/SQL Embedded Gateway
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component OLAP SQL Scripts
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Database SQL Scripts
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle Globalization Support
    INFO: 11/4/11
    8:37:56 PM CST: Starting install Link Phase of component Required
    Support Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link
    Phase of component Secure Socket Layer
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk
    installTarget = nnfgt.o
         installArguments = ORACLE_HOME
    =/export/home/oracle/product/10.2.2
         undoMakeFileName = null
    undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking nnfgt
    INFO: Calling Action unixActions10.2.0.1.0
    registerForMake
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk
    installTarget = mkldflags
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking ldflags
    INFO: Calling Action unixActions10.2.0.1.0
    registerForMake
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/network/lib/ins_net_client.mk
    installTarget = client_sharedlib
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Building client shared library
    INFO: 11/4/11 8:37:56 PM CST: Starting
    install Link Phase of component Oracle Database User Interface
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Enterprise Manager Minimal Integration
    INFO: 11/4/11 8:37:56 PM CST:
    Starting install Link Phase of component Oracle Wallet Manager
    INFO:
    11/4/11 8:37:56 PM CST: Starting install Link Phase of component
    Oracle Clusterware RDBMS Files
    INFO: 11/4/11 8:37:56 PM CST: Starting
    install Link Phase of component Oracle RAC Required Support Files-
    HAS
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component SQL*Plus
    INFO: Calling Action unixActions10.2.0.1.0
    registerForMake
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/sqlplus/lib/ins_sqlplus.mk
    installTarget = install
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking SQLPLUS executables
    INFO: 11/4/11 8:37:56 PM CST: Starting
    install Link Phase of component Enterprise Manager plugin Common
    Files
    INFO: 11/4/11 8:37:56 PM CST: Starting install Link Phase of
    component iSQL*Plus
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component Oracle Recovery Manager
    INFO: Calling Action
    unixActions10.2.0.1.0 registerForMake
         installMakePath =
    /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/rdbms/lib/ins_rdbms.mk
    installTarget = irman
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    null
         undoTarget = null
         undoArguments = null
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking RMAN utility
    INFO: 11/4/11 8:37:56 PM CST: Starting install
    Link Phase of component HAS Common Files
    INFO: 11/4/11 8:37:56 PM
    CST: Starting install Link Phase of component Precompiler Common
    Files
    INFO: Calling Action unixActions10.2.0.1.0 make
    installMakePath = /usr/ccs/bin/make
         installMakeFileName =
    /export/home/oracle/product/10.2.2/precomp/lib/ins_precomp.mk
    installTarget = links
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         undoMakeFileName =
    /export/home/oracle/product/10.2.2/precomp/lib/ins_precomp.mk
    undoTarget = rmlinks
         undoArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2
         logFile =
    /export/home/oracle/product/10.2.2/install/make.log
         progMsg =
    Linking links
    INFO: The output of this make operation is also
    available at: '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO:
    INFO:
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f SQLCA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    ORACA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public
    ; rm -f SQLDA.H)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f SQLCA.COB)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    ORACA.COB)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f SQLCA.FOR)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    ORACA.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    BNDDSC.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; rm -f
    SELDSC.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s sqlca.h
    SQLCA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public
    ; ln -s oraca.h ORACA.H)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s sqlda.h
    SQLDA.H)
    INFO: (cd /export/home/oracle/product/10.2.2/precomp/public
    ; ln -s sqlca.cob SQLCA.COB)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s oraca.cob
    ORACA.COB)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s sqlca.for
    SQLCA.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s oraca.for
    ORACA.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s bnddsc.for
    BNDDSC.FOR)
    INFO: (cd
    /export/home/oracle/product/10.2.2/precomp/public ; ln -s seldsc.for
    SELDSC.FOR)
    INFO: End output from spawned process.
    INFO:
    INFO: Calling Action
    unixActions10.2.0.1.0 make
         installMakePath = /usr/ccs/bin/make
    installMakeFileName =
    /export/home/oracle/product/10.2.2/precomp/lib/ins_precomp.mk
    installTarget = relink
         installArguments =
    ORACLE_HOME=/export/home/oracle/product/10.2.2,EXENAME=proc
    undoMakeFileName = null
         undoTarget = null
         undoArguments = null
    logFile = /export/home/oracle/product/10.2.2/install/make.log
    progMsg = Linking proc
    INFO: The output of this make operation is
    also available at:
    '/export/home/oracle/product/10.2.2/install/make.log'
    INFO:
    INFO:
    Start output from spawned process:
    INFO:
    INFO:
    INFO: Linking
    /export/home/oracle/product/10.2.2/precomp/lib/proc
    INFO: ld:
    INFO:
    fatal:
    INFO: library -l
    INFO: clntsh
    INFO: : not found
    INFO:
    INFO: ld:
    INFO: fatal:
    INFO: file processing errors. No output written to
    INFO: /export/home/oracle/product/10.2.2/precomp/lib/proc
    INFO:
    INFO:
    *** Error code 1
    The following command caused the error:
    echo "Linking
    /export/home/oracle/product/10.2.2/precomp/lib/proc"; \
    rm -f
    /export/home/oracle/product/10.2.2/precomp/lib/proc; \
    /usr/ccs/bin/ld -o
    /export/home/oracle/product/10.2.2/precomp/lib/proc -
    L/export/home/oracle/product/10.2.2/precomp/lib/ -
    L/export/home/oracle/product/10.2.2/lib/ -dy
    /export/home/oracle/product/10.2.2/lib/prod/lib/crti.o
    /export/home/oracle/product/10.2.2/lib/prod/lib/crt1.o
    /export/home/oracle/product/10.2.2/lib/s0m
    INFO: ain.o
    /export/home/oracle/product/10.2.2/precomp/lib/pdc.o
    /export/home/oracle/product/10.2.2/precomp/lib/pds.o
    /export/home/oracle/product/10.2.2/precomp/lib/libproc2.a
    /export/home/oracle/product/10.2.2/lib/libslax10.a
    /export/home/oracle/product/10.2.2/precomp/lib/libpgp.a -lpls10 -
    lplp10 /export/home/oracle/product/10.2.2/lib/libplc10.a -lsnls10 -
    lunls10 -lnls10
    /export/home/oracle/product/10.2.2/rdbms/lib/kpudfo.o -lclntsh `cat
    /export/home/oracle/product/10.2.2/lib/ldflags` -lnsslb10 -
    lncrypt10
    INFO: -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /export/home/oracle/product/10.2.2/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
    /export/home/oracle/product/10.2.2/lib/ldflags` -lnsslb10 -
    lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat
    /export/home/oracle/product/1
    INFO: 0.2.2/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
    /export/home/oracle/product/10.2.2/lib/sy
    INFO: sliblist` -R
    /opt/SUNWcluster/lib:/export/home/oracle/product/10.2.2/lib:/opt/ORC
    Lcluster/lib/ -Y
    P,:/opt/SUNWcluster/lib:/opt/ORCLcluster/lib/:/usr/ccs/lib:/usr/lib
    -Qy -lc -lrt -laio -lposix4 -lm
    /export/home/oracle/product/10.2.2/lib/prod/lib/crtn.o; \
    /bin/chmod
    755 /export/home/oracle/product/10.2.2/precomp/lib/proc
    INFO: make:
    Fatal error: Command failed for target
    `/export/home/oracle/product/10.2.2/precomp/lib/proc'
    INFO: End
    output from spawned process.
    INFO:
    INFO: Exception thrown from
    action: make
    Exception Name: MakefileException

    895824 wrote:
    I am installing oracle 10g(10202_database_soxl86)on solaris 10 (sol-10-u10-ga2-x86-dvd.iso) throgh VMware workstation 7.1.4
    I fellowing the steps below:
    1、 # pkgadd -R /cdrom/Solaris_10/Product SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt SUNWgcc
    2、 # mkdir -p /export/home/app/oracle
    # chown -R oracle:oinstall /export/home/app/oracle
    3、 # groupadd oinstall
    # groupadd dba
    # useradd -g oinstall -G dba -s /usr/bin/bash -d /export/home/app/oracle oracle
    # passwd oracle
    4、$vi .profile
    export ORACLE_BASE=/export/home/app
    export ORACLE_HOME=$ORACLE_BASE/oracle
    export ORACLE_SID=sun
    export PATH=$ORACLE_HOME/bin:$PATH
    export DISPLAY=192.168.0.1:0.0
    stty erase ^h
    $ env | grep ORA
    results: ORACLE_BASE=/export/home/app
    ORACLE_HOME=/export/home/app/oracle
    ORACLE_SID=sun
    $ env | grep DIS
    results:DISPLAY=192.168.0.1:0.0
    5、# uname -a
    result:SunOS solaris10 5.10 Generic_147441-01 i86pc i386 i86pc
    # isainfo -v
    result:32-bit i386 applications
    pclmulqdq aes sse4.2 sse4.1 ssse3 popcnt tscp sse3 sse2 sse fxsr mmx
    cmov sep cx8 tsc fpu
    6、# df -k
    Filesystem kbytes used avail capacity Mounted on
    swap 2437932 112 2437820 1% /tmp
    7 、# cd /tmp
    # unzip / 10202_database_soxl86.zip
    # chown -R oracle:oinstall database/
    8、 # su - oracleLook no further. You modified your .profile to set the environment, but you did that as root, then did an su to oracle. That oracle session never saw the environment changes (ORACLE_HOME, etc) you did to your (root) profile. All Oracle specific tasks should be done logged on as the oracle software owner - oracle. Once root made the necessary prereqs at the OS level (pkgadd, groupadd, useradd) you should have logged off as root and logged on as oracle, THEN proceeded to fix your .profile, etc., and run the installer. NEVER act as a dba while logged on as root. NEVER log on as root to do ANYTHING that does not REQUIRE root access.
    $ cd /tmp/database
    $ ./runInstaller
    <snip>

  • Error when Installing Oracle on Linux

    Hi Guys,
    Hope u guys can help. Im installing oracle 8 on suse 9 to perform a system copy (this is a target system). but stuck in phase linking Oracle 8 :
    Error in invoking target install of makefile ../../ins_sqlplus.mk
    when i tried to install it manually :
    make -f ins_sqlplus.mk install, it came out an error that says libclntsh.so: undefined reference to '__ctype_toupper'
    Any one can help me with this?
    Thanks

    Hi,
    if you already looked at the PAM - i wonder why asking for such an OS related problem.
    > So the only option I have is to update the OS and do the migration there.Is Oracle 9 backward compatible? i.e I copy the offline data (Oracle 8) to Oracle 9
    If you just want to copy the oracle control-/datafiles, etc. - no it will not work. You have to do a normal oracle upgrade to get your Oracle 8i database running on Oracle 9i.
    Regards
    Stefan

  • Error in invoking ntcontab.o while installing Oracle 9.2.0.1.0 in Solaris 9

    Hi all,
    Pre-installation:
    I install the oracle with user "oracle" which belongs to "dba" group.
    The environment variables are
    PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,Ultra-80/sbin:/opt/sun/bin:/opt/SUNWexplo/bin
    LD_LIBRARY_PATH=/usr/openwin/lib
    OPENWINHOME=/usr/openwin
    ORACLE_OWNER=oracle
    Also, i created /oracle folder for the installation of oracle
    Synonym:
    While installing oracle, I was encountered the error in invoking target ntcontab.o of makefile /oracle/OraHome92/network/lib/ins_net_client.mk while installing Oracle 9.2.0.1.0 in Solaris 9 unix machine.
    The content of /oracle/OraHome92/install/make.log is as follows
    /usr/ccs/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/oracle/OraHome92
    (if [ "assemble" = "compile" ] ; then \
    /oracle/OraHome92/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /oracle/OraHome92/lib/ntcontab.o ;\
    mv ntcontab.o /oracle/OraHome92/lib ;\
    /usr/ccs/bin/ar rv /oracle/OraHome92/lib/libn9.a /oracle/OraHome92/lib
    /ntcontab.o ; fi)
    (if [ "assemble" = "assemble" ] ; then \
    /oracle/OraHome92/bin/gennttab > ntcontab.s ;\
    /usr/ccs/bin/as -xarch=v9 -P -o ntcontab.o ntcontab.s ;\
    rm -f /oracle/OraHome92/lib/ntcontab.o ;\
    mv ntcontab.o /oracle/OraHome92/lib ;\
    /usr/ccs/bin/ar rv /oracle/OraHome92/lib/libn9.a /oracle/OraHome92/lib
    /ntcontab.o ; fi)
    Error in finding run directory. Using default /opt/SUNWspro/binerror: Unable to
    find current directory
    *** Error code 1
    make: Fatal error: Command failed for target `ntcontab.o'
    Could anyone give me a suggestion how to fix the problem.
    It's urgent
    Many thanks,
    Kelvin

    If someone having above problem....
    umount partitions where installing oracle and then check perrmisions to mount point and mount back.
    This work for me.
    Thanks

  • ORA-01017 error in Database Configuration Assistant when installing Oracle

    I am installing Oracle 9i, 9.0.1.1, on an NT Workstation.
    When I get to the Database Configuration Assistant step, after the software has been installed, I get an error when the database is being created:
    ORA-01017 Invalid Username/Password; Login denied
    I have tried several times with different database creations. The first time I got the error was when I did a custom database creation, the other time was when I created a general purpose database, which clones an existing database onto the NT workstation.
    The NT system that I am using had an earlier version of Oracle installed on it, which I completely uninstalled.
    Any ideas what might be wrong?

    Deepak_DBA wrote:
    hi,
    you might have deleted the instance manually..
    oradim -delete -sidHence,
    ebrian wrote:
    Did you already remove the Windows service associated with the database?

  • Env settings for oracle user ,  when installing Oracle on linux

    Good Morning Oracle Experts ;
    Basicallly my major subject is Electrical and Electronics
    I am very new to ORACLE/LINUX [ LEARNING  ORACLE  DBA ] Technology.
    I have THREE questions .. Please help me to understand oracle concepts.
    QUES  1 :
    i am getting confused about “setting bash_profile” and it’s contents
    I googled , it said to set env variables for oracle user. Ok .
    Can anyone explain clearly what exactly happens when “ setting bash_profile ” ?
    MY   BASH_PROFILE SETTINGS
    My  bash_profile having  following contents  :
    +# Oracle Settings+
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=TSH1; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    +#LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL+
    +if [ $USER = "oracle" ]; then+
    +if [ $SHELL = "/bin/ksh" ]; then+
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    QUES  2 :
    Please  note  : This  url  says   lot of  env  variables
    http://www.idevelopment.info/data/Oracle/DBA_tips/Unix/UNIX_4.shtml
    2 . In my case , Why following env variables *[LD_ LIBRARY_PATH , CLASS_PATH , PATH]* are missing ?
    My  pc  showing  only  four  env variables   $ env  |  grep  -e  ORA  -e  TNS
    ORACLE_SID=TSH1
    ORACLE_BASE=/u01/app/oracle
    ORACLE_TERM=xterm
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    QUES 3 :
    *[ LD_ LIBRARY_PATH , CLASS_PATH , PATH ]*
    *Are  they  [ above mentioned  env  variables] necessary (or) not necessary for oracle DB ?*
    When listing  env  variables ,  why   they  are  not  displayed  ? (anything  wrong ) ?
    As  a  beginner , I expect  some  clean  technical  information    to  improve my knowledge  ..
    Thanks in advance ;

    Required Output
    *$ id*
    uid=502(oracle) gid=502(oinstall) groups=502(oinstall),503(dba)
    *$ env | sort*
    CLASSPATH=/u01/app/oracle/product/10.2.0/db_1/JRE:/u01/app/oracle/product/10.2.0/db_1/jlib:/u01/app/oracle/product/10.2.0/db_1/rdbms/jlib
    COLORTERM=gnome-terminal
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-s2yfterD04
    DESKTOP_SESSION=default
    DISPLAY=:0.0
    G_BROKEN_FILENAMES=1
    GDMSESSION=default
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-oJUn3E/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=linuxserver
    INPUTRC=/etc/inputrc
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    ORACLE_SID=TSH1
    ORACLE_TERM=xterm
    PATH=/u01/app/oracle/product/10.2.0/db_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    PWD=/home/oracle
    SESSION_MANAGER=local/linuxserver:/tmp/.ICE-unix/4394
    SHELL=/bin/bash
    SHLVL=2
    SSH_AGENT_PID=4450
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-cbAqMq4394/agent.4394
    TERM=xterm
    TMP=/tmp
    USER=oracle
    _=/usr/bin/env
    WINDOWID=42039592
    XAUTHORITY=/home/oracle/.Xauthority

  • Please reply.Error in invoking target 'install' of ..../ins_ctx.mk'

    Hi,
    I am trying to install Oracle 10.2.0.1(64 bit) on RHEL 4.0(2.6.9-5.ELsmp). When installation was on linking stage i got three error messages which are given below.
    (1)Error in invoking target 'install' of makefile '/oracle/app/oracle/product/10.2.0/db_2/ctx/lib/ins_ctx.mk'.
    (2)Error in invoking target 'agent nmo nmb' of makefile '/oracle/app/oracle/product/10.2.0/db_2/sysman/lib/ins_sysman.mk'.
    (3)Error in invoking target 'all_no_orcl' of makefile '/oracle/app/oracle/product/10.2.0/db_2/rdbms/lib/ins_rdbms.mk'
    Due to this errors, installation of Oracle was not successfull. Can you please tell me what is causing this errors?
    I have followed all steps given on following link eventhough it is throwing these errors.
    http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html#rhel4
    Please help in this matter as soon as possible.
    Regards,
    RJ.
    Message was edited by:
    RJiv

    Make sure you have followed all steps according to the platform's install guide and you have met all prerequisites (verify all required install packages and in case you have done so, don't skip the prerequisites warning). It could also be an issue with the 64 bit library path.
    ~ Madrid

  • OMS 12c Upgrade Stuck at this error Error in invoking target 'client_shared

    Hi All
    We are Upgrading OMS from 11.1 to 12c
    stuck at this error after invoking runInstaller
    Following 1 system upgrade. (graphical mode).
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: /opt/app/wls/oms12c/oms/bin/genclntsh
    INFO: make: execvp: /opt/app/wls/oms12c/oms/bin/genclntsh: Permission denied
    INFO: make: *** [client_sharedlib] Error 127
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'client_sharedlib' of makefile '/opt/app/wls/oms12c/oms/rdbms/lib/ins_rdbms.mk'. See '/opt/app/oraInventory/logs/installActions2012-08-02_06-38-02-PM.log' for details.
    Exception Severity: 1
    INFO: POPUP WARNING:Error in invoking target 'client_sharedlib' of makefile '/opt/app/wls/oms12c/oms/rdbms/lib/ins_rdbms.mk'. See '/opt/app/oraInventory/logs/installActions2012-08-02_06-38-02-PM.log' for details.
    Click "Retry" to try again.
    Click "Ignore" to ignore this error and go on.
    Click "Cancel" to stop this installation.
    Please Advise
    Edited by: TechAdmin on Aug 2, 2012 4:09 PM
    Edited by: TechAdmin on Aug 2, 2012 4:11 PM

    I installed all the packages and it allowed me to proceed furthur
    but now it throws another error saying that
    The log says "ORA-12003: materialized view "SYSMAN"."MGMT_ECM_MD_ALL_TBL_COLUMNS" does not exist" during the OMS Upgrade using graphical mode.
    We are not sure if that Materialized view ever exists on it or not.
    Please advise
    Below is the detailed log :
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:exiting the thread...
    INFO: oracle.sysman.top.oms:[Initializing the EM RCU Runner, Failed Parameter Validation]
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /opt/app/wls/OMS12c/oms/sysman/log/schemamanager/m_073012_1147_AM/m_073012_1147_AM.TRANSX/
    INFO: oracle.sysman.top.oms:The transx command execution is completed with the status 255
    INFO: oracle.sysman.top.oms:The transx action failed, Run the RepManager with -action transx
    INFO: oracle.sysman.top.oms:process_id:dr40kpyuxcpe
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:1 error(s) happened in performing the action:
    INFO: oracle.sysman.top.oms:1):
    ORA-12003: materialized view "SYSMAN"."MGMT_ECM_MD_ALL_TBL_COLUMNS" does not exist
    File:/opt/app/wls/OMS12c/oms/sysman/admin/emdrep/sql/core/11.2.0.1/ecm/ecm_tables_alter.sql
    Statement:DROP MATERIALIZED VIEW MGMT_ECM_MD_ALL_TBL_COLUMNS
    INFO: oracle.sysman.top.oms:The plug-in Repository Upgrade has failed its perform method
    The other logs at <OMS_HOME>sysman/log/schemamanager/* says that the index is missing we checked our backups and all other possible ways to find if that index ever existed but we dont see anything as such.
    2012-08-06 12:07:54,476 [t970bytvwebs] INFO emschema.t970bytvwebs - index on mgmt_messages found: true on try: 196
    2012-08-06 12:08:00,479 [t970bytvwebs] INFO emschema.t970bytvwebs - index on mgmt_messages found: true on try: 197
    2012-08-06 12:08:06,570 [t970bytvwebs] INFO emschema.t970bytvwebs - repos connection is not null, using old one
    2012-08-06 12:08:06,571 [t970bytvwebs] INFO emschema.t970bytvwebs - executing: SELECT count(*) FROM all_objects WHERE object_name='MGMT_MESSAGES_IDX_01' AND owner='SYSMAN'
    2012-08-06 12:08:06,572 [t970bytvwebs] INFO emschema.t970bytvwebs - index on mgmt_messages found: true on try: 198
    2012-08-06 12:08:12,574 [t970bytvwebs] INFO emschema.t970bytvwebs - index on mgmt_messages found: true on try: 199
    2012-08-06 12:08:18,576 [t970bytvwebs] INFO emschema.t970bytvwebs - not found index on mgmt_messages
    2012-08-06 12:08:18,576 [t970bytvwebs] INFO emschema.t970bytvwebs - error: not found index on mgmt_messages for transx repos user exists: true mgmt_messages exists: true; index on mgmt_messages exist: false; found connection for repos user: true
    2012-08-06 12:08:18,576 [t970bytvwebs] ERROR emschema.t970bytvwebs - Failed Parameter Validation
    2012-08-06 12:08:18,576 [t970bytvwebs] ERROR emschema.t970bytvwebs - NULL Exception was thrown!
    2012-08-06 12:08:18,576 [t970bytvwebs] ERROR emschema.t970bytvwebs - Failed Parameter Validation
    we never had that index in our database.so that we could go back and check if that exits
    Please suggest a solution for this.
    Thanks
    Unfortunately we dont have any other database to compare it to see wether it exits
    Edited by: TechAdmin on Aug 6, 2012 11:34 AM

  • Error in invoking target 'relink' of makefile precomp//lib/ins_precomp.mk

    Hi Experts,
    I am getting following error while installing oracle at the linking phase
    ORACLE 10.2 /AIX 5.3
    Error in invoking target 'relink' of makefile '/oracle/DNB/102_64/precomp/lib/ins_precomp.mk'.
    See '/oracle/oraInventory/logs/installActions2007-05-15_03-35-04PM.log' for details.
    And the make.log has following entry
    SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid values are between 4 and 915.
    ld: 0711-251 SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid values are between 4 and 915.
    ld: 0711-866 INTERNAL ERROR: Output symbol table size miscalculated.
    ld: 0711-759 INTERNAL ERROR: Source file xoutxx.c, line 470.
    Depending on where this product was acquired, contact your service
    representative or the approved supplier.
    make: The error code from the last command is 16.
    Regards
    Arif AHmed
    919820008732
    make.log
    ld: 0711-870 WARNING: Symbol table entry 17 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 18. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 115 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 251 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 252) in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    The symbol refers to a csect with symbol number 0, which was not
    found. The new symbol cannot be associated with a csect and
    is being ignored.
    ld: 0711-870 WARNING: Symbol table entry 7 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 1. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 8 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 17 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-251 SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid values are between 4 and 915.
    ld: 0711-251 SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid values are between 4 and 915.
    ld: 0711-866 INTERNAL ERROR: Output symbol table size miscalculated.
    ld: 0711-759 INTERNAL ERROR: Source file xoutxx.c, line 470.
    Depending on where this product was acquired, contact your service
    representative or the approved supplier.
    make: The error code from the last command is 16.
    Stop.
    Install Action
    ld: 0711-870 WARNING: Symbol table entry 7 in object /oracle/DNB/102_64/lib//libnnz10.a[pk
    INFO: cs11db.o]:
    Unknown symbol type 1. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 8 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 17 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz1
    INFO: 0.a[pkcs11db.o]:
    Unknown symbol type 18. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 115 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 251 in object /oracle/DNB/102_64/lib//libnnz10.a[pkcs11db.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 252) in object /oracle/DNB
    INFO: /102_64/lib//libnnz10.a[pkcs11db.o]:
    The symbol refers to a csect with symbol number 0, which was not
    found. The new symbol cannot be associated with a csect and
    is being ignored.
    ld: 0711-870 WARNING: Symbol table entry 7 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 1. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 8 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 0. The symbol is being copied to the
    INFO: output file.
    ld: 0711-870 WARNING: Symbol table entry 17 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-251 SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid values are between 4 and 915.
    ld: 0711-251 SEVERE ERROR: Symbol table entry 18 in object /oracle/DNB/102_64/lib//libnnz10.a[truntim.o]:
    Field n_offset contains 56885504. Valid val
    INFO: ues are between 4 and 915.
    ld: 0711-866 INTERNAL ERROR: Output symbol table size miscalculated.
    INFO: ld: 0711-759 INTERNAL ERROR: Source file xoutxx.c, line 470.
    Depending on where this product was acquired, contact your service
    representative or the approved supplier.
    INFO: make: The error code from the last command is 16.
    Stop.
    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 '/oracle/DNB/102_64/precomp/lib/ins_precomp.mk'. See '/oracle/oraInventory/logs/installActions2007-05-17_11-25-50AM.log' for details.
    Exception Severity: 1
    INFO: Exception handling set to prompt user with options to Retry Ignore
    User Choice: Retry
    INFO: The output of this make operation is also available at: '/oracle/DNB/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: Linking /oracle/DNB/102_64/precomp/lib/proc
    System Information
    <Host>:/oracle/DNB/install/ORA>lsps -a
    Page Space Physical Volume Volume Group Size %Used Active Auto Type
    paging01 hdiskpower4 swapvg 10240MB 1 yes yes lv
    paging00 hdiskpower4 swapvg 10240MB 1 yes yes lv
    hd6 hdisk0 rootvg 2048MB 1 yes yes lv
    <Host>:/oracle/DNB/install/ORA>lsattr -El sys0 -a realmem
    realmem 4194304 Amount of usable physical memory in Kbytes False
    <Host>:/oracle/DNB/install/ORA>lsdev | grep aio
    aio0 Available Asynchronous I/O (Legacy)
    posix_aio0 Available Posix Asynchronous I/O
    <Host>:/oracle/DNB/install/ORA>lsattr -EHl sys0 | grep maxuproc
    maxuproc 2048 Maximum number of PROCESSES allowed per user True
    <Host>:/oracle/DNB/install/ORA>oslevel -s
    5300-05-03
    <Host>:/oracle/DNB/install/ORA>lsuser oradnb
    oradnb id=3861 pgrp=dba groups=dba,oper,sapinst home=/oracle/DNB shell=/bin/csh gecos=SAP Database Administrator login=true su=true rlogin=true daemon=true admin=false sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=files SYSTEM=compat or LDAP logintimes= loginretries=0 pwdwarntime=0 account_locked=false minage=0 maxage=0 maxexpired=-1 minalpha=0 minother=0 mindiff=0 maxrepeats=8 minlen=0 histexpire=0 histsize=0 pwdchecks= dictionlist= fsize=-1 cpu=-1 data=-1 stack=-1 core=8388604 rss=65536 nofiles=2000 fsize_hard=-1 cpu_hard=-1 data_hard=-1 stack_hard=-1 core_hard=8388604 roles=
    <Host>:/oracle/DNB/install/ORA>java -fullversion
    java full version "J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20061124 (SR7)"
    Checking the Software Requirements on AIX
    http://download-east.oracle.com/docs/html/B10811_05/ch2.htm#i1009960
    <Host>:/oracle/<SID>/install/ORA>oslevel -r
    5300-05
    <Host>:/oracle/<SID>/install/ORA>lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.perfstat \
    > bos.perf.libperfstat bos.perf.proctools
    Fileset Level State Description
    Path: /usr/lib/objrepos
    bos.adt.base 5.3.0.51 COMMITTED Base Application Development
    Toolkit
    bos.adt.lib 5.3.0.50 COMMITTED Base Application Development
    Libraries
    bos.adt.libm 5.3.0.40 COMMITTED Base Application Development
    Math Library
    bos.perf.libperfstat 5.3.0.50 COMMITTED Performance Statistics Library
    Interface
    bos.perf.perfstat 5.3.0.50 COMMITTED Performance Statistics
    Interface
    bos.perf.proctools 5.3.0.50 COMMITTED Proc Filesystem Tools
    Path: /etc/objrepos
    bos.perf.libperfstat 5.3.0.0 COMMITTED Performance Statistics Library
    Interface
    bos.perf.perfstat 5.3.0.50 COMMITTED Performance Statistics
    Interface
    <Host>:/oracle/<SID>/install/ORA>/usr/sbin/instfix -i -k "IY43980 IY44810 IY45462 IY45707 IY46214 IY46605 \
    > IY48525 IY51801 IY56024"
    There was no data for IY43980 in the fix database.
    There was no data for IY44810 in the fix database.
    There was no data for IY45462 in the fix database.
    There was no data for IY45707 in the fix database.
    There was no data for IY46214 in the fix database.
    There was no data for IY46605 in the fix database.
    All filesets for IY48525 were found.
    There was no data for 5 in the fix database.
    There was no data for IY51801 in the fix database.
    There was no data for IY56024 in the fix database.
    <Host>:/oracle/<SID>/install/ORA>lslpp -l X11.motif.lib mqm.Client.Bnd mqm.Server.Bnd
    Fileset Level State Description
    Path: /usr/lib/objrepos
    X11.motif.lib 5.3.0.50 COMMITTED AIXwindows Motif Libraries
    lslpp: 0504-132 Fileset mqm.Client.Bnd not installed.
    lslpp: 0504-132 Fileset mqm.Server.Bnd not installed.
    <Host>:/oracle/<SID>/install/ORA>lslpp -l bos.rte.aio
    Fileset Level State Description
    Path: /usr/lib/objrepos
    bos.rte.aio 5.3.0.51 COMMITTED Asynchronous I/O Extension
    Path: /etc/objrepos
    bos.rte.aio 5.3.0.0 COMMITTED Asynchronous I/O Extension
    <Host>:/oracle/<SID>/install/ORA>/usr/sbin/instfix -i -k "IY48526 IY47055 IY40034"
    There was no data for IY48526 in the fix database.
    There was no data for IY47055 in the fix database.
    There was no data for IY40034 in the fix database.

    Dear @Prince Jose
    how to enamble CIO?
    maybe your can give a step by step..
    regards,
    RhA

  • Error in invoking target 'ioracle' of makefile

    Hi master,
    I will have problem about installation oracle, I install oracle 10g with OS aix 6.1
    and show message her :
    Error in invoking targer 'ioracle' of makefile '/oracle/SBX/102_64/rdbms/lib/ins_rdbms.mk'
    see 'oracle/orainventory/logs/installActions2013-08-26_10-31-15AM.log' for detail
    error picture:
    http://www.freeimagehosting.net/12ysz
    And this log from oracle/orainventory/logs/installActions2013-08-26_10-31-15AM.log
    https://docs.google.com/file/d/0Bx1F0jPrlV1AZUx6RHVOdnpMWXM/edit?usp=sharing
    INFO: 1 SEVERE ERROR: Symbol table entry 243 in object /oracle/SBX/102_64/lib//libpls10.a[pdz7.o]:
      Field n_offset contains -1895628800. Valid values are between 4 and 5342.
    ld: 0711-563 ERROR: Symbol ?BAD? (entry 243) in object /oracle/SBX/102_64/lib//libpls10.a[pdz7.o]:
      The n_scnum field contains 0.
      The section number must be between 1 and 4.
    INFO:
    ld: 0706-010 The binder was killed by a signal: Segmentation fault
      Check for binder messages or use local problem reporting procedures.
    make: The error code from the last command is 254.
    Stop.
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ioracle' of makefile '/oracle/SBX/102_64/rdbms/lib/ins_rdbms.mk'. See '/oracle/oraInventory/logs/installActions2013-08-26_10-31-15AM.log' for details.
    Exception Severity: 1
    I hope can be resolv.

    @srini,
    My case is:
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ioracle' of makefile '/oracle/SBX/102_64/rdbms/lib/ins_rdbms.mk'. See '/oracle/oraInventory/logs/installActions2013-08-26_10-31-15AM.log' for details.
    the my master oracle can install at aix 6.1
    This proses installation can't make file.mk,
    you must see this scren shoot: http://www.freeimagehosting.net/12ysz
    and my log : https://docs.google.com/file/d/0Bx1F0jPrlV1AZUx6RHVOdnpMWXM/edit
    maybe can tell my  problem..
    regard

  • Oracle 9i, "Error in invoking target install of..."

    Hi :),
    When running the Ora9i Universal Installer, I got this pop-up window error:
    " Error in invoking target install of makefile /opt/oracle/OraHome1/plsql/lib/ins_plsql.mk "
    I tried to fix it as explained in http://www.puschitz.com/InstallingOracle9i.shtml#OracleInstallationErrors but after executing the genclntsh script I got this message:
    collect2: ld terminated with signal 11 [Segmentation fault]
    ar: creating /opt/oracle/OraHome1/lib/libclntst9.a
    Created /opt/oracle/OraHome1/lib/libclntst9.a
    Could you please give me a hand with this?
    Cheers!
    p.s. I'm using Linux Debian sid
    Message was edited by:
    Q

    Thanks mdtaylor and Madrid....
    I don't want to use other dist, I'm in love w/Debian!.
    Well, I really appreciate your help guys!, It is working now... I had to install gcc 2.95 and I read the info of the link that Madrid said and it's reaaaally usefull, thanks Madrid!!
    I made it work downgrading binutils from 2.17 sid version to the oldstable version, which is 2.15

  • Error in invoking target 'install' of makefile - Oracle Database 11g Releas

    Error in invoking target 'install' of makefile '/home/oracle/B/product/11g/ctx/lib/ins_ctx.mk'. See '/home/oracle/app/oraInventory/logs/installActions2012-03-19_03-17-52PM.log' for details.
    OS : Oracle Linux - Red Hat Enterprise Linux Server release 6.2
    Oracle : 11g Release 2
    Edited by: user13426437 on Mar 20, 2012 10:04 AM

    Here is the error message
    INFO: gcc -o ctxhx -m64 -L/home/oracle/B/product/11g/ctx/lib/ -L/home/oracle/B/product/11g/lib/ -L/home/oracle/B/product/11g/lib/stubs/ /home/oracle/B/product/11g/ctx/lib/
    ctxhx.o -L/home/oracle/B/product/11g/ctx/lib/ -lm -lsc_fa -lsc_ex -lsc_da -lsc_ca -lz -lctxhx -Wl,-rpath,/home/oracle/B/product/11g/ctx/lib -lsnls11 -lnls11 -lcore11 -lsn
    ls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11 `cat /home/oracle/B/product/11g/lib/sysliblist`
    INFO: /usr/bin/ld: warning: libstdc++.so.5, needed by /home/oracle/B/product/11g/ctx/lib//libsc_fa.so, not found (try using -rpath or -rpath-link)
    /home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `__cxa_pure_virtual@CXXABI_1.2'
    /home/oracle/B/product/11g/ctx/lib//libsc_fa.so: undefined reference to `__gxx_personality_v0@CXXABI_1.2'
    /home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `
    INFO: vtable for __cxxabiv1::__class_type_info@GLIBCPP_3.2'
    /home/oracle/B/product/11g/ctx/lib/libsc_ch.so: undefined reference to `__gxx_personality_v0'
    /home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info@GLIBCPP_3.2'
    /home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `std::ios_base::Init::Init()@GLIBCPP_3.2'
    /home/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `std::ios_base::Init::~Init()@GLIBCPP_3.2'
    /h
    INFO: ome/oracle/B/product/11g/ctx/lib/libwv_core.so: undefined reference to `operator delete(void*)@GLIBCPP_3.2'
    collect2: ld returned 1 exit status
    INFO: make: *** [ctxhx] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'install' of makefile '/home/oracle/B/product/11g/ctx/lib/ins_ctx.mk'. See '/home/oracle/app/oraInventory/logs/installActions2012-03-19_03-17-52PM.log' for details.
    Exception Severity: 1
    INFO: Linking Text executables
    INFO: Linking Text executables
    INFO: The output of this make operation is also available at: '/home/oracle/B/product/11g/install/make.log'
    INFO:

Maybe you are looking for