install Oracle 8.1.7 [message #367091] |
Wed, 15 November 2000 10:08 |
Ed Williamson
Messages: 3 Registered: November 2000
|
Junior Member |
|
|
Attempting to install Oracle with a AIX box. Receiving DISPLAY error. Attempted export DISPLAY=0 and comes back unable to launch JAVA.
|
|
|
Re: install Oracle 8.1.7 [message #367096 is a reply to message #367091] |
Wed, 15 November 2000 14:35 |
Urko
Messages: 3 Registered: November 2000
|
Junior Member |
|
|
On solaris you need
export DISPLAY=my.ip.address:o.o where my.ip.address is the address of the box where the
java will display. You may also need to xhost +
This is all in the install guide
|
|
|
|
|
Re: install Oracle 8.1.7 [message #367100 is a reply to message #367091] |
Tue, 21 November 2000 10:38 |
Sanjay
Messages: 236 Registered: July 2000
|
Senior Member |
|
|
Please note that Oracle 8i installation is X-Windows based. Post by Urko give you details on setting your DISPLAY to your ip address and xhosts as well.
You might also wanna include the X11 path in your PATH variable
export PATH=$PATH:/usr/bin/X11
|
|
|