My <<oracle DBA factory full set of video tutorials >>, Welcome to watch: http://edu.51cto.com/lecturer/index/user_id-1850277.html
Linux 6 and later is not an Oracle 10g certified version, which is prone to the following errors after Runinstaller compared to Linux 5:
Exception Java.lang.UnsatisfiedLinkError:/tmp/orainstall2015-06-09_06-28-58pm/jre/1.4.2/lib/i386/libawt.so: Libxt.so.6:
Cannot open shared object File:no such file or directory occurred.
The installation of the graphical interface, this problem requires the installation of additional RPM package: libxt.i686 libxtst.i686
After installation, the installation interface can be successfully ejected by/RUNINSTALLER-IGNORESYSPREREQS.
Also, install Oracle 10g on Linux 6, prone to pop-up errors when installing Progress 83%: Ins_emdb.mk, this is a bug for Oracle, as follows:
Symptoms
The installation process of 10.2.0.1 RDBMS software on SLES one x86_64 throws the following error at 83%,
During the process of (aka when OUI prompt reads) "Relinking SGA Fetchlet and Nmcollector binary".
Error Popup Thrown is:
--------------------------------
Error in invoking target ' collector ' of makefile
' $ORACLE _home/sysman/lib/ins_emdb.mk '. See
' $ORACLE _base/orainventory/logs/installactions<date-time-stamp>.log ' for details.
Cause
You are encountering published Bug 8993720:error invoking TARGET ' COLLECTOR ' of MAKEFILE ' $O _h/sysman/lib/ins_emdb.mk '
INFO:
/usr/lib64/gcc/x86_64-suse-linux/4.3/. /.. /.. /.. /X86_64-SUSE-LINUX/BIN/LD:
i386 architecture of input file ' $ORACLE _HOME/SYSMAN/LIB/SNMCCOLM.O ' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.3/. /.. /.. /.. /X86_64-SUSE-LINUX/BIN/LD:
i386 architecture of input file ' $ORACLE _home/sysman/lib/libnmccol.a (NMCCOLE.O) ' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.3/. /.. /.. /.. /X86_64-SUSE-LINUX/BIN/LD:
i386 architecture of input file ' $ORACLE _home/sysman/lib/libnmcbuf.a (NMCBUFT.O) ' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.3/. /.. /.. /.. /X86_64-SUSE-LINUX/BIN/LD:
i386 architecture of input file ' $ORACLE _home/sysman/lib/libnmcbuf.a (NMCBUFW.O) ' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.3/. /.. /.. /.. /X86_64-SUSE-LINUX/BIN/LD:
i386 architecture of input file ' $ORACLE _home/sysman/lib/libnmcbuf.a (NMCBUFU.O) ' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.3/. /.. /.. /.. /X86_64-SUSE-LINUX/BIN/LD:
i386 architecture of input file ' $ORACLE _home/sysman/lib/libnmcbuf.a (SNMCBUFM.O) ' is incompatible with i386:x86-64 Output
/usr/lib64/gcc/x86_64-suse-linux/4.3/. /.. /.. /.. /X86_64-SUSE-LINUX/BIN/LD:
i386 architecture of input file ' $ORACLE _home/sysman/lib/libnmcbuf.a (NMCBUFF.O) ' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.3/. /.. /.. /.. /X86_64-SUSE-LINUX/BIN/LD:
i386 architecture of input file ' $ORACLE _home/sysman/lib//libnmadbg.a (NMADBG.O) ' is incompatible with i386:x86-64 output
/usr/lib64/gcc/x86_64-suse-linux/4.3/. /.. /.. /.. /X86_64-SUSE-LINUX/BIN/LD:
i386 architecture of input file ' $ORACLE _home/sysman/lib//libnmadbg.a (SNMADBG.O) ' is incompatible with i386:x86-64 Output
Collect2:ld returned 1 exit status
MAKE[1]: * * * [$ORACLE _home/s
Info:ysman/lib/nmccollector] Error 1
Make: * * * [nmccollector] Error 2
According to Novell's certification of 10GR2 software on SLES One x86_64, this linking the error should be ignored.
Additionally, Novell ' s certification of 10GR2 software on SLES One x86_64 indicates that at least the 10.2.0.4 Patchset is Required.
This linking error does not occur during the 10.2.0.4 Patchset.
The Novell documentation about installation of Oracle 10GR2 on SLES One x86-64 can be found at:
Http://ftp.novell.com/partners/oracle/docs/10gR2_sles11_install.pdf
Solution
1. The popup error concerning the linking of target "collector" at about 83% of the linking process of the 10.2.0.1 base-r Elease install should be ignored.
2. Apply 10.2.0.4 or 10.2.0.5 patchset
My <<oracle DBA factory full set of video tutorials >>, Welcome to watch: http://edu.51cto.com/lecturer/index/user_id-1850277.html
This article is from the "Oracle World of Hunter" blog, please contact the author!
Linux 6 or later install oracle10g issues