Red Hat ENTERPRISE LINUX 5.1 - LINUX ORACLE Tuning Manual page 115

Oracle 9i and 10g tuning guide
Table of Contents

Advertisement

su - root init 3 init 5
If you are using telnet you will have to set the DISPLAY variable manually.
Recovery Manager(rman) hangs
You are probably running the wrong rman binary which belongs to the XFree86-devel RPM:
$ which rman
/usr/X11R6/bin/rman
ORA-00988 missing or invalid password(s)
During the Oracle 10g installation you probably provided a password for the Oracle database accounts
that started with a digit number. Ignore this error message and change the password when you are
done with the Oracle 10g installation.
./runInstaller Crashes
The Oracle installer ./run Installer crashes with the
Exception java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-06-15_07-36-25AM/jre/1.4.2/lib/
i386/libawt.so:
libXp.so.6: cannot open shared object file: No such file or directory occurred..
java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-06-15_07-36-25AM/jre/1.4.2/lib/i386/
libawt.so:
libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477)
You may receive this error message on Red Hat Enterprise Linux 3 x86-64, Red Hat Enterprise
Linux 4 x86-64, and on other systems. Even though you most probably have /usr/X11R6/lib64/
libXp.so.6 installed on your system, this error messages is complaining that it can not find the
libXp.so.6 shared library for i386:
/tmp/OraInstall2005-06-15_07-36-25AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open
shared object file: No such file or directory
Follow the instructions below to install the i386 XFree86-libs package (XFree86-
libs-4.3.0-81.EL.i386.rpm or newer) on Red Hat Enterprise Linux 3 x86-64 with 10g (10.1.0.3) . In
order to satisfy dependencies for this i386 package, you may need to install a few other i386 RPMs as
well:
# rpm -ivh XFree86-libs-4.3.0-81.EL.i386.rpm \
XFree86-Mesa-libGL-4.3.0-81.EL.i386.rpm \
expat-1.95.5-6.i386.rpm \
fontconfig-2.2.1-13.i386.rpm \
freetype-2.1.4-4.0.i386.rpm \
zlib-1.1.4-8.1.i386.rpm
In order to install 10g (10.1.0.3) on Red Hat Enterprise Linux 4 x86-64 update 1 you must
install the i386 xorg-x11-deprecated-libs package (xorg-x11-deprecated-
109

Advertisement

Table of Contents
loading

Table of Contents