LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-12-2006, 05:02 AM   #1
chanwing
Member
 
Registered: Feb 2005
Posts: 42

Rep: Reputation: 15
Oracle9.2.0.4 Installation Problem on Fedora 5.0


Hello everybody,

I have a question about Oracle Installation.
I have already followed the instruction of Oracle Installation, however, the software cannot be run.

Some information of the problem are as belows:
----------------------------------------------------
[root@hgsl1 /]# rpm -q gcc cpp glibc-devel kernel-headers binutils
gcc-4.1.0-3
cpp-4.1.0-3
glibc-devel-2.4-4
package kernel-headers is not installed
binutils-2.16.91.0.6-4

[root@hgsl1 /]# xhost +hgsl1
hgsl1 being added to access control list

[root@hgsl1 /]# su oracle
[oracle@hgsl1 /]$ export DISPLAY=hgsl1:0.0
[oracle@hgsl1 /]$ /opt/Disk1/runInstaller
[oracle@hgsl1 /]$ Initializing Java Virtual Machine from /tmp/OraInstall2006-10-12_09-05-10AM/jre/bin/java. Please wait...
Error occurred during initialization of VM
Unable to load native library: /tmp/OraInstall2006-10-12_09-05-10AM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
-----------------------------------------------------

Can anyone help me?
Thank you very much
 
Old 10-13-2006, 03:10 PM   #2
Lenux78
Member
 
Registered: Jun 2006
Location: Venezuela
Distribution: A Lot
Posts: 40

Rep: Reputation: 15
Hello chanwing...

it seems like jdk problem... Oracle 9i runs better in JDK version 1.3.1_15, I suggest you to see this link http://www.csu.ac.ru/~srg/InstallingOracle9i.shtml.. is very helpfull. Follow all the instructions there in the section you need... it work for me..

Regards
 
Old 11-16-2006, 03:37 AM   #3
chanwing
Member
 
Registered: Feb 2005
Posts: 42

Original Poster
Rep: Reputation: 15
THank you very much, Lenux78.

I saw it and I downloaded a patch "p3006854_9204_LINUX.zip".
It solved my problem.
However, an other problem happens.
This problem is not included in the link http://www.csu.ac.ru/~srg/InstallingOracle9i.shtml

What can I do??? Please Help.

-----------------------------------------------------
[oracle@hgsl1 /]$ Initializing Java Virtual Machine from /tmp/OraInstall2006-11-16_03-38-40PM/jre/bin/java. Please wait...
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using hgsl1:0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:59)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
at java.awt.Window.<init>(Window.java:188)
at java.awt.Frame.<init>(Frame.java:315)
at java.awt.Frame.<init>(Frame.java:262)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
-----------------------------------------------------
 
Old 11-17-2006, 06:07 AM   #4
Lenux78
Member
 
Registered: Jun 2006
Location: Venezuela
Distribution: A Lot
Posts: 40

Rep: Reputation: 15
Hello changing....

It seems to me for the exception error: Can't connect to X11 window server using hgsl1:0.0' as the value of the DISPLAY variable. that you are trying to make the installation through a remote terminal maybe using ssh or telnet... am i right??? if this is the situatio then you are not exporting the X Windows... Remember that Oracle installation use XWindows ... there are no other ways like ascii installation... on Linux is through Windows... so that's the reason they're using java for that...

If you want to install it through remote terminal there are two ways...

using ssh: ssh -X user@remotemachine
this will export de Display automatically... previusly you should be able to do that configuring /etc/ssh/sshd_config

and using telnet: which i don't think is the better way to do for all security reasons... but if that is your case so:

in the local machine: xhost <ip or name remote machine>

remote machine: export DISPLAY=<local machine ip address>:0.0

try it and write me back to know if that helps you...

good luck..

regards

Lenux
 
Old 11-19-2006, 07:37 AM   #5
chanwing
Member
 
Registered: Feb 2005
Posts: 42

Original Poster
Rep: Reputation: 15
Thank you ,Lenux78.

I use your method but it still cannot run (I may do wrongly for your method).
However, I have already solved it by the below methods.

#xhost +
#su - oracle
$export DISPLAY=:0.0
$/opt/Disk1/runInstaller

P.S. I didn't write down at any hostname. It just open for all hostname.

However, when I install the Oracle Client 9.0.2.4, it is hang up........
Do you know how to solve it? I have installed many times but it is also hang up at 27%.
---------------------------------------
Install successful
Linking Oracle Net Required Support Files
9.2.0.4.0

Linking in progress
(at 27%)
---------------------------------------

is my package sources corrupted? or any other problems?
Please Help!
 
Old 11-19-2006, 07:38 AM   #6
chanwing
Member
 
Registered: Feb 2005
Posts: 42

Original Poster
Rep: Reputation: 15
Thank you ,Lenux78.

I use your method but it still cannot run (I may do wrongly for your method).
However, I have already solved it by the below methods.

#xhost +
#su - oracle
$export DISPLAY=:0.0
$/opt/Disk1/runInstaller

P.S. I didn't write down at any hostname. It just open for all hostname.

However, when I install the Oracle Client 9.0.2.4, it is hang up........
Do you know how to solve it? I have installed many times but it is also hang up at 27%.
---------------------------------------
Install successful
Linking Oracle Net Required Support Files
9.2.0.4.0

Linking in progress
(at 27%)
---------------------------------------

is my package sources corrupted? or any other problems?
Please Help!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fedora 4 installation problem valden Linux - Software 3 07-26-2006 09:44 PM
Installation problem with Fedora 2 danielsender Linux - Software 1 07-08-2004 04:04 PM
Fedora 2 problem after installation Toddo97 Fedora - Installation 0 06-13-2004 08:20 PM
FEDORA: Problem with fedora installation kaled el massry Fedora 11 03-27-2004 08:02 PM
problem of cpio -idcmv <file-name> for oracle9 downloading files richard-li Linux - General 2 02-26-2004 09:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration