database/install/.oui: cannot execute [message #575353] |
Tue, 22 January 2013 07:31 |
|
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 #575407 is a reply to message #575398] |
Wed, 23 January 2013 00:33 |
|
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
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
|
|
|
|
|
|
|
|
|
|
|
|