Oracle installation error

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Oracle installation error
# 1  
Old 02-03-2010
Oracle installation error

Hi,

While running runInstaller to open up the Oracle Universal Installer,
I got an error - >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set.
Failed <<<<

This is what I have done -
I logged in with Oracle user

Code:
-bash-3.00$ DISPLAY=localhost:0.0 (and tried 10.0)
-bash-3.00$ export DISPLAY
-bash-3.00$ echo $DISPLAY
localhost:0.0

What am I missing here?
# 2  
Old 02-03-2010
what is the output of:
Code:
# who am i

?

also note, only root can install software (or a deligated user).

and please use CODE tags!
# 3  
Old 02-03-2010
Sorry about the code tags.

Code:
who am i
root pts/4  date (:0.0)

According to the oracle docs it seems like you need to install as de oracle user.
When is execute the command
Code:
/usr/openwin/bin/xdpyinfo

As root I do get output. So I think the conlusion we can pull form this is the oracle user does'net have the rights.
# 4  
Old 02-03-2010
and you are logged in as user root or as another user to the machine you are working on? if you login as "normal" user and open a terminal in which you get root, you have to give root permission to use the normal users display. try to open a second terminal and run the command "xhost +" from that terminal and leave the terminal open!
# 5  
Old 02-03-2010
Quote:
Originally Posted by DukeNuke2
and you are logged in as user root or as another user to the machine you are working on? if you login as "normal" user and open a terminal in which you get root, you have to give root permission to use the normal users display. try to open a second terminal and run the command "xhost +" from that terminal and leave the terminal open!
I am logged in as root and from there logged in as the oracle user.
What I do is all fysically on the machine itself.

What I have done now is as you told open an other terminal and excute.
Code:
xhost +

This does'nt have any effect. When I run the installer I still get >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set.
Failed <<<<
# 6  
Old 02-03-2010
again, only root can install software! <- cancel this

ok, does this prog (/usr/openwin/bin/xdpyinfo) exist on your system? have you try to run it manually?

Last edited by DukeNuke2; 02-03-2010 at 03:08 PM..
# 7  
Old 02-03-2010
Yes I have checked if I can run (/usr/openwin/bin/xdpyinfo) Smilie.
As root you get output.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Oracle installation on cygwin

Can someone help in Oracle installation on cygwin (2 Replies)
Discussion started by: Uinx_addic
2 Replies

2. Solaris

oracle installation...

hi am senthil i have downloaded 10202_database_solx86.zip from oracle website .. the above ZIP file is oracle 10g for solaris 10.. i need the installation procedure for oracle 10g on solaris 10.. thanks.. (4 Replies)
Discussion started by: senkerth
4 Replies

3. Shell Programming and Scripting

Perl connect to remote oracle db without local oracle installation

I want to use Perl to connect to a remote Oracle DB I have no oracle installation on my server (and dont plan on installing one) I am using solaris 9 on x86 server. Is this possible? I basically want to run some basic sql queries on the remote oracle db which I have access to using perl on my... (0 Replies)
Discussion started by: frustrated1
0 Replies

4. Solaris

Oracle 10 on Solaris 10 installation

Good evening, I am trying to install the oracle 10 in Solaris 10 and oracle requires following patches to be installed: 117837-08 117846-19 118682-01 I have downloaded above from sunsolve.com and when I add the patch with following command: patchadd -M xxxxx the are not installed... (10 Replies)
Discussion started by: aa_monster
10 Replies

5. HP-UX

Installation of Oracle on HPUX 11.31

I am having issues the below issues:- As per the documents Preinstallation Tasks I have linked the following files :- # cd /usr/lib # ln -s libX11.3 libX11.sl # ln -s libXIE.2 libXIE.sl # ln -s libXext.3 libXext.sl # ln -s libXhp11.3 libXhp11.sl # ln -s libXi.3 libXi.sl # ln -s... (0 Replies)
Discussion started by: grayhorns
0 Replies

6. UNIX for Dummies Questions & Answers

Oracle 9i Installation

Will any one refer me a site form where I can get the info about "Oracle 9i installation in Solaris 8 or Solaris 10". (1 Reply)
Discussion started by: arun.viswanath
1 Replies

7. Solaris

oracle 9i installation

Let me please know how to install oracle 9i in SOLARIS 5.8 version ... I'm having oracle9i CDROM with me. (1 Reply)
Discussion started by: arun.viswanath
1 Replies

8. Solaris

Solaris 8 Oracle 9i Installation

Hello; I am hoping that one of you Guru's out there has run across this problem and can tell me exactly where I am messing up. I have a Sun Ultra 10 with 1GB of memory and 2GB of swap space. I am trying to install Oracle 9i on the system. All goes well with the installation until the... (2 Replies)
Discussion started by: rambo15
2 Replies

9. UNIX for Dummies Questions & Answers

Installation of Oracle!!!!

Can anybody show me the steps(in detail) of Installation of Oracle on Sun Solaris 8.0............I am new to UNIX............... Any help would be greatlyt appreciated... Thnx... OCP Guy. (6 Replies)
Discussion started by: ocpguy
6 Replies

10. UNIX for Dummies Questions & Answers

oracle installation on redhat 7.0/7.1

can anybody tell me that whether oracle 8i is installable on redhat 7.0/7.1. for me it is only working successfully on redhat 6.1 but not later versions cheers (3 Replies)
Discussion started by: balu
3 Replies
Login or Register to Ask a Question