installation is not successful
717168Oct 21 2009 — edited Oct 22 2009Hi,
I am not able to invoke sqlplus and getting below error.Also I am providing all details.
file details of /oracle/product/1020/jdk/jre/lib/i386/libawt.so
[oracle@localhost i386]$ ls
awt_robot libdcpr.so libjaas_unix.so libJdbcOdbc.so libjsound.so librmi.so
client libdt_socket.so libjavaplugin_jni.so libjdwp.so libmlib_image.so libverify.so
jvm.cfg libfontmanager.so libjava.so libjpeg.so libnative_chmod.so libzip.so
libawt.so libhprof.so libjawt.so libjsig.so libnet.so native_threads
libcmm.so libioser12.so libjcov.so libjsoundalsa.so libnio.so server
[oracle@localhost i386]$ pwd
/oracle/product/1020/jdk/jre/lib/i386
Vi .bash_profile
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
export ORACLE_BASE=/oracle
export ORACLE_HOME=/oracle/product/1020
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib:$ORACLE_HOME/jdbc/lib:$ORACLE_HOME/jdk/jre/lib
export TNS_ADMIN=/oracle/admin/
export PATH=$PATH:$ORACLE_HOME/bin:/usr/bin:/usr/ccs/bin:$ORACLE_HOME/jdk/bin
Exception in thread "main" java.lang.UnsatisfiedLinkError: /oracle/product/1020/jdk/jre/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:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:506)
~
Installation in progress (Wed Oct 21 17:35:20 GMT+05:30 2009)
............................................................... 14% Done.
............................................................... 28% Done.
............................................................... 42% Done.
............................................................... 56% Done.
............................................................... 70% Done.
................ 74% Done.
Install successful
Linking in progress (Wed Oct 21 17:36:58 GMT+05:30 2009)
. 74% Done.
Link successful
Setup in progress (Wed Oct 21 17:37:12 GMT+05:30 2009)
.................. 100% Done.
Setup successful
End of install phases.(Wed Oct 21 17:37:15 GMT+05:30 2009)
Starting to execute configuration assistants
Configuration assistant "Oracle Net Configuration Assistant" failed
SEVERE:OUI-10104:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured. Select the failed assistants and click the 'Retry' button to retry them.
--------------------------------------
The "/oracle/product/1020/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
The "/oracle/product/1020/cfgtoollogs/configToolAllCommands" script contains all commands to be executed by the configuration assistants. This file may be used to run the configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
--------------------------------------
WARNING:The following configuration scripts
/oracle/product/1020/root.sh
need to be executed as root for configuring the system. If you skip the execution of the configuration tools, the configuration will not be complete and the product wont function properly. In order to get the product to function properly, you will be required to execute the scripts and the configuration tools after exiting the OUI.
The installation of Oracle Database 10g was successful, but some optional configuration assistants failed, were cancelled or skipped.
Please check '/oracle/oraInventory/logs/silentInstall2009-10-21_05-35-08PM.log' for more details.
[oracle@localhost database]$ sqlplus
[oracle@localhost database]$
Please advise me what to do now without installing libxp.I am using silent mode.However with the same step I am able to install on linux 5.But I am getting above error in Linux 4.
Thanks,
Mk