Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Troubles installing Oracle 8.1.5 on AIX, this time 4.3.3
Veronica,
I found this on Metalinks. It's for a Solaris install, but the errors look the same. You might give it a shot.
Durinda Jones
Yellow Technologies
Unix Installation/OS: RDBMS Technical Forum
Displayed below are the messages of the selected thread.
Thread Status: Active
From: Maw Maw Oo 04-Jul-00 08:40
Subject: 8.1.5 installation problem
RDBMS Version: 8.1.5
Operating System and Version: Solaris 8
Error Number (if applicable):
Product (i.e. SQL*Loader, Import, etc.): Installer
Product Version:
8.1.5 installation problem
While start testing to instal the Oracle 8.1.5 on the Solaris 8, could not start the installer due to DISPLAY env. variable.
The following were done according to the installation guide. $ DISPLAY=hostname:0.0 ; export DISPLAY $ xhost +hostname
runnning xhost gave the FAILED TO CONNECT TO SERVER.
How to overcome this? I'm wondering whether it is due to the Solaris 8 which is not certified for the 8.1.5??
Has anybody successfully installed the 8.1.5 on Solaris 8? Any info. would be appreciated.
Maw Maw
From: Maw Maw Oo 04-Jul-00 09:11
Subject: Re : 8.1.5 installation problem
The following error message is poped up and installation's hung.
Maw Maw
at oracle.ewt.UIManager._initialize(UIManager.java:602) at oracle.ewt.UIManager._maybeInitialize(UIManager.java:613) at oracle.ewt.UIManager.getLookAndFeel(UIManager.java:66) at oracle.ewt.lwAWT.BufferedFrame._init(BufferedFrame.java:1006) at oracle.ewt.lwAWT.BufferedFrame.<init>(BufferedFrame.java:95) at oracle.sysman.oii.oiif.oiifm.OiifmMainFrame.<init>(OiifmMainFrame.java:200)
From: Ketan Parekh 05-Jul-00 19:40
Subject: Re : 8.1.5 installation problem
I have installed Oracle 8.1.5 on sun 2.6 BUt again some times I do have a problem with the DISPLAY part
DISPLAY=10.19.199.19:0.0
export DISPLAY
Try this all
DISPLAY=10.19.199.19:0
export DISPLAY
From: Oracle, Jaikishan Tada 06-Jul-00 04:41 Subject: Re : 8.1.5 installation problem
Hi,
You need to enable the client to connect to the XServer as initial login
user.
If you have logged in to the machine as root and then su login as oracle
user
to install Oracle, you need to run xhost as root user. Open new terminal and
run xhost +.
From: Maw Maw Oo 06-Jul-00 07:39
Subject: Re : 8.1.5 installation problem
Ketar and Jaikishan,
It is solved.
Tried from fresh login to oracle owner (instead of su to oracle owner)
and it's OK.
Thanks for the response.
Maw Maw
From: Patricia Huff-Cornet 13-Jul-00 01:02 Subject: Re : Re : 8.1.5 installation problem
I had to put the xhosts <hostname>+ before the DISPLAY in oracle's .profile Received on Fri Jul 14 2000 - 10:57:56 CDT
![]() |
![]() |