If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > How to set DISPLAY to support X11 window server

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-19-08, 11:28
gohappy gohappy is offline
Registered User
 
Join Date: Apr 2008
Posts: 24
Red face How to set DISPLAY to support X11 window server

I can run xclock from root but not able to run in a user (oracle)
when ever try, getting this error.......


I am getting this error during installation of ORACLE-10g (10.2) in Solaris-10 (X86).............when I do ./runInstaller

DISPLAY not set. Please set the DISPLAY and try again. or
Can't connect to X11 window server using '192.168.1.128:0.0' as the value of the DISPLAY variable



How to set the Display to support X11..........

OS-solaris 10 (X86)
Laptop- ACCER, AMD Processor with 2GHz

Pls help me out

Thanks,
gohappy
Reply With Quote
  #2 (permalink)  
Old 09-23-08, 01:48
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
What do you get from root if you enter
echo $DISPLAY
my guess is it might end with another number e.g. 1.0 instead of 0.0
Reply With Quote
  #3 (permalink)  
Old 09-24-08, 11:27
gohappy gohappy is offline
Registered User
 
Join Date: Apr 2008
Posts: 24
It's showing :0.0
Reply With Quote
  #4 (permalink)  
Old 10-07-08, 05:39
oracle10gsingh oracle10gsingh is offline
Registered User
 
Join Date: Nov 2007
Posts: 72
xhost +
export DISPLAY=I.P.ADDRESS:0.0(I.P.ADDRESS of your local machine from where you are getting connected)
xhost +

this is if you are using xmanager
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On