Home » RDBMS Server » Server Administration » Oracle 10g Installation Process - Error on running ./runInstaller
Oracle 10g Installation Process - Error on running ./runInstaller [message #218108] Tue, 06 February 2007 19:21 Go to next message
prashanth_gs
Messages: 67
Registered: November 2005
Location: chennai
Member
Hi

While starting Installation process through Exceed Software

ie, ./runInstaller

I am getting the following errors

/runInstaller: /gdbbackup/install/install/.oui: cannot execute


How I can over come this to fix the error.

DB: Oracle10gR2
OS: SunSolaris 5.2

Please advice

Thanks and Regards,
Prashanth
Re: Oracle 10g Installation Process - Error on running ./runInstaller [message #218110 is a reply to message #218108] Tue, 06 February 2007 19:45 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Are you invoking the oui as the right user? (usually oracle user should be in DBA group)
Does this user have execute privs on the directory?
Please post the output of
ls -lrt runInstaller

Re: Oracle 10g Installation Process - Error on running ./runInstaller [message #218111 is a reply to message #218110] Tue, 06 February 2007 19:47 Go to previous messageGo to next message
prashanth_gs
Messages: 67
Registered: November 2005
Location: chennai
Member
$ ls -lrt runInstaller
-rwxrwxr-x 1 oracle10 dba 1330 Aug 17 2005 runInstaller
Re: Oracle 10g Installation Process - Error on running ./runInstaller [message #218112 is a reply to message #218108] Tue, 06 February 2007 19:51 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
Post the results from
id
such as:
id
uid=3250(oracle) gid=200(dba) groups=10(wheel),200(dba)
Re: Oracle 10g Installation Process - Error on running ./runInstaller [message #218113 is a reply to message #218112] Tue, 06 February 2007 19:53 Go to previous messageGo to next message
prashanth_gs
Messages: 67
Registered: November 2005
Location: chennai
Member
$ id -a oracle10
uid=500(oracle10) gid=500(dba) groups=501(oinstall)
Re: Oracle 10g Installation Process - Error on running ./runInstaller [message #218115 is a reply to message #218113] Tue, 06 February 2007 20:58 Go to previous messageGo to next message
prashanth_gs
Messages: 67
Registered: November 2005
Location: chennai
Member
Hi,

Again I tried the following steps in exceed client

$export DISPLAY=IPADDRESS:0.0
$xhost +SERVERIPADDress
ksh: xhost: notfound

Where I am wrong.

Following are the details of the server configurations:

A,

$ echo $SHELL
/bin/ksh

B,

$ echo $PATH
/oracle10g/app/oracle/product/10gr2/bin:/usr/bin:

Is Path mentioned is wrong?

Please explain to fix the issue.

Thanks and Regards,
Prashanth

Re: Oracle 10g Installation Process - Error on running ./runInstaller [message #218118 is a reply to message #218108] Tue, 06 February 2007 21:44 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
to verify that X-Windows is properly configured do the following
$ xclock

This should pop a X-Frame on the client showing a clock face.
If the frame does not appear then OUI will NOT work.
Re: Oracle 10g Installation Process - Error on running ./runInstaller [message #218120 is a reply to message #218118] Tue, 06 February 2007 22:29 Go to previous messageGo to next message
prashanth_gs
Messages: 67
Registered: November 2005
Location: chennai
Member
Yeah its not giving any results.

$xclock
ksh: xclock: not found

How I can over ride this
Re: Oracle 10g Installation Process - Error on running ./runInstaller [message #218151 is a reply to message #218108] Wed, 07 February 2007 00:25 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
$newfs /
Re: Oracle 10g Installation Process - Error on running ./runInstaller [message #218182 is a reply to message #218120] Wed, 07 February 2007 02:31 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
>>$export DISPLAY=IPADDRESS:0.0
>>$xhost +SERVERIPADDress
These IP should be the address where you want the GUI to open.
SO this should be the IP of machine where Exceed is installed.
>> ksh: xhost: notfound
>>$xclock
>>ksh: xclock: not found
Above are Because of your path.
Setting ORACLE_SID,ORACLE_HOME,ORACLE_BASE in profile is quite easier, unless you
want to export them every time.

Apart from that, do something like this in your profile
export
PATH=$PATH:/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/local/bin:$ORACLE_HOME/bin

Path to openwin is required because both xhost and xclock reside there (well, by default.
If it is elsewhere in your machine, set accordingly).
oracle@mutation#which xclock
/usr/openwin/bin/xclock
oracle@mutation#which xhost
/usr/openwin/bin/xhost


[Updated on: Wed, 07 February 2007 02:31]

Report message to a moderator

Re: Oracle 10g Installation Process - Error on running ./runInstaller [message #218599 is a reply to message #218182] Thu, 08 February 2007 22:17 Go to previous message
prashanth_gs
Messages: 67
Registered: November 2005
Location: chennai
Member
Thanks for your information!!!

The Oracle Dump which we used to install doesnot matched with the OS lie, SUN SOLARIS 5.10 (x86-64)

So We downloaded the exact dump and initiated the installation again and completed successfully.

Thanks and Regards,
Prashanth
Previous Topic: How to create a database in client
Next Topic: Metrics "Current Open Cursors Count" is at 7057
Goto Forum:
  


Current Time: Fri Sep 20 04:52:56 CDT 2024