Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-01102: cannot mount database in EXCLUSIVE mode

973295Mar 15 2013 — edited Mar 18 2013
Hi ,

To give a small background , today I was getting the following error while trying to connect to one of the schema.
I am seeing the same error on my EM console too.

ORA-01033: ORACLE initialization or shutdown in progress (DBD ERROR: OCISessionBegin)

To resolve this issues , I thought of doing a manual start up . The shutdown was successful and failed to mount the DB . I am getting this error "ORA-01102: cannot mount database in EXCLUSIVE mode"

SQL> shutdown abort;
ORACLE instance shut down.
SQL> startup;
ORACLE instance started.

Total System Global Area 1653518336 bytes
Fixed Size 2176288 bytes
Variable Size 1275071200 bytes
Database Buffers 369098752 bytes
Redo Buffers 7172096 bytes
ORA-01102: cannot mount database in EXCLUSIVE mode

Could someone help me in resolving this issue? I am using Oracle 11.2.0 on Window 7

Thanks,
Lakshmi
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 15 2013
Added on Mar 15 2013
11 comments
5,638 views