Home » Infrastructure » Unix » database/install/.oui: cannot execute (Solaris 10 sparc, oracle 10G)
database/install/.oui: cannot execute [message #575353] Tue, 22 January 2013 07:31 Go to next message
deepak416
Messages: 63
Registered: January 2013
Location: Pune
Member
Hi,
I am installing Oracle 10 sparc on solaris 10 sparc and facing with database/install/.oui: cannot execute error please help me.

[root@initaaa02:/] $ cd /install/database/
[root@initaaa02:/install/database] $ chmod 777 .oui
chmod: WARNING: can't access .oui
[root@initaaa02:/install/database] $ chmod 777 .oui
[root@initaaa02:/install/database] $
login as: oracle
Using keyboard-interactive authentication.
Password:
Last login: Tue Jan 22 18:50:54 2013 from 10.66.12.155
<DQA AAA SBR 10.66.12.55>>
NEC AAA server #1
bash-3.00$ cd /install/database/
bash-3.00$ ./runInstaller -ignoreSysPrereqs
./runInstaller: /install/database/install/.oui: cannot execute


Thanks
Re: database/install/.oui: cannot execute [message #575357 is a reply to message #575353] Tue, 22 January 2013 08:21 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Use the account you used to install Oracle.
If you used root remove Oracle installation and reinstall with another account.

Regards
Michel
Re: database/install/.oui: cannot execute [message #575397 is a reply to message #575357] Tue, 22 January 2013 21:46 Go to previous messageGo to next message
deepak416
Messages: 63
Registered: January 2013
Location: Pune
Member
I used root and oracle account but still same. urgent please help
Re: database/install/.oui: cannot execute [message #575398 is a reply to message #575397] Tue, 22 January 2013 21:54 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
many, many, many folks successfully installed Oracle & DB by Read The Fine Manual; Installation Guide & doing what it says.
Re: database/install/.oui: cannot execute [message #575407 is a reply to message #575398] Wed, 23 January 2013 00:33 Go to previous messageGo to next message
deepak416
Messages: 63
Registered: January 2013
Location: Pune
Member
Hello,
i am following installation guide but still same and googling find
FOR SOLARIS SPARC:
====================
$ gunzip ship_rel10_sol64_db.cpio.gz
$ cpio -idm < ship_rel10_sol64_db.cpio


but my sparc machine saying no such file or dir... and any other soloution Sad
and i am using following step

bash-3.00# vi /etc/system
Add these lines to the end of the file
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmns=1024
set semsys:seminfo_semmsl=256
set semsys:seminfo_semmni=100
set semsys:seminfo_semvmx=32767
set noexec_user_stack=1



bash-3.00# groupadd g 300 dba
bash-3.00# useradd -c 'Oracle software owner' -d /opt/oracle -g dba -m -u 300 oracle
bash-3.00# passwd oracle




bash-3.00# chown oracle:dba /opt/oracle
bash-3.00# mkdir /var/opt/oracle
bash-3.00# chown oracle:dba /var/opt/oracle
bash-3.00# chmod 755 /var/opt/oracle
bash-3.00# ln -s /var/opt/oracle/oratab /etc/oratab



bash-3.00# chown -R oracle:dba /install/oracle



bash-3.00# sync
bash-3.00# init 6



After the reboot login into the server as Oracle user



bash-3.00#$ vi .profile
# Substitute your Oracle software mount point in the line below.
ORACLE_BASE=/opt/oracle
export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/10g
export ORACLE_HOME

# Substitute the name of your Oracle database below.
ORACLE_SID=BLM
export ORACLE_SID

PATH=$PATH:$ORACLE_HOME/bin:/usr/ccs/bin:/usr/bin:/etc:/usr/openwin/bin:/usr/local/bin
export PATH

SHELL=/bin/bash
export SHELL
exec /bin/bash



bash-3.00$ cd /install/
bash-3.00$ unzip 10201_database_solx86_64.zip

.

bash-3.00$ cd /install/database
bash-3.00$ ./runInstaller

and getting error

[Updated on: Wed, 23 January 2013 00:40]

Report message to a moderator

Re: database/install/.oui: cannot execute [message #575418 is a reply to message #575407] Wed, 23 January 2013 01:33 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
As far as I know, Oracle scripts use ksh not bash.

Regards
Michel
Re: database/install/.oui: cannot execute [message #575447 is a reply to message #575418] Wed, 23 January 2013 05:48 Go to previous messageGo to next message
deepak416
Messages: 63
Registered: January 2013
Location: Pune
Member
Very Thanks..... Razz
but when i reach oracle database configuration assistant window its in progress hang please any comment
Re: database/install/.oui: cannot execute [message #575449 is a reply to message #575447] Wed, 23 January 2013 06:04 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
See the log file to know what it is doing.

Regards
Michel
Re: database/install/.oui: cannot execute [message #575476 is a reply to message #575449] Wed, 23 January 2013 09:24 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>I am installing Oracle 10 sparc on solaris 10 sparc
explain why above and below are appropriate on same system
>bash-3.00$ unzip 10201_database_solx86_64.zip

x86 is DIFFERENT architecture than Sparc & requires different software
Re: database/install/.oui: cannot execute [message #575487 is a reply to message #575476] Wed, 23 January 2013 11:05 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Good shot!

Regards
Michel
Re: database/install/.oui: cannot execute [message #575534 is a reply to message #575476] Wed, 23 January 2013 22:28 Go to previous messageGo to next message
deepak416
Messages: 63
Registered: January 2013
Location: Pune
Member
thanks for information
but previously one was same only i am re-installing again...
Tried 4 times but still same problem getting hang at Database configuration assistant also i have tried with ./odca its also hang when click finish .

Regards,
Deepak Arora
Re: database/install/.oui: cannot execute [message #575536 is a reply to message #575534] Wed, 23 January 2013 22:45 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
trying to install x86 code on Sparc hardware will NEVER work!

It is like trying to install 64-bit binaries on 32-bit hardware.

It is doomed to FAILURE!
Re: database/install/.oui: cannot execute [message #575630 is a reply to message #575536] Thu, 24 January 2013 21:40 Go to previous messageGo to next message
deepak416
Messages: 63
Registered: January 2013
Location: Pune
Member
Hi,
Thanks for your help..
I have installed x86 code on Sparc hardware.
Xming-fonts-7-5-0-47-setup was missing on desktop.

- Deepak
Re: database/install/.oui: cannot execute [message #575632 is a reply to message #575418] Thu, 24 January 2013 21:42 Go to previous message
deepak416
Messages: 63
Registered: January 2013
Location: Pune
Member
Thanks for your help
./runInstaller can also run on bash
i run this command using bash..

- Deepak
Previous Topic: Oracle 10g client required for AIX 5.3
Next Topic: OS Solaris Parameter That May Affect the SGA
Goto Forum:
  


Current Time: Thu Mar 28 03:54:48 CDT 2024