ORA-01089: Immediate shutdown in progress - no operations are permitted
This is usually due to orphaned shared memory segments and semaphores. Metalink Note 1010214.6 describes how to remove these.
To remove the orphaned shared memory segments and semaphores, use the
following commands:
ipcrm -m - for shared memory
ipcrm -s - for semaphores
Once Sandeep identified and removed the shared memory segments and semaphores, he was able to startup the instance.
No comments:
Post a Comment