DISPLAY variable erroring when installing Oracle 10g.


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users DISPLAY variable erroring when installing Oracle 10g.
# 1  
Old 06-14-2008
Question DISPLAY variable erroring when installing Oracle 10g.

Hi,

I'm trying to install Oracle 10g in Solaris 10.
As required in the instructions, I set the DISPLAY variable:

$ DISPLAY=192.168.150.128:0.0 ; export DISPLAY

when run the runInstaller in a terminal, it displays an error related to DISPLAY variable. Smilie

Any ideas??

Thanks.
# 2  
Old 06-15-2008
If you are remotely connected via rsh/ssh to the server where you want to install Oracle, you may need to execute "xhost +" on your client machine (192.168.150.128).

If the IP address provided is the server and you are physically connected to it, set DISPLAY variable as follow and retry:

Code:
DISPLAY=":0.0" export DISPLAY

# 3  
Old 06-15-2008
Hammer & Screwdriver

It worked with:
DISPLAY=":0.0" export DISPLAY

Thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

Oracle 10g on AIX7

Hi, anyone know if Oracle Database 10g is AIX 7 certified??? thanks in advance. Regards. Mario (2 Replies)
Discussion started by: Zio Bill
2 Replies

2. OS X (Apple)

Installing Oracle 10g on Snow Leopard using this tutorial

This tutorial. Which is a lovely tutorial, really, and was working up until this instruction: Now download db.zip installation archive and place it somewhere and unzip it: mkdir Install cd Install # download db.zip to this directory unzip db.zip cd db/Disk1 I didn't know how to... (1 Reply)
Discussion started by: khayraB
1 Replies

3. Solaris

When installing the Oracle it complains that must be configured to display at least .

Good Evening, When I try to install the oracle in Solaris 10, I get the following error: Checking Temp space: must be greater than 250 MB. Actual 27740 MB Passed Checking swap space: must be greater than 500 MB. Actual 28555 MB Passed Checking monitor: must be configured to... (12 Replies)
Discussion started by: aa_monster
12 Replies

4. Solaris

Installing oracle 10g on solaris

Thanks all for your help. Now here is another problem i have, i have been trying to install oracle 10g on solaris but i keep getting this error message "there is not enough memory on the volume you specify to copy the starter database files the oracle universal installer discover that you have... (8 Replies)
Discussion started by: mutiat
8 Replies

5. UNIX for Advanced & Expert Users

ORA-12157 error installing Oracle 10g on Fedora 5

Hi, Im installing Oracle 10g on Fedora 5, I did it once, but when I tried to set it up again I got this error on the last part of the install... ORA-12157: TNS: internal network communication error Anybody know what might cause this? I think I have installed all required RPMs and set... (1 Reply)
Discussion started by: Joncamp
1 Replies

6. Red Hat

Help installing Oracle 9i/10g on RedHat?

If anybody can help would be greatly appreciated... I get the same error with Oracle 9i & 10g when installing on Red Hat Fedora 4, it's java related... Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-03-16_01-09PM/jre/lib/i386/libawt.so: connat restore segment... (0 Replies)
Discussion started by: Joncamp
0 Replies

7. UNIX for Advanced & Expert Users

oracle 10g

I have download Oracle 10g for Solaris and I have configurate environment than I will start runInstaller and I have a messege that my version of solaris is not 5.7 , 5.8 and 5,9 I have 5.10 Solaris version what I shoud do I have download most actuall Oracle databases. (4 Replies)
Discussion started by: Deux
4 Replies
Login or Register to Ask a Question