Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Oracle > Error while installing Oracle 10G R2 on Fedora 8

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-06-08, 14:23
neel.gurjar neel.gurjar is offline
Registered User
 
Join Date: Jun 2008
Posts: 18
Error while installing Oracle 10G R2 on Fedora 8

Hi,
I am installing Oracle 10G R2 on Fedora 8 machine.
I followed all the steps which are given in http://www.puschitz.com/InstallingOracle10g.shtml

But when I execute ./runInstaller script I am getting below given error.

Please help.

THanks
NeeleshG
Error ===============>

[oracle@neelesh ORACLE]$ ./runInstaller
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed


All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-07-06_12-26-00PM. Please wait ...[oracle@neelesh ORACLE]$ No protocol specified
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvir onment(Unknown Source)
at java.awt.Window.init(Unknown Source)
at java.awt.Window.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init >(OiocOneClickInstaller.java:378)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.main( OiocOneClickInstaller.java:2091)
Reply With Quote
  #2 (permalink)  
Old 07-06-08, 14:28
neel.gurjar neel.gurjar is offline
Registered User
 
Join Date: Jun 2008
Posts: 18
I tried following thing:

[oracle@neelesh ORACLE]$ ./runInstaller --help
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-07-06_12-31-06PM. Please wait ...[oracle@neelesh ORACLE]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
Copyright (C) 1999, 2005, Oracle. All rights reserved.

No protocol specified
Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
:0
:0
OUI-10025:Unable to start an interactive install session because of the following error:Can't connect to X11 window server using ':0' as the value of the DISPLAY variable. The DISPLAY environment variable should be set to <hostname or IP address>:<screen>, where the <screen> is usually '0.0'.............

So I tried :

# xhost +

but again it gave error:

No protocol specified
xhost: unable to open display ":0"

Please suggest.
Neelesh
Reply With Quote
  #3 (permalink)  
Old 07-06-08, 14:30
neel.gurjar neel.gurjar is offline
Registered User
 
Join Date: Jun 2008
Posts: 18
I resolved this issue by following way:

1. As root user I run "xhost +" command so access control got disabled
2. Then as "oracle" user I ran same command.

and now I ran ./runInstaller command and it worked.,

THanks
NeeleshG
Reply With Quote
  #4 (permalink)  
Old 07-07-08, 09:44
beilstwh beilstwh is offline
Registered User
 
Join Date: Jun 2004
Location: Liverpool, NY USA
Posts: 1,642
In the section on running the runinstall it tells you to set the DISPLAY and the xhost settings. You need to follow all the instructions.
__________________
Bill
Cream always raises to the top, and so does the scum!!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On