Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> oracle installation on AIX pls help

oracle installation on AIX pls help

From: nilesh kumar <nileshkum_at_gmail.com>
Date: Sun, 17 Jun 2007 11:49:40 +0530
Message-ID: <7877ab4b0706162319h188e3d15h2698e9348307e385@mail.gmail.com>


Before Oracle installation we have to do some preinstallation checks. One such check is to verify whether Xwindows application is properly configured.
To do that we have to issue the command

xhost [ipaddress/hostname of the server]. eg : xhost 192.168.64.118 or xhost hcm_trng.

When we issued the above command, we are getting the message "1356-200 unable to open DISPLAY".

Actually we have to set the DISPLAY (It's a environemt variable) before issuing xhost command.
We set the DISPLAY as shown below.

DISPLAY=192.168.64.118:0.0 ;export DISPLAY

Even this was not resolving the error.
The above problem was resolved

Now we are getting the below problem.
Just to update you about this issue.Now the below mentioned problem is resolved but the installer
is getting stuck with the message

"INFO: Created system preferences directory in java.home".

None of the windows application is getting started.There are utilties like xclock which is
not getting displayed.

----------------------------------------------------------------------can ny
one help me out
--
http://www.freelists.org/webpage/oracle-l
Received on Sun Jun 17 2007 - 01:19:40 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US