Error in invoking target 'dm_on ioracle' of makefile 'rdbms/../ins_rdbms.mk

Hello All.
I am trying to install Oracle Application Server 10g release 2(1.2.0.2) on
Red Hat Enterprise Linux ES Release 4 64 bits. But got the following errors.
End output from spawned process.
Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target 'dm_on ioracle' of makefile '/oracle/ias/infra10g1202/rdbms/lib/ins_rdbms.mk'.
See '/oracle/ias/oraInventory/logs/installActions2006-08-07_01-55-22AM.log' for details.
Exception Severity: 1
My OS is
$>cat /etc/issue
Red Hat Enterprise Linux ES release 4 (Nahant Update 3)
$>cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 3)
According to Oracle Application server installation guide 10g release 2 (10.1.2) for linux x86 B19310-01 (page 4-11)
The Software requirements for red hat enterprise linux AS/ES 4.0 system is
http://www.oracle.com/technology/products/ias/bpel/documents/b16226.pdf
glibc-2.3.4-2.19
glibc-common-2.3.4-2.19
binutils-2.15.92.0.2-18
compat-libstdc++-296-2.96-132.7.2
gcc-3.4.5-2
gcc-c++-3.4.5-2
libstdc++-3.4.5-2
libstdc++-devel-3.4.5-2
openmotif21-2.1.30-11.RHEL4.5
pdksh-5.2.14-30.3
setarch-1.6-1
make-3.80-5
gnome-libs-1.4.1.2.90-44.1
sysstat-5.0.5-7.rhel4
compat-db-4.1.25-9
control-center-2.8.0-12.rhel4.2
xscreensaver-4.18-5.rhel4.10
But the OU installer looking for compat-libstdc++-devel-7.3-2.96.128 and compat-libstdc++-7.3-2.96.128 packages. But they are not
mentioned in the requirement software for ES 4.0 and there is no one for ES 4.0. What i have to do.
Checking recommended operating system packages.
Checking for compat-libstdc++-devel-7.3-2.96.128; found Not found. Failed <<<<
Checking for compat-libstdc++-7.3-2.96.128; found Not found. Failed <<<<
The overall result of this check is: Failed<<<<
I tried to link them from another session but unsuccessful.

I too had both these issues and a previous one (ntcontab.o of makefile ins_net_client.mk). Here's my 2 cents.
Installing OAS 10gR2 Infrastructure on RHEL 4 Update 4 64 bit.
I had the following, as per the Installation Guide and Release Notes.
binutils-2.15.92.0.2.21 (x86_64)
compat-db-4.1.25.9 (i386)
compat-db-4.1.25.9 (x86_64)
compat-gcc-32-3.2.3.47.3 (x86_64)
compat-gcc-32-c++-3.2.3.47.3 (x86_64)
compat-libgcc-296-2.96.132.7.2 (i386)
compat-libstdc++-33-3.2.3.47.3 (i386)
compat-libstdc++-33-3.2.3.47.3 (x86_64)
control-center-2.8.0.12.rhel4.5 (x86_64)
gcc-3.4.6.3.1 (i386)
gcc-c++-3.4.6.3.1 (x86_64)
glibc-2.3.4.2.25 (i686)
glibc-2.3.4.2.25 (x86_64)
glibc-common-2.3.4.2.25 (x86_64)
glibc-devel-2.3.4.2.25 (i386)
glibc-devel-2.3.4.2.25 (x86_64)
glibc-headers-2.3.4.2.25 (x86_64)
glibc-kernheaders-2.4.9.1.98.EL (x86_64)
gnome-libs-1.4.1.2.90.44.1 (x86_64)
libgcc-3.4.6.3.1 (i386)
libgcc-3.4.6.3.1 (x86_64)
libstdc++-3.4.6.3.1 (i386)
libstdc++-3.4.6.3.1 (x86_64)
libstdc++-devel-3.4.6.3.1 (i386)
libstdc++-devel-3.4.6.3.1 (x86_64)
make-3.80.6.EL4 (i386)
make-3.80.6.EL4 (x86_64)
openmotif-2.2.3.10.RHEL4.5 (i386)
openmotif-2.2.3.10.RHEL4.5 (x86_64)
openmotif21-2.1.30.11.RHEL4.6 (i386)
pdksh-5.2.14.30.3 (i386)
pdksh-5.2.14.30.3 (x86_64)
setarch-1.6.1 (i386)
setarch-1.6.1 (x86_64)
sysstat-5.0.5.11.rhel4 (x86_64)
xscreensaver-4.18.5.rhel4.11 (x86_64)
I encountered the first error. Followed the fix of note 400301.1 (to rename/replace your current gcc binary with a script wrapper for gcc32) ; clicked on "Retry" and... it passed! But then error dm_on ioracle appeared.
I undo'ed the change of gcc (e.g.: renaming my gcc script and reverting to my gcc binary), and immediately installed the following packages; I believed they are not mentioned in the notes:
compat-glibc-2.3.2-95.30.i386
compat-glibc-2.3.2-95.30.x86_64
compat-glibc-headers.2.3.2-95.30.x86_64
gcc-3.4.6-3.1.x86_64
clicked "Retry" and.... it progressed further!
But then I stumbled upon other errors. The logs mentioned something about ld execution not finding -libgcc. I stopped the installation and proceeded to install:
libgcc-3.4.6-3.1.i386
libgcc-3.4.6-3.1.x86_64
I then started the installer from scratch, and the installation was successful!
So ideally, I guess you need:
- All the packages mentioned in this post
- The partial workaround of note 400301.1 SHOULD NOT BE NEEDED.
- Regarding individual packages, be careful that you update (rpm -Uvh) and not install (rpm -ivh) your packages. Try re-installing (or I should say, re-updating) using --force if you already have them there.
Just for the record, nowhere in the documentation are these packages mentioned. I deducted these by comparing the installed rpm's on a server I had previously configured: it was pre-set to host a 10gR2 64bit database (with all it's required rpm's), but was changed to host a OAs10gR2 at the last minute. That's why that installation gave me no headaches.
I hope my notes are clear and useful for you, I'm just extatic that it finally worked :)
Greetings!
Message was edited by:
chibione

Similar Messages

  • Error in invoking target 'dm_on ioracle' with EM installation....

    Error installing Oracle 10g EM Grid Control Release 2 for Linux x86 (looks like Oracle doesn't have a specific one for the 64-bit Linux. The thought was our 64-bit Linux should be able to support both 64-bit and 32-bit applications)
    Encountered error 'Error in invoking target 'dm_on ioracle' of makefile '/u01/app/oracle/OracleHomes/db10g/rdbms/lib/ins_rdbms.mk' during the linking stage.
    Any ideas/ suggestions? Thanks,

    I have this same problem when trying to install OEM Grid Control 10gR2 in Red Hat Enterprise Linux 4:
    # gcc -v
    Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
    Configured with: ../configure prefix=/usr mandir=/usr/share/man infodir=/usr/share/info enable-shared enable-threads=posix disable-checking with-system-zlib enable-__cxa_atexit disable-libunwind-exceptions enable-java-awt=gtk --host=i386-redhat-linux
    Thread model: posix
    gcc version 3.4.6 20060404 (Red Hat 3.4.6-8)
    # g++ -v
    Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
    Configured with: ../configure prefix=/usr mandir=/usr/share/man infodir=/usr/share/info enable-shared enable-threads=posix disable-checking with-system-zlib enable-__cxa_atexit disable-libunwind-exceptions enable-java-awt=gtk --host=i386-redhat-linux
    Thread model: posix
    gcc version 3.4.6 20060404 (Red Hat 3.4.6-8)
    # rpm -qa |grep gcc
    compat-gcc-32-c++-3.2.3-47.3.i386
    gcc-c++-3.4.6-8.i386
    gcc-3.4.6-8.i386
    gcc-java-3.4.6-8.i386
    libgcc-3.4.6-8.i386
    gcc-g77-3.4.6-8.i386
    compat-libgcc-296-2.96-132.7.2.i386
    compat-gcc-32-3.2.3-47.3.i386
    # uname -a
    Linux myoracle.host.com 2.6.9-55.0.12.ELsmp #1 SMP Wed Oct 17 08:19:30 EDT 2007 i686 i686 i386 GNU/Linux
    # ll -a /usr/bin/gcc
    -rwxr-xr-x 2 root root 96344 Mar 2 2007 /usr/bin/gcc
    # ll -a /usr/bin/g++
    -rwxr-xr-x 4 root root 98896 Mar 2 2007 /usr/bin/g++
    What else can I look for?
    Thank you.

  • Error in invoking target 'irman ioracle' of makefile '/opt/oragrid/rdbms/lib/ins_rdbms.mk'

    Hello all,
    I am attempting to install Oracle12c GI on two virtual nodes (in Fusion VMware) and am getting the following error message (Both nodes are configured exactly the same):
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO:
    INFO:  - Linking recovery manager (rman)
    INFO: rm -f /opt/oragrid/rdbms/lib/rman
    INFO: /opt/oragrid/bin/orald -o /opt/oragrid/rdbms/lib/rman -m64 -z noexecstack -Wl,--disable-new-dtags -L/opt/oragrid/rdbms/lib/ -L/opt/oragrid/lib/ -L/opt/oragrid/lib/stubs/   /opt/oragrid/lib/s0main.o /opt/oragrid/rdbms/lib/sskrmed.o /opt/oragrid/rdbms/lib/skrmpt.o -ldbtools12 -lclient12 -lsql12 -lpls12  -lrt -lplp12 -lsnls12 -lunls12 -lnls12 -lslax12 -lpls12  -lrt -lplp12 /opt/oragrid/lib/libplc12.a -lclntsh -lclntshcore  `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnro12 `cat
    INFO:  /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnnz12 -lzt12 -lztkg12 -lztkg12 -lclient12 -lnnetd12  -lvsn12 -lcommon12 -lgeneric12 -lmm -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnro12 `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lclient12 -lnnetd12  -lvsn12 -lcommon12 -lgeneric12   -lsn
    INFO: ls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lclient12 -lnnetd12  -lvsn12 -lcommon12 -lgeneric12 -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12   `cat /opt/oragrid/lib/sysliblist` -Wl,-rpath,/opt/oragrid/lib -lm    `cat /opt/oragrid/lib/sysliblist` -ldl -lm   -L/opt/oragrid/lib
    INFO: test ! -f /opt/oragrid/bin/rman ||\
        mv -f /opt/oragrid/bin/rman /opt/oragrid/bin/rmanO
    INFO: mv /opt/oragrid/rdbms/lib/rman /opt/oragrid/bin/rman
    INFO: chmod 751 /opt/oragrid/bin/rman
    INFO: chmod 755 /opt/oragrid/bin
    INFO:
    INFO:  - Linking Oracle
    INFO: rm -f /opt/oragrid/rdbms/lib/oracle
    INFO: /opt/oragrid/bin/orald  -o /opt/oragrid/rdbms/lib/oracle -m64 -z noexecstack -Wl,--disable-new-dtags -L/opt/oragrid/rdbms/lib/ -L/opt/oragrid/lib/ -L/opt/oragrid/lib/stubs/   -Wl,-E /opt/oragrid/rdbms/lib/opimai.o /opt/oragrid/rdbms/lib/ssoraed.o /opt/oragrid/rdbms/lib/ttcsoi.o -Wl,--whole-archive -lperfsrv12 -Wl,--no-whole-archive /opt/oragrid/lib/nautab.o /opt/oragrid/lib/naeet.o /opt/oragrid/lib/naect.o /opt/oragrid/lib/naedhs.o /opt/oragrid/rdbms/lib/config.o  -lserver12 -lodm12 -lcell12 -lnnet12 -lskgx
    INFO: p12 -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lclient12  -lvsn12 -lcommon12 -lgeneric12 -lknlopt `if /usr/bin/ar tv /opt/oragrid/rdbms/lib/libknlopt.a | grep xsyeolap.o > /dev/null 2>&1 ; then echo "-loraolap12" ; fi` -lskjcx12 -lslax12 -lpls12  -lrt -lplp12 -lserver12 -lclient12  -lvsn12 -lcommon12 -lgeneric12 `if [ -f /opt/oragrid/lib/libavserver12.a ] ; then echo "-lavserver12" ; else echo "-lavstub12"; fi` `if [ -f
    INFO: /opt/oragrid/lib/libavclient12.a ] ; then echo "-lavclient12" ; fi` -lknlopt -lslax12 -lpls12  -lrt -lplp12 -ljavavm12 -lserver12  -lwwg  `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnro12 `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnnzst12 -lzt12 -lztkg12 -lmm -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lztkg12 `cat /opt/oragrid/lib/ldflags`    -lncrypt12
    INFO:  -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnro12 `cat /opt/oragrid/lib/ldflags`    -lncrypt12 -lnsgr12 -lnzjs12 -ln12 -lnl12 -lnnzst12 -lzt12 -lztkg12   -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 `if /usr/bin/ar tv /opt/oragrid/rdbms/lib/libknlopt.a | grep "kxmnsd.o" > /dev/null 2>&1 ; then echo " " ; else echo "-lordsdo12"; fi` -L/opt/oragrid/ctx/lib/ -lctxc12 -lctx12 -lzx12 -lgx12 -lctx12 -lzx12 -lgx12 -lordimt12 -lclsra12 -ldbc
    INFO: fg12 -lhasgen12 -lskgxn2 -lnnzst12 -lzt12 -lxml12 -locr12 -locrb12 -locrutl12 -lhasgen12 -lskgxn2 -lnnzst12 -lzt12 -lxml12  -lgeneric12 -loraz -llzopro -lorabz2 -lipp_z -lipp_bz2 -lippdcemerged -lippsemerged -lippdcmerged  -lippsmerged -lippcore  -lippcpemerged -lippcpmerged  -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12 -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lsnls12 -lunls12  -lsnls12 -lnls12  -lcore12 -lsnls12 -lnls12 -lcore12 -lsnls12 -lnls12 -lxml12 -lcore12
    INFO:  -lunls12 -lsnls12 -lnls12 -lcore12 -lnls12 -lasmclnt12 -lcommon12 -lcore12  -laio -lons    `cat /opt/oragrid/lib/sysliblist` -Wl,-rpath,/opt/oragrid/lib -lm    `cat /opt/oragrid/lib/sysliblist` -ldl -lm   -L/opt/oragrid/lib
    INFO: /
    INFO: usr
    INFO: /
    INFO: bin
    INFO: /
    INFO: ld
    INFO: :
    INFO:
    INFO: cannot
    INFO: 
    INFO: find
    INFO: 
    INFO: -
    INFO: ljavavm12
    INFO:
    INFO: collect2:
    INFO: ld returned 1 exit status
    INFO:
    INFO: make: *** [/opt/oragrid/rdbms/lib/oracle] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'irman ioracle' of makefile '/opt/oragrid/rdbms/lib/ins_rdbms.mk'. See '/opt/oraInventory/logs/installActions2013-11-25_04-25-06PM.log' for details.
    Exception Severity: 1
    Below are my VM specs:
    **************************************************************Installed RPM's*****************************************************************
    cat /etc/redhat-release
    Red Hat Enterprise Linux Server release 6.4 (Santiago)
    rpm -qa gcc
    gcc-4.4.7-3.el6.x86_64
    rpm -qa make
    make-3.81-20.el6.x86_64
    rpm -qa|grep oracle
    oracleasmlib-2.0.4-1.el6.x86_64
    oracle-logos-60.0.14-1.0.1.el6.noarch
    oracle-rdbms-server-12cR1-preinstall-1.0-8.el6.x86_64
    kmod-oracleasm-2.0.6.rh1-2.el6.x86_64
    oraclelinux-release-notes-6Server-9.x86_64
    oraclelinux-release-6Server-4.0.4.x86_64
    oracleasm-support-2.1.8-1.el6.x86_64
    ***************************************************************JAVA***************************************************************************
    java version "1.7.0_45"
    Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
    Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)
    *************************************************************SYSCTL**************************************************************************
    # Kernel sysctl configuration file for Red Hat Linux
    # For binary values, 0 is disabled, 1 is enabled.  See sysctl(8) and
    # sysctl.conf(5) for more details.
    # Controls IP packet forwarding
    net.ipv4.ip_forward = 0
    # Controls source route verification
    net.ipv4.conf.default.rp_filter = 1
    # Do not accept source routing
    net.ipv4.conf.default.accept_source_route = 0
    # Controls the System Request debugging functionality of the kernel
    kernel.sysrq = 0
    # Controls whether core dumps will append the PID to the core filename.
    # Useful for debugging multi-threaded applications.
    kernel.core_uses_pid = 1
    kernel.core_pattern=/var/adm/crash/cores/%e.sig%s
    # Controls the use of TCP syncookies
    net.ipv4.tcp_syncookies = 1
    # Disable netfilter on bridges.
    net.bridge.bridge-nf-call-ip6tables = 0
    net.bridge.bridge-nf-call-iptables = 0
    net.bridge.bridge-nf-call-arptables = 0
    # Controls the default maxmimum size of a mesage queue
    kernel.msgmnb = 65536
    # Controls the maximum size of a message, in bytes
    kernel.msgmax = 65536
    # Controls the maximum shared segment size, in bytes
    # Controls the maximum number of shared memory segments, in pages
    kernel.shmall = 4294967296
    # oracle-rdbms-server-12cR1-preinstall setting for fs.file-max is 6815744
    fs.file-max = 6815744
    # oracle-rdbms-server-12cR1-preinstall setting for kernel.sem is '250 32000 100 128'
    kernel.sem = 250 32000 100 128
    # oracle-rdbms-server-12cR1-preinstall setting for kernel.shmmni is 4096
    kernel.shmmni = 4096
    # oracle-rdbms-server-12cR1-preinstall setting for kernel.shmall is 1073741824 on x86_64
    # oracle-rdbms-server-12cR1-preinstall setting for kernel.shmmax is 4398046511104 on x86_64
    kernel.shmmax = 4398046511104
    # oracle-rdbms-server-12cR1-preinstall setting for net.core.rmem_default is 262144
    net.core.rmem_default = 262144
    # oracle-rdbms-server-12cR1-preinstall setting for net.core.rmem_max is 4194304
    net.core.rmem_max = 4194304
    # oracle-rdbms-server-12cR1-preinstall setting for net.core.wmem_default is 262144
    net.core.wmem_default = 262144
    # oracle-rdbms-server-12cR1-preinstall setting for net.core.wmem_max is 1048576
    net.core.wmem_max = 1048576
    # oracle-rdbms-server-12cR1-preinstall setting for fs.aio-max-nr is 1048576
    fs.aio-max-nr = 1048576
    # oracle-rdbms-server-12cR1-preinstall setting for net.ipv4.ip_local_port_range is 9000 65500
    net.ipv4.ip_local_port_range = 9000 65500
    # The below entries were added and deal with an r_filtering issue oracle wants private interconnects set loose
    net.ipv4.conf.eth4.rp_filter = 2
    net.ipv4.conf.eth6.rp_filter = 2
    net.ipv4.conf.eth1.rp_filter = 1
    *************************************************************Filesystem************************************************************************
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/mapper/vg_oracle12c-lv_root
                          8.9G  3.5G  5.0G  42% /
    tmpfs                 2.2G     0  2.2G   0% /dev/shm
    /dev/sda1             485M  101M  359M  22% /boot
    /dev/mapper/vg_oracle12c-lv_home
                          2.0G   70M  1.9G   4% /home
    /dev/mapper/vg_oracle12c-lv_tmp
                          4.5G  541M  3.7G  13% /tmp
    /dev/mapper/vg_oracle12c-lv_var
                          5.0G  956M  3.8G  20% /var
    /dev/mapper/oracle_vg-oragrid
                           20G  5.0G   14G  27% /opt/oragrid
    .host:/               466G  137G  330G  30% /mnt/hgfs
    *******************************************************************CPU INFO*******************************************************************************
    cat /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 70
    model name : Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
    stepping : 1
    cpu MHz : 2294.967
    cache size : 6144 KB
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm ida arat epb xsaveopt pln pts dts fsgsbase smep
    bogomips : 4589.93
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management:
    processor : 1
    vendor_id : GenuineIntel
    cpu family : 6
    model : 70
    model name : Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
    stepping : 1
    cpu MHz : 2294.967
    cache size : 6144 KB
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm ida arat epb xsaveopt pln pts dts fsgsbase smep
    bogomips : 4589.93
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management:
    processor : 2
    vendor_id : GenuineIntel
    cpu family : 6
    model : 70
    model name : Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
    stepping : 1
    cpu MHz : 2294.967
    cache size : 6144 KB
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm ida arat epb xsaveopt pln pts dts fsgsbase smep
    bogomips : 4589.93
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management:
    processor : 3
    vendor_id : GenuineIntel
    cpu family : 6
    model : 70
    model name : Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
    stepping : 1
    cpu MHz : 2294.967
    cache size : 6144 KB
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm ida arat epb xsaveopt pln pts dts fsgsbase smep
    bogomips : 4589.93
    clflush size : 64
    cache_alignment : 64
    address sizes : 40 bits physical, 48 bits virtual
    power management:
    *******************************************************************************Memory************************************************************************
    free -m
                 total       used       free     shared    buffers     cached
    Mem:          4331       3972        359          0         30       3412
    -/+ buffers/cache:        530       3801
    Swap:        14323          0      14323
    ****************************************************************************Network***************************************************************************
    Note eth0 is NAT and used for internet connectivity, eth1 is the public network (static and accessible to the hypervising machine running fusion ), eth4 and and eth6 are private, and eth3 is connected to an openfiler storage appliance (This is also a VM serving out ISCSI targets).
    eth0      Link encap:Ethernet  HWaddr 00:50:56:22:C6:91
              inet addr:192.168.90.140  Bcast:192.168.90.255  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fe22:c691/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:227 errors:0 dropped:0 overruns:0 frame:0
              TX packets:225 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:24414 (23.8 KiB)  TX bytes:18545 (18.1 KiB)
    eth1      Link encap:Ethernet  HWaddr 00:50:56:3A:AE:95
              inet addr:192.168.3.2  Bcast:192.168.3.255  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fe3a:ae95/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:482561 errors:0 dropped:0 overruns:0 frame:0
              TX packets:450616 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:483728272 (461.3 MiB)  TX bytes:501489666 (478.2 MiB)
    eth3      Link encap:Ethernet  HWaddr 00:50:56:24:40:AB
              inet addr:192.168.5.2  Bcast:192.168.5.255  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fe24:40ab/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:4944 errors:0 dropped:0 overruns:0 frame:0
              TX packets:3817 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:6186232 (5.8 MiB)  TX bytes:346478 (338.3 KiB)
    eth4      Link encap:Ethernet  HWaddr 00:50:56:3F:77:AA
              inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fe3f:77aa/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:1222 errors:0 dropped:0 overruns:0 frame:0
              TX packets:978 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:205198 (200.3 KiB)  TX bytes:168464 (164.5 KiB)
    eth6      Link encap:Ethernet  HWaddr 00:50:56:22:72:E3
              inet addr:192.168.1.3  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::250:56ff:fe22:72e3/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:354 errors:0 dropped:0 overruns:0 frame:0
              TX packets:116 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:54390 (53.1 KiB)  TX bytes:17992 (17.5 KiB)
    lo        Link encap:Local Loopback
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:194338 errors:0 dropped:0 overruns:0 frame:0
              TX packets:194338 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:920534042 (877.8 MiB)  TX bytes:920534042 (877.8 MiB)
    *****************************************************************************ORACLE ASM AND MULTIPATH INFO********************************************
    /etc/init.d/oracleasm listdisks
    VOTE1
    VOTE2
    VOTE3
    vote3 (14f504e46494c45523434517a65422d4b6364682d57544f65) dm-8 OPNFILER,VIRTUAL-DISK
    size=3.0G features='0' hwhandler='0' wp=rw
    `-+- policy='round-robin 0' prio=1 status=active
      `- 3:0:0:2 sdh 8:112 active ready running
    vote2 (14f504e46494c45526e6c6a48324a2d6a4347462d7a465074) dm-6 OPNFILER,VIRTUAL-DISK
    size=3.0G features='0' hwhandler='0' wp=rw
    `-+- policy='round-robin 0' prio=1 status=active
      `- 3:0:0:1 sdg 8:96  active ready running
    vote1 (14f504e46494c45525763646753422d594262512d414a6275) dm-7 OPNFILER,VIRTUAL-DISK
    size=3.0G features='0' hwhandler='0' wp=rw
    `-+- policy='round-robin 0' prio=1 status=active
      `- 3:0:0:0 sdf 8:80  active ready running
    If any more information is necessary please request and I will provide, as you can see there is more than enough memory and disk space for the installation. The only exception being that I am using a different 'oraInventory', 'gridhome', and 'oraBase'. I have looked closely at the output and the problem seems to be a file called 'ljavavm12', I have highlighted the line in bold above in the log output. Any help with this would be greatly appreciated.
    Regards,
    Alex

    Resolved my own issue,
    for anyone else having the same problem, here is how it was resolved:
    ljavavm12 is part of libjavavm12.a, for some reason this file was not copied into the $GRID_HOME, after doing so make went through fine.
    'cp /opt/oragrid/javavm/jdk/jdk7/lib/libjavavm12.a /opt/oragrid/lib/'
    Alex,

  • Error in invoking target 'agent nmhs' of makefile - during 11g Installation

    Hi guys~
    I've just installed 11g (x64) on Fedora 13 (x64)
    but during the installation there was an error.
    Error in invoking target 'agent nmhs' of makefile
    *'/u01/app/.../sysman/lib/ins_emagent.mk'*
    This is the log file
    [http://lyh913.tistory.com/attachment/[email protected]]
    When oracle checked prerequisite packages, there was 8 failed packages such as libaio(i386), libgcc(i386) etc. I installed all of them (i686) with yum, but failed status didn't change. so I ignore them.
    And then Error in invoking target 'agent nmhs' of makefile occured
    Acturally I was able to excute sqlplus successfully but I'm curious that it is okay with this error.
    I think there gonna be a problem sooner or later.
    Is there anybody who can help me out? Please~ :-)
    Anyway thanks for reading and sorry for my poor English(English isn't my mother tongue)

    Satish Kandi wrote:
    The pre-requisite check has to succeed for the setup to complete successfully (with exceptions).
    Have you tried installing the packages without yum?Thank you Satish Kandi~
    I tried to download rpm packages and install them after your reply.
    But Fedora said that they are already installed.
    Failed prerequisite packages were
    libaio-0.3.105, compat-libstdc++-33-3.2.3, libaio-devel-0.3.105, libgcc-3.4.6
    libstdc++-3.46, unixODBC-2.2.11, unixODBC-devel-2.2.11, pdksh-5.2.14
    And I've got these packages.
    [root@localhost ~]# rpm -qa | grep i686
    nss-softokn-freebl-3.12.4-17.fc13.i686
    libtool-ltdl-2.2.6-20.fc13.i686
    numactl-devel-2.0.3-8.fc13.i686
    libgcc-4.4.4-2.fc13.i686
    ksh-20100309-3.fc13.i686
    compat-libstdc++-33-3.2.3-68.i686
    readline-6.1-2.fc13.i686
    libaio-devel-0.3.109-2.fc13.i686
    libstdc++-4.4.4-2.fc13.i686
    unixODBC-2.2.14-11.fc13.i686
    numactl-2.0.3-8.fc13.i686
    libaio-0.3.109-2.fc13.i686
    unixODBC-devel-2.2.14-11.fc13.i686
    glibc-2.12-1.i686
    ncurses-libs-5.7-7.20100130.fc13.i686
    At first 'glibc(it requires i686)' was failed status but after I installed glibc-2.12-1.i686, it became succeed.
    The other packages require i386. Does this mean I should install i386 packages?
    Edited by: user10406944 on 2010. 6. 1 오전 3:52
    Edited by: user10406944 on 2010. 6. 1 오전 3:52

  • Error in invoking target "ntcontab.o"of makefile

    hi guys,
    i am installing Oracle 10.2.0 s/w on SuSe Linux Ent 10 SP2. at the time of Database installation the following error is displayed.
    "Error in invoking target "ntcontab.o"of makefile /oracle/PTS/102_64/network/lib/ins_net_client.mk see /oracle/orainventory/logs/InstallActions-02-02-2009.log "
    NFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
      /oracle/PTS/102_64/bin/gennttab > ntcontab.c
      gcc  -c ntcontab.c
      rm -f /oracle/PTS/102_64/lib/ntcontab.o
      mv ntcontab.o /oracle/PTS/102_64/lib/
    INFO:           /usr/bin/ar rv /oracle/PTS/102_64/lib/libn10.a /oracle/PTS/102_64/lib/ntcontab.o ; fi)
    INFO: /bin/sh: gcc: command not found
    INFO: mv: cannot stat `ntcontab.o': No such file or directory
    INFO: /usr/bin/ar: /oracle/PTS/102_64/lib/ntcontab.o: No such file or directory
    INFO: make: *** [ntcontab.o] Error 1
    INFO: End output from spawned process.
    INFO: -
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/PTS/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-02-26_12-15-10PM.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/PTS/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
      /oracle/PTS/102_64/bin/gennttab > ntcontab.c
      gcc  -c ntcontab.c
      rm -f /oracle/PTS/102_64/lib/ntcontab.o
      mv ntcontab.o /oracle/PTS/102_64/lib/
    INFO:           /usr/bin/ar rv /oracle/PTS/102_64/lib/libn10.a /oracle/PTS/102_64/lib/ntcontab.o ; fi)
    INFO: /bin/sh: gcc: command not found
    INFO: mv: cannot stat `ntcontab.o': No such file or directory
    INFO: /usr/bin/ar: /oracle/PTS/102_64/lib/ntcontab.o: No such file or directory
    INFO: make: *** [ntcontab.o] Error 1
    INFO: End output from spawned process.
    INFO: -
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/PTS/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-02-26_12-15-10PM.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/PTS/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
      /oracle/PTS/102_64/bin/gennttab > ntcontab.c
      gcc  -c ntcontab.c
      rm -f /oracle/PTS/102_64/lib/ntcontab.o
      mv ntcontab.o /oracle/PTS/102_64/lib/
    INFO:           /usr/bin/ar rv /oracle/PTS/102_64/lib/libn10.a /oracle/PTS/102_64/lib/ntcontab.o ; fi)
    INFO: /bin/sh: gcc: command not found
    INFO: mv: cannot stat `ntcontab.o': No such file or directory
    INFO: /usr/bin/ar: /oracle/PTS/102_64/lib/ntcontab.o: No such file or directory
    INFO: make: *** [ntcontab.o] Error 1
    INFO: End output from spawned process.
    INFO: -
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/PTS/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-02-26_12-15-10PM.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/PTS/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
      /oracle/PTS/102_64/bin/gennttab > ntcontab.c
      gcc  -c ntcontab.c
      rm -f /oracle/PTS/102_64/lib/ntcontab.o
      mv ntcontab.o /oracle/PTS/102_64/lib/
    INFO:           /usr/bin/ar rv /oracle/PTS/102_64/lib/libn10.a /oracle/PTS/102_64/lib/ntcontab.o ; fi)
    INFO: /bin/sh: gcc: command not found
    INFO: mv: cannot stat `ntcontab.o': No such file or directory
    INFO: /usr/bin/ar: /oracle/PTS/102_64/lib/ntcontab.o: No such file or directory
    INFO: make: *** [ntcontab.o] Error 1
    INFO: End output from spawned process.
    INFO: -
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/PTS/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-02-26_12-15-10PM.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/PTS/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
      /oracle/PTS/102_64/bin/gennttab > ntcontab.c
      gcc  -c ntcontab.c
      rm -f /oracle/PTS/102_64/lib/ntcontab.o
      mv ntcontab.o /oracle/PTS/102_64/lib/
    INFO:           /usr/bin/ar rv /oracle/PTS/102_64/lib/libn10.a /oracle/PTS/102_64/lib/ntcontab.o ; fi)
    INFO: /bin/sh: gcc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    INFO: /usr/bin/ar: /oracle/PTS/102_64/lib/ntcontab.o: No such file or directory
    INFO: make: *** [ntcontab.o] Error 1
    INFO: End output from spawned process.
    INFO: -
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/PTS/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-02-26_12-15-10PM.log' for details.
    Exception Severity: 1
    please help me on this issue
    Regards
    Ramesh

    Hello Ramesh,
    have you installed all the software components of SLES 10 like described in sapnote #958253?
    It seems like you don't have installed the gcc compiler.
    Regards
    Stefan

  • Oracle 9i Error in invoking target ntcontab.o of makefile

    Does anybody know what this means / how to get the install to continue (I am using Mandrake 8.1) I am new both to Oracle and Linux, help to finally get this installed would be much appreciated.

    user2040322 wrote:
    n/sh: /usr/bin/gcc: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directoryWhat is OS and do You installed all needed packages?
    For example from this error we can see that gcc probably is missing.
    Check install guide and install required packages.

  • Error in invoking target ntcontab.o of makefile ../../../ins_net_client.mk

    Hi,
    please help me on this installation problem as i facing an error. I suppose my make.log file is the same as written on Note:234898.1. The next solution i suppose is fix and install a C++ compiler. Please help/advice/suggest me on C++ compiler. My package gcc installed are (gcc-3.3.4-11 and gcc-c++3.3.4-11).
    Thanks and appreciate

    feizz,
    Ok, on certification matrix, we can read any info :
    Documentation Updates :
    * Please refer to Oracle9i Release Notes Release 2 (9.2.0.5.0) for information on SLES9 :
    * Part number B13670-03 http://www.oracle.com/technology/documentation/oracle9i.html
    * Please, also, refer toOracle9i Database Server Patch Set Notes Release 2 (9.2.0.5) Patch Set 4 for Linux x86
    To install 9205:
    * install 9204 and then the 9205 PatchSet.
    * patchset 9.2.0.5 on SLES9 please refer to bug 3809563
    Additional steps to be followed prior to Installation for 9204:
    * If using Bourne, Bash, or Korn shell: ( /usr/lib/libInternalSymbols.so can be obtained from the orarun package )
    o ORACLE_BASE= ; export ORACLE_BASE
    o LD_ASSUME_KERNEL=2.4.21; export LD_ASSUME_KERNEL
    o LD_PRELOAD=/usr/lib/libInternalSymbols.so ; export LD_PRELOAD
    Please, check this patch to see if you are in this situation.
    More than, I strongly advise to read note 169706.1 Oracle RDBMS on AIX,HP-UX,Solaris,Tru64,Linux,MacOSX: Versions, Sizes, Requirements Quick Reference
    Good luck, and tell us if patch help you.
    Nicolas.

  • OpenSolaris - oracle 11gR2 - MakefileException - Error in invoking target

    Hi,
    Thanks for reading this thread - When I tried to install oracle 11gR2 on openSolaris (64 bit), I run into the following error :
    INFO: ort/home/oracle/u01/app/oracle/product/11.2.0/dbhome_1/lib/sysliblist` -R /opt/SUNWcluster/lib:/export/home/oracle/u01/app/oracle/product/11.2.0/dbhome_1/lib:/opt/ORCLcluster/lib/ -Y P,:/opt/SUNWcluster/lib:/opt/ORCLcluster/lib/:/usr/ccs/lib/amd64:/usr/lib/amd64 -Qy -lc -lrt -laio -lposix4 -lkstat -lm /export/home/oracle/u01/app/oracle/product/11.2.0/dbhome_1/lib/prod/lib/amd64/crtn.o -lpthread
    INFO: *** Error code 1
    INFO: ld: fatal: mmap anon failed: Resource temporarily unavailable
    INFO: make: Fatal error: Command failed for target `/export/home/oracle/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/oracle'
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'irman ioracle' of makefile '/export/home/oracle/u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk'. See '/export/home/oracle/u01/app/oraInventory/logs/installActions2009-12-30_02-45-51AM.log' for details.
    Exception Severity: 1
    Thanks for your help.

    Werner Gross wrote:
    Dear Mister Forbrich,
    Thanks for your help.
    What do you mean by "But you may have a resolution"?It has been suggested that getting Solaris instead of OpenSolaris will solve your problem.
    Have you verified that? If 'yes', you have a solution. If 'no', then you may have a solution.
    >
    Of course I intend to be 'polite' and as respectfull to you as you deserve it. I also want to be respectfull to the rules as they are defined in these forums which, it's true, are new to me.That 'polite' comment was directed at the community, not specifically at you. There are no rules about closing threads, so people who want to be nice to the community will use the tactic I suggested. However, there are many instances of problems being resolved and neither being marked as solved nor having a summary.
    Following my understanding, these rules state that the "correct" button should be used if the original question is answered, otherwise "helpfull" should be used. Is there any misunderstanding on that?The marking of responses as 'correct' or 'helpful' is a strong suggestion. It is not an un-alterable rule. The suggestion is that you reward those who helped you resolve your problem or answer your question. How you reward them is up to you.
    Note, however, that not rewarding correct or helpful responses may result in not getting many responses in the future. Some of us only respond to get rewards. For others of us (including myself) the challenge of understanding the question and learning more during the resolution is reward in itself.
    Sadly, you can not revoke your reward if the answer is later found to be incorrect, so use the rewards wisely.
    Issuing rewards is independent of marking the question as answered.
    >
    Of course, I am going to follow your advise and post a final summary concerning the "resolution" as my last entry on the thread.That would be nice. It is not mandatory, and few people do it. If everyone provided that summary of correct answers to the questions or problems, these forums would be 100x as useful.
    Edited by: Hans Forbrich on Jan 1, 2010 2:27 PM
    Just wanted to thank you for the excellent summary. And do it in a way that leaves your summary as the last post.

  • '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 in invoking target 'ntcontab.o' of make file. 11g x32 on x64 machine.

    Hello all,
    We have Red Hat 5.8 x86_64 and we have requirement to install WebTier x32 on our system. As per Oracle documentation it is possible if we apply linux32 bash before installation and do step 2.1.1.2 described in this document -> http://docs.oracle.com/cd/E14571_01/doc.1111/e14260/install.htm
    During installation of FMW 11g x32 11.1.1.6.0 we have error on 92% (see attachement).
    All installation prerequirements are sucsessfull.
    We are applying only HTTP server for Siebel.
    ######ERROR we are reciewing during installation:
    Error in invoking target 'ntcontab.o' of makefile '/app/middleware4/ohs/network/lib/ins_net_client.mk'. See '/app/ora11/oraInventory/logs/install2012-06-28_01-19-16PM.log' for details.
    ######And this is output from make.log:
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/app/middleware2/ohs2/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /app/middleware2/ohs2/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /app/middleware2/ohs2/lib/ntcontab.o ;\
    mv ntcontab.o /app/middleware2/ohs2/lib/ ;\
    /usr/bin/ar rv /app/middleware2/ohs2/lib/libn11.a /app/middleware2/ohs2/lib/ntcontab.o ; fi)
    gcc.orig: no input files
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /app/middleware2/ohs2/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    ######These are packages we got on our system:
    automake14-1.4p6-13.el5.1.noarch
    automake15-1.5-16.el5.2.noarch
    automake16-1.6.3-8.el5.1.noarch
    automake17-1.7.9-7.el5.2.noarch
    automake-1.9.6-2.3.el5.noarch
    binutils-2.17.50.0.6-20.el5.x86_64
    compat-db-4.2.52-5.1.x86_64
    compat-gcc-34-3.4.6-4.1.x86_64
    compat-gcc-34-c++-3.4.6-4.1.x86_64
    compat-gcc-34-g77-3.4.6-4.1.x86_64
    compat-glibc-2.3.4-2.26.i386
    compat-glibc-2.3.4-2.26.x86_64
    compat-glibc-headers-2.3.4-2.26.x86_64
    compat-libcom_err-1.0-7.i386
    compat-libcom_err-1.0-7.x86_64
    compat-libf2c-34-3.4.6-4.1.x86_64
    compat-libgcc-296-2.96-138.i386
    compat-libstdc++-296-2.96-138.i386
    compat-libstdc++-33-3.2.3-61.i386
    compat-libstdc++-33-3.2.3-61.x86_64
    cpp-4.1.2-52.el5.x86_64
    elfutils-libelf-0.137-3.el5.i386
    elfutils-libelf-0.137-3.el5.x86_64
    elfutils-libelf-devel-0.137-3.el5.x86_64
    elfutils-libelf-devel-static-0.137-3.el5.x86_64
    gcc-4.1.2-52.el5.x86_64
    gcc-c++-4.1.2-52.el5.x86_64
    gcc-gfortran-4.1.2-52.el5.x86_64
    glibc-2.5-81.el5_8.2.i686
    glibc-2.5-81.el5_8.2.x86_64
    glibc-common-2.5-81.el5_8.2.x86_64
    glibc-devel-2.5-81.el5_8.2.i386
    glibc-devel-2.5-81.el5_8.2.x86_64
    glibc-headers-2.5-81.el5_8.2.x86_64
    imake-1.0.2-3.x86_64
    java-1.4.2-gcj-compat-1.4.2.0-40jpp.115.x86_64
    ksh-20100621-5.el5_8.1.x86_64
    libaio-0.3.106-5.i386
    libaio-0.3.106-5.x86_64
    libaio-devel-0.3.106-5.x86_64
    libgcc-4.1.2-52.el5.i386
    libgcc-4.1.2-52.el5.x86_64
    libstdc++-4.1.2-52.el5.i386
    libstdc++-4.1.2-52.el5.x86_64
    libstdc++-devel-4.1.2-52.el5.i386
    libstdc++-devel-4.1.2-52.el5.x86_64
    make-3.81-3.el5.x86_64
    openmotif-2.3.1-6.1.el5_8.i386
    openmotif-2.3.1-6.1.el5_8.x86_64
    sysstat-7.0.2-11.el5.x86_64
    Please help with some ideas.
    Thank You,
    aspx

    Solved.
    heh...2.1.1.2 must be in one line...
    aspx

  • Installation error in invoking target 'agent nmhs'

    Dear All,
    I am new to this forum and I would like to inquire about the reasons behind a specific installation error of Oracle 11gR2 on Fedora 13 and the way to fix it. The error led to a weired behavior for the EM. I am going to explain everything precisely to flap the correspondence time so please please please bare with me.
    I have followed precisely all the pre-requisites for preparing the installation environment (Fedora 13 Linux OS) by following the instructions in the manual that comes on the source installation Disk-1of Oracle 11g R2, like assigning the environment variables, setting kernel parameters, installation of all the required and necessary packages, creating the necessary directories and changing the owner ship, in addition to creation the user 'oracle' and the necessary groups. This installation ends up with a successful working database that can be accessed using sqlplus locally and remotely from another machine. My EM also worked but for a limited period of time for only about 10 to 15 min then after that I cannot access it due to a problem in the agent background process or daemon that is resulted from the error happened during the installation, and need to restart my machine. Here is what happened.
    My installation is a stand alone database (database control / console database). Everything went smoothly during the installation except the following error that I couldn't get rid of or fix it, and I just continued the installation by clicking on the continue button of the OUI alert window. The error message on the alert window is:
    Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk'. See '/u01/app/oraInventory/logs/installActions2010-06-24_03-22-15PM.log' for details.
    and here is the contenets (error part) of the installActions2010-06-24_03-22-15PM.log file
    INFO: /usr/bin/ld: /u01/app/oracle/product/carried(nmectlt.o): undefined reference to symbol 'B_DestroyKeyObject'
    */usr/bin/ld: note: 'B_DestroyKeyObject' is defined in DSO /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so so try adding it to the linker command line*
    */u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so: could not read symbols: Invalid operation*
    INFO: collect2: ld returned 1 exit status
    *INFO: make[1]: --- [u01/app/oracle/product/carried] Error 1*
    INFO: make[1]: Leaving directory `/u01/app/oracle/product/carried'
    *INFO: make: --- [emdctl] Error 2*
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk'. See '/u01/app/oraInventory/logs/installActions2010-06-24_03-22-15PM.log' for details.
    Exception Severity: 1
    INFO: Calling Action unixActions10.2.0.3.0 ; make
    registerOnly = false
    installMakePath = /usr/bin/make
    installMakeFileName = /u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk
    installTarget = all_no_orcl
    undoMakeFileName =
    installArguments = ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    logFile = /u01/app/oracle/product/11.2.0/dbhome_1/install/make.log
    undoTarget =
    progMsg = Linking RDBMS Executables
    After all the above, I am going to explain here how this error affected the EM. Here is the output of starting the dbconsole:
    $ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    http://bassam-desktop:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control .... started.
    Logs are generated in directory /u01/app/oracle/product/carried-desktop_orcl/sysman/log
    and here is the output of the status of the dbconsole
    $ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    http://bassam-desktop:1158/em/console/aboutApplication
    EM Daemon is not running.
    Logs are generated in directory /u01/app/oracle/product/carried-desktop_orcl/sysman/log
    notice the EM Daemon (agent background process) is not running
    Becuase of this error, the actual status of the database is not shown up in the EM. For example, if I try to startup my database through the EM, it starts successfully, but its status will not be shown, same thing happens for the listener. Clicking the View Details link in the EM after starting up the database shows up the following:
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jun 26 03:43:36 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> SQL> ORACLE instance started.
    Total System Global Area 1489829888 bytes
    Fixed Size          1336624 bytes
    Variable Size          922749648 bytes
    Database Buffers     553648128 bytes
    Redo Buffers          12095488 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Agent is Not Running
    again notice the last line of the message Agent is not running.
    After all the above, I beleive that the installation error is the cause of all that. I would appreciate it if you could help me solving this problem. Thanks.
    Bassam A. Al-Khaffaf

    Hi,
    I have successfully installed Oracle 11g R2 after some manual intervention to solve this linker error.
    The linker error actually gave the useful hint to solve this problem:
    INFO: /usr/bin/ld: /home/akos/app/akos/product/11.2.0/dbhome_1/sysman/lib//libnmectl.a(nmectlt.o): undefined reference to symbol 'B_DestroyKeyObject'
    /usr/bin/ld: note: 'B_DestroyKeyObject' is defined in DSO /home/akos/app/akos/product/11.2.0/dbhome_1/lib/libnnz11.so so try adding it to the linker command line
    /home/akos/app/akos/product/11.2.0/dbhome_1/lib/libnnz11.so: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    This means that the gcc linker phase lacked an option for "-lnnz11". I run "make agent nmhs" manually,
    so the last command that gave an error can be copy&pasted to the command line. Adding "-lnnz11"
    after "-lcore11" to the command made it run successfully, and also re-running "make agent nmhs"
    on the command line didn't fail now. Then I chose the "Retry" button in the installer GUI and it proceeded.
    This change in the Fedora 13 linker was announced at
    http://docs.fedoraproject.org/en-US/Fedora/13/html/Release_Notes/sect-Release_Notes-The_GCC_Compiler_Collection.html
    In Fedora 12 and earlier it was allowed to an app with library A and the app was able to use symbols
    from every other libraries (B, C, ...) that library A was linked with. In Fedora 13 this is not allowed anymore,
    your app needs to be linked explicitely with library B, C, etc.
    Later, there was another problem with SELinux not allowing text relocation in .../product/11.2.0/dbhome_1/lib/libclntsh.so.11.1
    which was solved by running:
    chcon -t textrel_shlib_t '.../product/11.2.0/dbhome_1/lib/libclntsh.so.11.1'
    and re-running configuration of "Oracle Net Configuration Assistant". This allows keeping SELinux on.
    After that, installation and setup of the first database succeeded on Fedora 13.

  • Error in invoking target 'nnfgt.o'

    Dear Experts,
    I'm upgrading my Oracle patch set 10.2.0.4 to 10.2.0.5.
    but while installing the patch set I'm getting the following error
    "NFO: Internal Error: Codeword
    file /opt/aCC/newconfig/aCC.cwd,/opt/aCC/newconfig/ansic.cwd missing or
    empty.
    INFO:
    Stop.
    INFO: *** Error exit code 254
    INFO: End output from spawned process.
    INFO: -
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'nnfgt.o' of
    makefile '/oracle/EPQ/102_64/network/lib/ins_net_client.mk'.
    See '/oracle/oraInventory/logs/installActions2011-03-09_11-40-43AM.log'
    for details.
    Exception Severity: 1

    Dear Siva,
    Here you are
    NFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Bali Share
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Oracle UIX
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Buildtools Common Files
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Parser Generator Required Support Files
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Enterprise Manager Minimal Integration
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Oracle interMedia Annotator
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Database Workspace Manager
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component JDBC Common Files
    INFO: 3/9/11 11:45:18 AM GMT+03:00: Starting install Link Phase of component Oracle Required Support Files 32 bit Patch
    INFO: Calling Action unixActions10.2.0.1.0  make
         installMakePath = /usr/bin/make
         installMakeFileName = /oracle/EPQ/102_64/network/lib/ins_net_client.mk
         installTarget = nnfgt.o
         installArguments = ORACLE_HOME =/oracle/EPQ/102_64
         undoMakeFileName = null
         undoTarget = null
         undoArguments = null
         logFile = /oracle/EPQ/102_64/install/make.log
         progMsg = Linking nnfgt
    INFO: The output of this make operation is also available at: '/oracle/EPQ/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO:      rm -f nnfgt.*
    INFO:      (if [ "compile" = "compile"  -a  -n ""  -a  -d "" ]; then \
           echo "Building 32bit version of nnfgt.o"; \
           /oracle/EPQ/102_64/bin/gennfgt > nnfgt.c ;\
           cc  -c nnfgt.c ;\
           rm -f nnfgt.o ;\
           mv nnfgt.o  ;\
           /usr/ccs/bin/ar rv libn10.a nnfgt.o ; fi)
    INFO:      (if [ "compile" = "compile" ] ; then \
           /oracle/EPQ/102_64/bin/gennfgt > nnfgt.c ;\
           cc +DD64 -c nnfgt.c ;\
           rm -f /oracle/EPQ/102_64/lib/nnfgt.o ;\
           mv nnfgt.o /oracle/EPQ/102_64/lib/ ;\
           /usr/ccs/bin/ar rv /oracle/EPQ/102_64/lib/libn10.a /oracle/EPQ/102_64/lib/nnfgt.o ;\
           cc  -c nnfgt.c ;\
           rm -f /oracle/EPQ/102_64/lib32/nnfgt.o ;\
           mv nnfgt.o /oracle/EPQ/102_64/lib32/ ;\
           /usr/ccs/bin/ar rv /oracle/EPQ/102_64/lib32/libn10.a /oracle/EPQ/102_64/lib32/nnfgt.o ; fi)
    INFO: Internal Error: Codeword file /opt/aCC/newconfig/aCC.cwd,/opt/aCC/newconfig/ansic.cwd missing or empty.
    INFO:
    Stop.
    INFO: *** Error exit code 254
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'nnfgt.o' of makefile '/oracle/EPQ/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2011-03-09_11-40-43AM.log' for details.
    Exception Severity: 1
    Regards,
    Sherif

  • Solved -Oracle 10.2.0.1 on AIX 5.3 ML3 - Error in invoking target 'ntcontab

    Hello,
    i try to Upgrade from oracle 9.2.0.7 to Oracle 10.2.0.1.
    But the Linking to not work.
    The Paket: bos-adm-libm is installt.
    The Oracle Installer say - all OK, no errors.
    The Script: rootpre.sh i run as user: root, befor i strart runInstaller
    Here is a part of the file: /oracle/SAP1/oraInventory/logs/installActions2008-05-16_03-23-23PM.log
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "assemble" = "compile" ] ; then /oracle/SAP1/1020_64/bin/gennttab > ntcontab.c ; /oracle/SAP1/1020_64/bin/oraxlc -c ntcontab.c ; rm -f /oracle/SAP1/1020_64/lib/ntcontab.o ; mv ntcontab.o /oracle/SAP1/1020_64/lib/ ; /bin/ar -
    X64 rv /oracle/SAP1/1020_64/lib/libn10.a /oracle/SAP1/1020_64/lib/ntcontab.o ; fi)
    INFO: (if [ "assemble" = "assemble" ] ; then /oracle/SAP1/1020_64/bin/gennttab > ntcontab.s ; /bin/as -a64 -o ntcontab.o ntcontab.s ; rm -f /oracle/SAP1/1020_64/lib/ntcontab.o ; mv ntcontab.o /oracle/SAP1/1020_64/lib/ ; /bin/ar -X64 rv
    /oracle/SAP1/1020_64/lib/libn10.a /oracle/SAP1/1020_64/lib/ntcontab.o ; fi)
    INFO: Assembler:
    INFO: ntcontab.s: line 20: 1252-023 The symbol t1 is not defined.
    ntcontab.s: line 20: 1252-040 The specified expression is not valid.
    Make sure that all symbols are defined.
    Check the rules on symbols used in an arithmetic expression
    concerning relocation.
    INFO: make: 1254-004 The error code from the last command is 1.
    Stop.
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/SAP1/1020_64/network/lib/ins_net_client.mk'. See '/oracle/SAP1/oraInventory/logs/installActions2008-05-16_03-23-23PM.log' for details.
    Exception Severity: 1
    make -f ins_net_client.mk install
    /bin/chmod 755 /oracle/SAP1/920_64/bin/
    - Linking
    rm -f trcroute
    ld -b64 -o trcroute -L/oracle/SAP1/920_64/network/lib/ -L/oracle/SAP1/920_64/lib/ /oracle/SAP1/920_64/network/lib/s0nur.o /oracle/SAP1/920_64/network/lib/nur.o `cat /oracle/SAP1/920_64/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /oracle/SAP1/920_64/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lwtc9 -lmm -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 `cat /oracle/SAP1/920_64/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lnro9 `cat /oracle/SAP1/920_64/lib/ldflags` -lnsslb9 -lncrypt9 -lnsgr9 -lnzjs9 -ln9 -lnl9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lpls9 -ltrace9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lclient9 -lvsn9 -lwtc9 -lcommon9 -lgeneric9 -lnls9 -lcore9 -lnls9 -lcore9 -lnls9 -lxml9 -lcore9 -lunls9 -lnls9 -lld -lm `cat /oracle/SAP1/920_64/lib/sysliblist` -lm `if [ "\`/usr/bin/uname -v\`" = "4" ]; \
    then echo "-bI:/oracle/SAP1/920_64/lib/pw-syscall.exp"; fi;` -lxsd9 /oracle/SAP1/920_64/lib/nautab.o /oracle/SAP1/920_64/lib/naeet.o /oracle/SAP1/920_64/lib/naect.o /oracle/SAP1/920_64/lib/naedhs.o /oracle/SAP1/920_64/rdbms/lib/defopt.o -lmm
    mv -f /oracle/SAP1/920_64/bin/trcroute /oracle/SAP1/920_64/bin/trcroute0
    mv trcroute /oracle/SAP1/920_64/bin/trcroute
    /bin/chmod 751 /oracle/SAP1/920_64/bin/trcroute
    make: 1254-002 Cannot find a rule to create target ionrsd from dependencies.
    Stop.
    But the ENV: LIBRARY_PATH=/oracle/SAP1/920_64
    i have delete with export LIBRARY_PATH=
    before i run the runInstaller
    If i set the ORACLE_HOME and LIBRARY_PATH
    the i can see this:
    make -f ins_net_client.mk install
    /bin/chmod 755 /oracle/SAP1/1020_64/bin/
    - Linking trcroute
    rm -f trcroute
    ld -b64 -o trcroute -L/oracle/SAP1/1020_64/network/lib/ -L/oracle/SAP1/1020_64/lib/ /oracle/SAP1/1020_64/network/lib/s0nur.o /oracle/SAP1/1020_64/network/lib/nur.o `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr
    10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10
    -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SAP1/1020_64/lib/ldf
    lags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls
    10 -lnls10 -lcore10 -lnls10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lld -lm `cat /oracle
    /SAP1/1020_64/lib/sysliblist` -lm `if [ "\`/usr/bin/uname -v\`" = "4" ]; \
    then echo "-bI:/oracle/SAP1/1020_64/lib/pw-syscall.exp"; fi;` /oracle/SAP1/1020_64/lib/nautab.o /oracle/SAP1/1020_64/lib/naeet.o /oracle/SAP1/1020_64/lib/naect.o /oracle/SAP1/1020_64/lib/naedhs.o /oracle/SAP1/1020_64/rdbms/lib/defopt.
    o -lmm
    mv -f /oracle/SAP1/1020_64/bin/trcroute /oracle/SAP1/1020_64/bin/trcroute0
    mv trcroute /oracle/SAP1/1020_64/bin/trcroute
    /bin/chmod 751 /oracle/SAP1/1020_64/bin/trcroute
    - Linking
    rm -f tnsping
    ld -b64 -o tnsping -L/oracle/SAP1/1020_64/network/lib/ -L/oracle/SAP1/1020_64/lib/ /oracle/SAP1/1020_64/network/lib/s0nsping.o /oracle/SAP1/1020_64/network/lib/nsping.o `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -
    lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lsnls10 -lnls10 -lcore10 -lsn
    ls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /oracle/SAP1/1020_64/lib/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /oracle/SAP1/1020_64/li
    b/ldflags` -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lpls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -
    lsnls10 -lnls10 -lcore10 -lnls10 -lclieSAP10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lld -lm `cat /o
    racle/SAP1/1020_64/lib/sysliblist` -lm `if [ "\`/usr/bin/uname -v\`" = "4" ]; \
    then echo "-bI:/oracle/SAP1/1020_64/lib/pw-syscall.exp"; fi;` /oracle/SAP1/1020_64/lib/nautab.o /oracle/SAP1/1020_64/lib/naeet.o /oracle/SAP1/1020_64/lib/naect.o /oracle/SAP1/1020_64/lib/naedhs.o /oracle/SAP1/1020_64/rdbms/lib/defopt.
    o -lmm
    mv -f /oracle/SAP1/1020_64/bin/tnsping /oracle/SAP1/1020_64/bin/tnsping0
    mv tnsping /oracle/SAP1/1020_64/bin/tnsping
    /bin/chmod 751 /oracle/SAP1/1020_64/bin/tnsping
    Target "install" is up to date.
    What did i wrong ?
    The AIX is fresh bootet, without any oracle process start at boottime
    Thanks and have a nice weekend
    Dennis
    Message was edited by:
    user636686
    Message was edited by:
    user636686
    Message was edited by:
    user636686
    Message was edited by:
    user636686
    Message was edited by:
    user636686

    here are my env from the user i run the runInstaller:
    STAGING_AREA=/oracle/stage/920_64
    ORACLE_PSRV=SAP1
    PATH=/oracle/SAP1/1020_64/bin:/usr/sap/NT1/SYS/exe/run:/bin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/ucb:/usr/ccs/b
    in:/usr/local/bin:/etc:.
    SAPBACKUP=/oracle/SAP1/sapbackup
    ORACLE_BASE=/oracle
    HISTFILE=/oracle/SAP1/.sh_history
    TMP=/oracle/SAP1
    SAPTRACE=/oracle/SAP1/saptrace
    LIBARY_PATH=/oracle/SAP1/1020_64
    ORACLE_SID=SAP1
    SAPDATA_HOME=/oracle/SAP1
    HOME=/oracle/SAP1
    SAPARCH=/oracle/SAP1/saparch
    ORACLE_HOME=/oracle/SAP1/1020_64
    PWD=/oracle/dvd/Disk0/database/Disk1
    ENV=/oracle/SAP1/.kshrc
    SAPREORG=/oracle/SAP1/sapreorg
    xlC.aix50.rte 9.0.0.5 COMMITTED XL C/C++ Runtime for AIX 5.2
    xlC.rte 9.0.0.5 COMMITTED XL C/C++ Runtime
    xlC.cpp 6.0.0.0 COMMITTED C for AIX Preprocessor
    xlC.msg.en_US.cpp 6.0.0.0 COMMITTED C for AIX Preprocessor
    gcc-4.2.0-3

  • Error in invoking target 'ntcontab.o on linux while patch application

    Please help me to resolve this issue.
    I am getting the Error in invoking target 'ntcontab.o' while upgrading the oracle database 10.2.0.1 to 10.2.0.4 on linux 5 x86 machine
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2009-02-13_10-24-42PM.log' for details.
    Exception Severity: 1

    Duplicate Thread
    Re: Error in invoking target 'ntcontab.o' while applying patch 10.2.0.4 on lin

  • Error in invoking target 'ntcontab.o' while applying patch 10.2.0.4 on lin

    Please help me to resolve this issue.
    I am getting the Error in invoking target 'ntcontab.o' while upgrading the oracle database 10.2.0.1 to 10.2.0.4
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2009-02-13_10-24-42PM.log' for details.
    Exception Severity: 1

    See '/u01/app/oracle/oraInventory/logs/installActions2009-02-13_10-24-42PM.log' for details.Can you update the thread with the error in this log?

Maybe you are looking for