cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle install problem in linux

Former Member
0 Kudos

hi,

cannot execute the Export command before running the command ./RUNINSTALL.SH

Error is

OraSID#export DISPLAY=ipaddress:0.0

cannot find the command but i can find the export command in sbin and also i checked echo$DISLPAY and got output as :0.0 and also i can export in root user.

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

So if you get a value, don't set DISPLAY manually, it's only necessary if you display

- on a different host

- on the same host using a different user than the one you're logged in

RUNINSTALLER will run for some time before it fires up a GUI so be patient

--

Markus

Former Member
0 Kudos

hi,

i am using to install oracle as user orasid so i tried commadn echo $DISPLAY it gives DISPLAY:undefined variable and how to set it gives me an error while install of oracle askes for DISPLAY to set

markus_doehr2
Active Contributor
0 Kudos

If you are logged in as root do the following:

- open a new terminal window

- su - orasid

- open a second terminal window

- in this window enter "echo $DISPLAY", use that value

- then in the first (orasid) window enter "setenv DISPLAY <yourdisplay"

- and don't forget to give in the SECOND (root) window: "xhost +"

--

Markus

Former Member
0 Kudos

ya got it thanks markus but i login with Gui as second login and then executes the script anyway thanks markus

Former Member
0 Kudos

Hi Markus,

thanks for your valuable information.

i wanna award 10points.But, i able to reply to your answer.

any thanks a lot.

by

Raghav

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks a lot, I solved my problem with your method!