cancel
Showing results for 
Search instead for 
Did you mean: 

Display environment for oracle installtion

Former Member
0 Kudos

Hello Experts,

I am installing oracle for the first time on Linux machine. I have to install oracle 11 for BO 4.0 . While running INSTALLERCHECK it is giving error that display environment is not set. I tried to run on the linux machine taking console and run xhost + but it is giving error No protocol specified

and xhost: unable to open display ":0.0".

I am new for this. can someone help me in setting this.

Regards,

Rahul

Accepted Solutions (0)

Answers (3)

Answers (3)

ACE-SAP
Active Contributor
0 Kudos

Hello,

As you are using putty you can try X11 forwarding option with Xming

Regards

https://wiki.utdallas.edu/wiki/display/FAQ/X11+Forwarding+using+Xming+and+PuTTY

Former Member
0 Kudos

Hello Rahul K,

You can use a program to access to your machine with ssh.

I recomend you Mobax terminal.

With this program you can see in the top of the initial window the variable DISPLAY that you have to export in your users to can run one installer, like runinstaller of Oracle.

And later you can use a shell for the display:

bash

export DISPLAY=<Display showed in the top of mobax temrinal>

./runinstaller

Regards,

Sriram2009
Active Contributor
0 Kudos

Hi Rahul

Could you paste or attach the log?

BR

SS

Former Member
0 Kudos

Hi SS,

On linux server with console i tried,

DISPLAY=:0.0

3) export DISPLAY

4) xhost +


then it give error


error No protocol specified

and xhost: unable to open display ":0.0".

and on putty i tried

orabid@AO1:~> export DISPLAY=

orabid@AO1:~> export DISPLAY=192.168.44.8

orabid@AO1:~> xclock

Error: Can't open display: 192.168.44.8

Regards,

Rahul