Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Oracle 9i Installation on Fedora core 2

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi all,
I tried to install oracle 9i on fedora core2 following the instructions in
www.idevelopment.info/data/Oracle/DBA_tips/Linux/Linux_8.shtml
i set t
DISPLAY=192.168.3.21:0.0
export DISPLAY
when i tried to execute runInstaller for Disk1

got the error
Initializing Java Virtual Machine from /tmp/OraInstall2005-09-14_08-44-14AM/jre/bin/java. Please wait...
Exception Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using '192.168.3.21:0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:134)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62)
at java.awt.Window.init(Window.java:231)
at java.awt.Window.<init>(Window.java:275)
at java.awt.Frame.<init>(Frame.java:401)
at java.awt.Frame.<init>(Frame.java:366)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
can any one help me out please
i exported the DISPLAY variable as oracle user itself

Regards and Thanks
Anuja K.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Anuja,
Welcome to JavaRanch!

In the future, please don't post the same question in multiple forums. I'll close this one and you can continue in the thread in Oracle.
 
    Bookmark Topic Watch Topic
  • New Topic