Tuesday, March 15, 2016

ORA-01102: cannot mount database in EXCLUSIVE mode

ORA-01102: cannot mount database in EXCLUSIVE mode  

First check smon using the command ps -eaf | grep smon

Then shutdown database... shutdown immediate
Then logout of SQL and again grep for smon... Kill that particular process using kill -9 <PID>
Then login to SQL and type startup
The database should surely startup now.

No comments:

Post a Comment