clicksor ad

Thursday, February 02, 2006

Troubleshooting installation of Oracle 9.2 on Sun solaris

Error While Creating database

1.







The installation goes fine without any errors. But when the Oracle Databse
Configuration Assistant was started, it stopped with an error while trying to create
and start the oracle instance. When clicking on 'Ignore', it continues with more
errors. The error messages:
ORA-2730: failure occured at: skgpwreset1
ORA-27303: additional information: invalid ctx
ORA-27146: post/wait initialization failed
ORA-27300: OS system dependent operation: semget failed with status: 28
ORA-27301: OS failure message: No space left on device
ORA-27302: failure occured at sskgpcreates
ORA-01304: ORACLE not available
forceload: sys/shmsys
forceload: sys/semsys
forceload: sys/msgsys
set shmsys:shminfo_shmmax=4294967295
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmseg=32
set shmsys:shminfo_shmmni=100
set semsys:seminfo_semmns=2500
set semsys:seminfo_semmni=100
set semsys:seminfo_semmsl=1000

If "forceload" is not provided then the semaphores are not set and causes this error while creating a database.

2.

The installation hangs at 62% at linking stage .
This maybe due to the java package problem

goto $ORACLE_HOME/bin/
and open the file genclntsh in editor and
bash-2.05$ $ORACLE_HOME/bin/genclntsh

and change the following line:
  LD_SELF_CONTAINED="-z defs"
to read:
  LD_SELF_CONTAINED=""
After that run the script $ORACLE_HOME/bin/genclntsh as the user "oracle" .

ar: creating /oracle/product/9.2.0/lib/libclntst9.a
Created /oracle/product/9.2.0/lib/libclntst9.a
ar: creating /oracle/product/9.2.0/lib32/libclntst9.a
Created /oracle/product/9.2.0/lib32/libclntst9.a


3.

While installing the patch 9.2.0.6
At 98% when linking
It says building client shared libraries and hangs

This is also attributed to genclntsh ,


http://www.dbspecialists.com/presentations/oracle920solaris.html
http://www.akadia.com/services/ora_sol_install_9i.html
http://www.puschitz.com/InstallingOracle9i.shtml



No comments: