Oracle installation appears garbled and other related problems _oracle

Source: Internet
Author: User
Tags deprecated
An error was encountered while installing Oracle
Preparing to launch Oracle Universal Installer from/tmp/orainstall2011-11-03_12-53-01pm. Please wait ... [Oracle@localhost database]$ Exception in thread ' main ' java.lang.UnsatisfiedLinkError:/tmp/orainstall2011-11-03_ 12-53-01pm/jre/1.4.2/lib/i386/libawt.so:libxp.so.6:cannot open Shared object file:no such file or directory
Mt-bvp&r0 at Java.lang.classloader$nativelibrary.load (Native method)
*q gqx5g9x/r0 at Java.lang.ClassLoader.loadLibrary0 (Unknown Source)
#fY |dz5ojec0 at Java.lang.ClassLoader.loadLibrary (Unknown Source) itpub personal Space g.| QBK
At Java.lang.Runtime.loadLibrary0 (Unknown Source) itpub personal space V G JYZ%VX
At Java.lang.System.loadLibrary (Unknown Source) itpub personal space ID; N[w ' \
At Sun.security.action.LoadLibraryAction.run (Unknown Source)
U+w ' Vd ' Ef0 at Java.security.AccessController.doPrivileged (Native method) itpub personal Space ie4h o m&y3e
At Sun.awt.NativeLibLoader.loadLibraries (Unknown Source) itpub personal space, yp\,i "ZCB
At sun.awt.debughelper.<clinit> (Unknown Source) itpub personal space M&@1uz "\
At java.awt.component.<clinit> (Unknown Source)
L]5QF ' l8oiu0
Found the information on the Internet, said the installation package is missing
The following error message appears after #./runinstaller:
Install Oracle1020 on RedHat AS5 x86
Exception in thread "main" Java.lang.UnsatisfiedLinkError:
/tmp/orainstall2007-12-03_09-02-02am/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 (Unknown Source)
At Java.lang.ClassLoader.loadLibrary (Unknown Source)
At Java.lang.Runtime.loadLibrary0 (Unknown Source)
At Java.lang.System.loadLibrary (Unknown Source)
At Sun.security.action.LoadLibraryAction.run (Unknown Source)
At Java.security.AccessController.doPrivileged (Native method)
At Sun.awt.NativeLibLoader.loadLibraries (Unknown Source)
At Sun.awt.DebugHelper. (Unknown Source)
At Java.awt.Component. (Unknown Source)

workaround See error two
Oo?g D0 Error One:
/tmp/orainstall2007-12-30_02-16-11pm/jre/1.4.2/lib/i386/libawt.so:libxp.so.6:cannot open Shared object File:no such File or directory occurred.
The reason is: missing graphical dynamic link libraries that support printing libxp.so.6
This error is due to the lack of system installation package, in the previous version of RHEL5, install Xorg-x11-deprecated-libs package, this installation package can be found on the system CD in the third disk (for Redhat as4.2 before, Redhat as4.4 is on the fourth installation disc)
xorg-x11-deprecated-libs-6.8.2-31.i386.rpm

Error Two
Exception:java.lang.unsatisfiedlinkerror:/usr/java/j2sdk1.4.2_06/jre/lib/i386/libawt.so:libxt.so.6:cannot Open Shared object File:no such file or directory
K5h5yn?a1cw$f0 This error is also due to the lack of system installation package, just install the Xfree86-libs package, this installation package can be found on the system CD.
In the above two errors, if they appear in the Redhat AS5 version, are resolved as follows:
The top package in the RHEL5 is replaced by LIBXP, so RPM-IVH libxp-1.0.0-8.i386.rpm will solve the problem after the packet is hit.

Error Three
Error while loading shared libraries:libstdc++-libc6.1-1.so.2
Use only the following actions
#cd/usr/lib
#ln-S Libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-1.so.2

Reference Case
Case a
On the RHEL5 test installation oracle10g, first of all, in the execution of Runinstaller, the system error:
You don't have sufficient permissions to access the inventory '/oracle11g/orainventory '. Installation cannot continue. Make sure so you have Read/write permissions to the inventory directory and restart the installer.: Permission denied
Here is a new 10g user method to make 10g,11g co-exist, in fact, when starting the installer, Oracle will find/etc/orainst.loc and oratab these two files (HP is/var/opt/oracle)
And in the orainst.loc inside defined inventory_loc position and inst_group, because before a 11g, inside the definition is set for 11g users, so will be an error. The solution is to run the Runinstaller-invptrloc/oracle10g/orainst.loc command, and Oracle will create a new loc file.
After the last step was successfully passed, the following error was reported:
Exception Java.lang.UnsatisfiedLinkError:/tmp/orainstall2007-08-30_02-16-11pm/jre/1.4.2/lib/i386/libawt.so: Libxp.so.6:cannot open Shared object file:no such file or directory occurred.
#y7c, OY.V [) Nv&r#^0java.lang.unsatisfiedlinkerror:/tmp/orainstall2007-08-30_02-16-11pm/jre/1.4.2/lib/i386 /libawt.so:libxp.so.6:cannot open Shared object file:no such file or directory
Before RHEL5 this error was due to the lack of xfree86-libs or xorg-x11-deprecated-libs one of the two packages (different versions of different packages), while the previous package in RHEL5 was replaced by LIBXP, so RPM-IVH LIBXP-1.0.0-8.I386.RPM will solve the problem after the package is hit.

Case Two
The following error occurred while starting the installation:
Error while loading shared libraries:libstdc++-libc6.1-1.so.2itpub personal Space d$j1?7 ' jg*j
Solution is
#cd/usr/libitpub personal space. k6o]; Q "A; [F
#ln-S Libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-1.so.2
-b[-q8o "O?u0itpub Personal space C%w5pne#y,o
Exception:java.lang.unsatisfiedlinkerror:/usr/java/j2sdk1.4.2_06/jre/lib/i386/libawt.so:libxp.so.6:cannot Open Shared object File:no such file or directory
I2B Zz3zo ' O0 solution is itpub personal space a "H h0u9t%i?
Apt-get Install libxp.so.6itpub personal Space z1|d ' (c~h
Apt-get Install libxt.so.6
|v-s$dz3o4zw1x$mx0apt-get Install Libxtst6

Case Three
When using Jasperreport as a report engine on RH Linux7.3, the same problem was encountered: Itpub personal space) T-J PDU
Exception:java.lang.unsatisfiedlinkerror:/usr/java/j2sdk1.4.2_06/jre/lib/i386/libawt.so:libxt.so.6:cannot Open Shared object File:no such file or directory
Reason: Lack of graphical dynamic link library libxp.so.6 (and perhaps other related libraries) that support printing
K^.du,df0v0 Solution:
Download and install Xfree86-libs-4.2.0-8.i386.rpm,/usr/x11r6/lib will appear as needed libxp.so.6.2
A download address attached to xfree86-libs-4.2.0-8.i386.rpm:
F%k_c of0ftp://ftp.nluug.nl/vol/1/schoollan/os/linux/rpms/xfree86-libs-4.2.0-8.i386.rpm
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.