Posts

Showing posts from September, 2009

ORA-27154: post/wait create failed. ORA-27300: OS system dependent operation:semget failed with status: 28 ...

set semsys:seminfo_semmsl = 2048 * to match number of Oracle processes The value above must be greater than the sum of all initSID.ora processes values for all instances on the system Please restart the system as kernel parameter need init to be restart so restarting init means restarting system to better reboot

when a nis user in solaris is not able to connect to database use all this commands

export ORACLE_HOME=/oracle/ora10/oracle10 export ORACLE_SID=tcmd1 export TWO_TASK=tcmd1 export TNS_ADMIN=/oracle/ora10/oracle10/network/admin export ORACLE_BASE=/oracle export PATH=$ORACLE_HOME/bin:$PATH