1753797 Members
7347 Online
108805 Solutions
New Discussion юеВ

DISPLAY env is not set

 
SOLVED
Go to solution
prash_1
Frequent Advisor

DISPLAY env is not set



Dear Gurus,

I am installing oracle9i in su-linux.
while running runinstaller script it is giving an error that DISPLAY env is not set
then I set
DISPLAY=localhost:0.0
and export DISPLAY variable
then also it is giving same the error message.


How can I solve this issue?

Thanks in adv
2 REPLIES 2
Ivan Ferreira
Honored Contributor
Solution

Re: DISPLAY env is not set

Probably, the script opens a new shell and the DISPLAY variable is not used in the new shell if you export it to your current shell.

Add the DISPLAY variable to the .bash_profile (if bash shell is used) for the oracle user.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
prash_1
Frequent Advisor

Re: DISPLAY env is not set

thank I put DISPLAY variable in .profile file.