Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

[IFace] - [Info] - [DB]

Error Oracle installer on Knoppix


Error Oracle installer on Knoppix..................................................................................................1
Error...................................................................................................................................... 1
installed oracle patch.............................................................................................................1
nachinstallieren der libraries......................................................................................................1

Error
[oracle@sanda oracle]$ /mnt/cdrom/install/linux/runInstaller
Initializing Java Virtual Machine from /tmp/OraInstall2004-03-20_10-27-44PM/jre/bin/java. Please wait...
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using
'localhost: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)

installed oracle patch


from metalink.oracle.com download patch p3006854_9204_LINUX.zip
and install

as root
export DISPLAY=:0

as oracle
xhost local:unix

nachinstallieren der libraries

...

oracle@lisa:~$ export DISPLAY=:0

oracle@lisa:~$ /cdrom/install/linux/runInstaller

23.072004 - NEUER FEHLER – runInstaller – Permission denied !!!!

mount –o exec /dev/cdrom /cdrom

P:\projekte\oracle\CoreTech\RDBMS\install\linux\20040000_bis_20120000\20040723_Errors_Installing_Oracle_on_KNOPPIX.odt
Helmut Heidel Page 1 9/2/2020
[IFace] - [Info] - [DB]

P:\projekte\oracle\CoreTech\RDBMS\install\linux\20040000_bis_20120000\20040723_Errors_Installing_Oracle_on_KNOPPIX.odt
Helmut Heidel Page 2 9/2/2020
[IFace] - [Info] - [DB]

ins_rdbms.mk

P:\projekte\oracle\CoreTech\RDBMS\install\linux\20040000_bis_20120000\20040723_Errors_Installing_Oracle_on_KNOPPIX.odt
Helmut Heidel Page 3 9/2/2020
[IFace] - [Info] - [DB]

# cd /usr/bin
# ls -l gcc g++
gcc -> gcc296
g++ -> g++296

If these links do not exist, create them as follows:

1. Create a backup of the existing files:

# mv /usr/bin/gcc /usr/bin/gcc.backup
# mv /usr/bin/g++ /usr/bin/g++.backup

2. Create the symbolic links:

# ln -s /usr/bin/gcc296 /usr/bin/gcc
# ln -s /usr/bin/g++296 /usr/bin/g++

You can restore the original files if required, however you must recreate the links as described
in this procedure for Oracle Application Server to relink properly.

P:\projekte\oracle\CoreTech\RDBMS\install\linux\20040000_bis_20120000\20040723_Errors_Installing_Oracle_on_KNOPPIX.odt
Helmut Heidel Page 4 9/2/2020
[IFace] - [Info] - [DB]

PATCH SET

P:\projekte\oracle\CoreTech\RDBMS\install\linux\20040000_bis_20120000\20040723_Errors_Installing_Oracle_on_KNOPPIX.odt
Helmut Heidel Page 5 9/2/2020

You might also like