cancel
Showing results for 
Search instead for 
Did you mean: 

Error with oralce installation in RHEL 5

Former Member
0 Kudos

HI,

I am trying to install Nw04s on RHEL 5 i was in the middle of installation with the follwing error

oraSID>export DISPLAY ipaddress:0.0

cant find the export command...

how can i login to orasid and use the export command...

Accepted Solutions (1)

Accepted Solutions (1)

nelis
Active Contributor
0 Kudos

Hi surya,

What shell are you using ? ..do an echo $SHELL to check. If it's csh or tcsh then you can export your display using setenv eg. setenv DISPLAY ipaddress:0.0

Regards,

Nelis

Answers (1)

Answers (1)

Former Member
0 Kudos

in bsh

export DISPLAY=<hostname or ip address>:0

csh

setenv DISPLAY <hostname or ip address>:0

xhost +<machine-name>

DISPLAY=<machine-name>:0.0; export DISPLAY

Once it is set you ca check thrugh xclock if clock displays its Good

Vinod