on 2007 Dec 11 3:20 PM
Dear Linux and SAP Expert:
I am facing a problem, I want to install Oracle 9i on SUSE Linux, I need to use ora<sid> to install it, but when I use xhost +, i am prompted "xhost +: unable to display"
I have already set the followings:
setenv DISPLAY <my hostname>:0.0
xclock is also unable to display.
What can I do???How can I solve this problem?
Really really thanks for your all reply
Hisashi Glay
You have to execute "xhost +" on the Target-Server of your exported DISPLAY (<my hostname>) with the user, who started the xserver.
Regards
Sascha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do following from root user:
Check java from <jre>/bin directory
./java -version
set PATH for java
export PATH=$PATH:<path for jre folder>/bin
then
try
java -version
Set JAVA_HOME
Set DISPLAY variabel
DISPLAY=:0 export DISPLAY
Now, try to run xclock and xhost
Award points if it is helpful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.