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?

Similar Messages

  • 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

  • Oracle Installation on linux Error in invoking target ntcontab.o

    Hi All,
    During installing Oracle 8i EE on mandrake Linux 7.0, at the point of linking oracle protocol support 8.1.6.1.0 ,while Linking in progress I got the following message box
    "Error in invoking target ntcontab.o of make file /home/network/lib/ins_net_client.mk.
    ==================
    ABORT,RETRY,IGNORE
    ==================
    If I select igmore and continue , even after successfull installation ,when try to run svrmgr or sqlplus at the shell $
    I am getting error in loading shared libraries.
    Thanks a lot for the help
    Anant Kuslekar
    null

    hi,i got the some problem too.
    but maybe below could do some help:
    ================================================
    Instructions for Existing Oracle8i Installations
    Place the tar file glibc-2.1.3-stubs.tar.gz in $ORACLE_HOME.
    Make sure ORACLE_HOME is set in your environment. Then carry out
    the following steps:
    cd $ORACLE_HOME
    tar xvfz glibc-2.1.3-stubs.tar.gz
    ./setup_stubs.sh
    You should now be able to use Oracle as usual.
    ================
    Warning
    Make sure the directory $ORACLE_HOME/lib is not listed in your
    /etc/ld.so.conf. The system could potentially become unstable
    after applying this patch in that case. If $ORACLE_HOME/lib is
    currently listed in /etc/ld.so.conf, remove it and run ldconfig
    before applying this patch.
    ================================
    Notes for Application Developers
    If your application does not require linking at install sites,
    then no additional steps are required for your application to be
    compatible with glibc or the Oracle8i client shared library
    after the installation of this patch. This is true regardless of
    whether your application was compiled using glibc-2.1.3 or a
    later version.
    If your application is compiled using glibc-2.1.3 and requires
    linking at install-time using the Oracle8i client shared ibrary,
    then you may also need to link your application using the stub
    libraries provided in this patch. For example, an application
    which might typically be linked as follows on a glibc-2.1.3
    based system:
    gcc -o app app.o -L$ORACLE_HOME/lib -lclntsh
    should now be linked as follows on systems with a newer version
    of glibc,in order to ensure compatibility:
    gcc -o app app.o -L$ORACLE_HOME/lib -L$ORACLE_HOME/lib/stubs -
    lclntsh
    If your application is compiled using a version of glibc later
    than 2.1.3 and requires linking at install-time using the acle8i
    client shared library, then you must NOT link your application
    with the stub libraries provided in this patch. Doing so may
    either cause the link to fail or the resulting executables to be
    invalid.
    Note that the stub libraries provided in this patch only cover
    the shared objects that make up glibc. If your application must
    be linked at install-time with other shared objects which were
    built to have dependencies on the locally installed version of
    glibc (e.g., X11), then your application must be compiled using
    the same version of glibc that was used by those other
    components. For example, on a system with glibc-2.2, linking your
    application with libX11.so will fail if you attempt to use the
    glibc-2.1.3stub libraries, since libX11.so on that system will
    have been compiled and linked using glibc-2.2.

  • 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

  • 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

  • Error in invoking target ntcontab.o of make file ¤ORACLE_HOME/network...

    Hello,
    Doing an install of an Oracle 8.1.7 database on a Linux SLES8 SP2a
    After I run the runinstaller, I've a problem !
    The message:
    Error in invoking target ntcontab.o of make file ¤ORACLE_HOME/network/lib/ins_net_client.mk
    I install the glibc-2.1.3-stubs OK
    I run ./setup_stubs.sh then in the graphical environnement RETRY
    but I've the same problem !
    Any ideas ? What is going on ?
    Philippe

    hey, i found something about gcc and that you have to link two files yourself, everything has gone well up until i tried to link the second file and got the error:
    /usr/bin/ld: cannot find -lxml10-lunls10
    collect2: ld returned 1 exit status
    The command i was trying to run was this:
    linuxbox:/home/oracle# gcc -o /home/oracle/OraHome_1/rdbms/lib/extproc -L/home/oracle/OraHome_1/rdbms/lib/ -L/home/oracle/OraHome_1/lib/ -L/home/oracle/OraHome_1/lib/stubs/ /home/oracle/OraHome_1/rdbms/lib/hormc.o /home/oracle/OraHome_1/rdbms/lib/defopt.o /home/oracle/OraHome_1/rdbms/lib/homts.o -lagtsh -lpls10 -lplp10 -lclntsh -lcore10 -lxml10-lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 /home/oracle/OraHome_1/lib/libgeneric10.a `cat /home/oracle/OraHome_1/lib/sysliblist` -Wl,-rpath,/home/oracle/OraHome_1/lib -lm `cat /home/oracle/OraHome_1/lib/sysliblist` -ldl -lm -L/home/oracle/OraHome_1/lib -lvsn10 -lnro10
    I'm not sure where the missing file is supposed to be, what it does or how to fix it. I'm just stuck now.
    Any suggestions?

  • 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' of make file.

    Hi,
    Operating System:Enterprise Linux Release 5 Update 2 for x86 (32 Bit)
    Database:Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86
    When I am trying to installt database on the VMware virtaul machine i am getting the following error durig the linking phase of installation(at 62%)
    error in invoking target 'ntcontab.o' of make file.
    I have googled for this error,but i didn't find any solution which fits my requirement.
    I am hoping a expert advice from this forum for my problem.
    Thank You all..

    Hi , I have all rpms installed on RHEL 5 but still getting below error...
    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1//usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/11gdb/app/db11gee/product/11.1.0/db_1/rm -f ntcontab.*
    (if [ "compile" = "compile" ] ; then \
    /11gdb/app/db11gee/product/11.1.0/db_1/bin/gennttab > ntcontab.c ;\
    /usr/bin/gcc -c ntcontab.c ;\
    rm -f /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ;\
    mv ntcontab.o /11gdb/app/db11gee/product/11.1.0/db_1/lib/ ;\
    /usr/bin/ar rv /11gdb/app/db11gee/product/11.1.0/db_1/lib/libn11.a /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    In file included from /usr/include/sys/types.h:31,
    from ntcontab.c:7:
    /usr/include/bits/types.h:31:20: error: stddef.h: No such file or directory
    mv: cannot stat `ntcontab.o': No such file or directory
    /usr/bin/ar: /11gdb/app/db11gee/product/11.1.0/db_1/lib/ntcontab.o: No such file or directory
    make: *** [ntcontab.o] Error 1

  • Problem during installation(error in invoking target 'ntcontab.o' of make f

    Hi,
    Operating System:Enterprise Linux Release 5 Update 2 for x86 (32 Bit)
    Database:Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86
    When I am trying to installt database on the VMware virtaul machine i am getting the following error durig the linking phase of installation(at 62%)
    error in invoking target 'ntcontab.o' of make file.
    I have googled for this error,but i didn't find any solution which fits my requirement.
    I am hoping a expert advice from this forum for my problem.
    Thank You all..

    Please post your Installation problems on under the Installation Topic => Database Installation

  • URGENT - Installing 817 - redhat 7.1 Gives Error in invoking target ntcontab.o

    Hi All,
    I have installed Redhat 7.1 and I am trying to install oracle 817 ee over it.
    after finishing all pre install requirments I succedded to start the installer
    - I installed jdk 118 v3
    - I added the Display and assume_kernel parameters to bash file
    but at the middle of setup it is giving the following error
    "Error in invoking target ntcontab.o of makefile
    /boot/u01/app/oracle/product/8.1.7/network/lib/ins_net_client.mk" and I tried to reply but it comes again
    here is the install log file
    "Starting install link phase of component Net8 Required Support Files
    Calling action unixActions1.7.1.5.0 registerForMake
    installMakePath = /usr/bin/make
    installMakeFileName =
    /boot/u01/app/oracle/product/8.1.7/network/lib/ins_net_client.mk
    installTarget = mkldflags
    installArguments = ORACLE_HOME=/boot/u01/app/oracle/product/8.1.7,
    undoMakeFileName = null
    undoTarget = null
    undoArguments = null
    logFile = /boot/u01/app/oracle/product/8.1.7/install/make.log
    progMsg = Linking ldflags
    Calling action unixActions1.7.1.5.0 make
    installMakePath = /usr/bin/make
    installMakeFileName =
    /boot/u01/app/oracle/product/8.1.7/network/lib/ins_net_client.mk
    installTarget = ntcontab.o
    installArguments = ORACLE_HOME=/boot/u01/app/oracle/product/8.1.7,
    undoMakeFileName = null
    undoTarget = null
    undoArguments = null
    logFile = /boot/u01/app/oracle/product/8.1.7/install/make.log
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target ntcontab.o of makefile
    /boot/u01/app/oracle/product/8.1.7/network/lib/ins_net_client.mk
    Exception Severity: 1
    Exception handling set to prompt user with options to RETRY IGNORE"
    please tell me what can I do to overcome this taking into consideration that I have downloaded and executed oracle patch published at otn.oracle.com
    waiting for your reply

    check these
    rpm -q compat-libs
    rpm -q compat-glibc
    rpm -q compat-egcs

  • Installation error - Error in invoking target 'ntcontab.o'

    OS: RHEL 5 64bit
    Oracle 10g (10.2.0.1.0)
    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/installActions2010-07-27_07-58-23AM.log' for details.
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
         /u01/app/oracle/product/10.2.0/db_1/bin/gennttab > ntcontab.c ;\
         gcc -c ntcontab.c ;\
         rm -f /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ;\
         mv ntcontab.o /u01/app/oracle/product/10.2.0/db_1/lib/ ;\
    /usr/bin/ar rv /u01/app/oracle/product/10.2.0/db_1/lib/libn10.a /u01/app/oracle/product/10.2.0/db_1/lib/ntcontab.o ; fi)
    INFO: /bin/sh: line 2: /usr/bin/gcc: Permission denied
    INFO: mv: cannot stat `ntcontab.o'
    INFO: : No such file or directory
    INFO: /usr/bin/ar: /u01/app/oracle/product/10.2.0/db_1/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 '/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2010-07-27_07-58-23AM.log' for details.
    Exception Severity: 1

    Checking Packages (RPMs)
    You will need some RPM development packages for the Oracle installer to build the Oracle modules, otherwise you will get error messages similar to this one:
    Error in invoking target ntcontab.o of makefile
    /u01/app/oracle/product/9.2.0/network/lib/ins_net_client.mk
    NOTE: Always ensure to use the latest RPM versions!
    Packages (RPMs) for RH 7.1, 7.2, and RH AS 2.1:
    To see if these development packages are installed on your server, run the following command:
    rpm -q gcc cpp compat-libstdc++ glibc-devel kernel-headers binutils
    For instance, most of these packages will be missing when you installed RedHat 2.1 Advanced Server and if you did not select the "Software Development" package. For the RedHat 2.1 Advanced Server I executed the following commands to install the missing RPMs from the two CDs:
    su - root
    rpm -ivh cpp-2.96-108.1.i386.rpm \
    glibc-devel-2.2.4-26.i386.rpm \
    kernel-headers-2.4.9-e.3.i386.rpm \
    gcc-2.96-108.1.i386.rpm \
    binutils-2.11.90.0.8-12.i386.rpm

  • Error in writing to file encountered while applying patch 9.2.0.8

    Hi,
    I encountered the error message below while applying Oracle 9.2.0.8 patch set using OUI on server running Oracle 9.2.0.7 and Windows 2003 Enterprise Edition SP2:
    Error in writing to file 'C:\oracle\ora92\BIN\orapls9.dll'
    [C:\oracle\ora92\BIN\orapls9.dll (he process cannot access
    the file because it is being used by another process)]
    I've already stopped the Oracle instance and services before invoking the setup.exe.
    My question is: Why this is happening and what is the resolution to prevent this error from happening?

    I used the script in the Metalink note 454040.1 and chose 5. I typed in the orapls9.dll to see which module is locking this dll and I found out it is avrrepsvc.exe which is one of the services our application is running. I just stopped it in Services Console and run the setup.exe of the patch. The installaton of patch run successfully. I checked the version using 'select banner from v$version' and I now got this results:
    SQL> select banner from v$version;
    BANNER
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    PL/SQL Release 9.2.0.8.0 - Production
    CORE     9.2.0.8.0     Production
    TNS for 32-bit Windows: Version 9.2.0.8.0 - Production
    NLSRTL Version 9.2.0.8.0 - Production
    I have a related question. When checking from dba_registry, isn't it that versions of components should have been upgraded too? Please see below I what got:
    SQL>SELECT SUBSTR(comp_id,1,15) comp_id, status, SUBSTR(version,1,10)
    version, SUBSTR(comp_name,1,30) comp_name
    FROM dba_registry ORDER BY 1;
    COMP_ID STATUS VERSION COMP_NAME
    CATALOG VALID 9.2.0.7.0 Oracle9i Catalog Views
    CATJAVA VALID 9.2.0.7.0 Oracle9i Java Packages
    CATPROC VALID 9.2.0.7.0 Oracle9i Packages and Types
    CONTEXT VALID 9.2.0.7.0 Oracle Text
    JAVAVM VALID 9.2.0.7.0 JServer JAVA Virtual Machine
    ORDIM VALID 9.2.0.7.0 Oracle interMedia
    OWM VALID 9.2.0.1.0 Oracle Workspace Manager
    SDO VALID 9.2.0.7.0 Spatial
    XDB VALID 9.2.0.7.0 Oracle XML Database
    XML VALID 9.2.0.9.0 Oracle XDK for Java
    10 rows selected.
    What tasks did I missed int the steps?
    ADDITION:
    It looks like I forgot to run the catpatch.sql and utlrp.sql.
    Edited by: user5470917 on Jun 19, 2009 2:52 PM

  • 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'

    Hi,
    I'm installing oracle 11gR1 on AIX 6.1 server, and I meet this problem on linking oracle step, Please help me to slove it,thanks
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO:   rm -f ntcontab.*
    INFO:   (if [ "assemble" = "compile" ] ; then  /oracle/db/product/11.1.0/db_1/bin/gennttab > ntcontab.c ; /oracle/db/product/11.1.0/
    db_1/bin/oraxlc   -c ntcontab.c ; rm -f /oracle/db/product/11.1.0/db_1/lib/ntcontab.o ; mv ntcontab.o /oracle/db/product/11.1.0/db_1
    /lib/ ; /bin/ar -X64 rv /oracle/db/product/11.1.0/db_1/lib/libn11.a /oracle/db/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    INFO:   (if [ "assemble" = "assemble" ] ; then  /oracle/db/product/11.1.0/db_1/bin/gennttab > ntcontab.s ; /bin/as -a64  -o ntcontab
    .o ntcontab.s ; rm -f /oracle/db/product/11.1.0/db_1/lib/ntcontab.o ; mv ntcontab.o /oracle/db/product/11.1.0/db_1/lib/ ; /bin/ar -X
    64 rv /oracle/db/product/11.1.0/db_1/lib/libn11.a /oracle/db/product/11.1.0/db_1/lib/ntcontab.o ; fi)
    INFO: mv: 0653-401 Cannot rename ntcontab.o to /oracle/db/product/11.1.0/db_1/lib//ntcontab.o:
                 A file or directory in the path name does not exist.
    INFO: make: 1254-004 The error code from the last command is 1.
    Stop.

    Pl confirm you are following all of the steps in the Install Guide - Contents

  • 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.

Maybe you are looking for

  • Why is my Photoshop CS4 not installing both 64 and 32 bit versions?

    Hello, I'm running Windows Vista Ultimate 64 bit. I purchased and downloaded Photoshop CS4 Extended and it installed as a 64 bit program. Now I need a 32 bit version also (for some Nik plugins), but the installer didn't install the 32 bit version (it

  • I lose all my cache and add ons after i restart my pc everytime

    i install some add-ons play some online multiplayer games(contract wars,spiral knights) and after i restart my pc,voila,all the add ons and the game cache is gone,i have to load the game again and download the extensions again,and each time i reload

  • New Apple Keyboard (Alu) meet G4 sawtooth?

    Hey folks, I just got a new slim aluminium Apple keyboard as a treat for my aging G4, but it seems that it won't let the Mac shutdown. If I use Ctrl-Eject and hit enter (as is my habit on Apple Pro keyboards) or if I select Shut Down from the Apple m

  • INVOIC02 - E1EDP01 Segment

    Hello Everybody, It has been observerd that in outbound function module IDOC_OUTPUT_INVOIC there is no code to populate fields like VPREI, PEINH and PMENE of E1EDP01 segment. These fields information is must for my data transfer. I can get these data

  • APEX don't allow modify rows in columns which are Primary Key ?

    I have tables: http://img508.imageshack.us/my.php?image=21269582oe8.jpg book(id_book - "Primary Key", title, year); book_author(id_book - "Primary Key", id_author - "Primary Key"); author(id_author - "Primary Key", name) I have created a new page ->