Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle 11.2 installation issue on Red hat Linux 6.0 (86x_64)

Tushar LapaniOct 17 2013 — edited Oct 24 2013

Hi!!

When I try to execute .runInstaller file it returns following error.

Checking Temp space: must be greater than 80 MB.   Actual 24791 MBPassed
Checking swap space: must be greater than 150 MB.   Actual 1535 MBPassed
Checking monitor: must be configured to display at least 256 colors.Actual 16777216Passed

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-10-17_12-11-23AM. Please wait ...[oracle@tushar database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-10-17_12-11-23AM/jdk/jre/lib/i386/xawt/libmawt.so: libXext.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:1751)

    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)

    at java.lang.Runtime.load0(Runtime.java:769)

    at java.lang.System.load(System.java:968)

    at java.lang.ClassLoader$NativeLibrary.load(Native Method)

    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)

    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)

    at java.lang.Runtime.loadLibrary0(Runtime.java:822)

    at java.lang.System.loadLibrary(System.java:993)

    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.awt.Toolkit.loadLibraries(Toolkit.java:1509)

    at java.awt.Toolkit.<clinit>(Toolkit.java:1530)

    at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)

    at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)

    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:122)

    at java.lang.Class.forName0(Native Method)

    at java.lang.Class.forName(Class.java:242)

    at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1783)

    at javax.swing.UIManager.setLookAndFeel(UIManager.java:480)

    at oracle.install.commons.util.Application.startup(Application.java:758)

    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)

    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)

    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)

    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)

    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)

So I want to know Did I have miss any package during Linux installation or Is there any other problem ?.  If yes then which package I should install?

My ORACLE_BASE = /u01/app/oracle

     ORACLE_HOME =/u01/app/oracle/product/11.2.0/dbhome_1

     ORACLE_SID= orcl

Thanks & Regards...

Tushar

This post has been answered by Asif Muhammad on Oct 17 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2013
Added on Oct 17 2013
4 comments
18,908 views