Hi,
I installed Oracle 9i in my FC1 (kernel-2.4.22-1.2174.nptl) then created
the user "oracle" and the groups "dba", "oinstall", "opache" then linked
the "oracle" user to "dba", "oinstall", "oracle" and "bioinfo"... and user
"apache" to "apache" and "oinstall" groups.
Trying to install the patch "p3095277_9204_LINUX.zip", I run the
"runInstaller" located in the Disk1 folder created by that patch like
this:
[oracle tryps oracle]$ /usr/local/oracle/92040/Disk1/runInstaller
Initializing Java Virtual Machine from
./stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/linux/bin/java.
Please wait...
Exception in thread "main" java.lang.InternalError: Can't connect to X11
window server using 'my.ip.addres: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)