Oracle 10g Installation Process - Error on running ./runInstaller [message #218108] |
Tue, 06 February 2007 19:21 |
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 #218115 is a reply to message #218113] |
Tue, 06 February 2007 20:58 |
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 #218182 is a reply to message #218120] |
Wed, 07 February 2007 02:31 |
|
Mahesh Rajendran
Messages: 10708 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
|
|
|
|