ORA-01102: cannot mount database in EXCLUSIVE mode
Issue:
Can not Mount database in exclusive mode
On Startup or startup mount getting error
ORA-01102: cannot mount database in EXCLUSIVE mode
Solution:
If Database is
go $ORACLE_HOME/dbs
check if there is any 1K<SID>.dbf file is there
if there is, remove that.
now Make sure that DB is shut down and try to see if any background job is still running regarding the SID.
ps -ef | grep ora_ | grep $ORACLE_SID
Now kill these processes and after killing all these processes try to start the DB
It should work.
Best Wishes,
Nikhil Kumar.
In SAP env connection between DB and app beaks multiple times???
ORA-19625 ORA-17503 ORA15012 failure of Archive backup via RMAN
Protocol adaptor erro: Insufficient Privillege during starting the listener...
Can not Mount database in exclusive mode
On Startup or startup mount getting error
ORA-01102: cannot mount database in EXCLUSIVE mode
Solution:
If Database is
go $ORACLE_HOME/dbs
check if there is any 1K<SID>.dbf file is there
if there is, remove that.
now Make sure that DB is shut down and try to see if any background job is still running regarding the SID.
ps -ef | grep ora_ | grep $ORACLE_SID
Now kill these processes and after killing all these processes try to start the DB
It should work.
Best Wishes,
Nikhil Kumar.
In SAP env connection between DB and app beaks multiple times???
ORA-19625 ORA-17503 ORA15012 failure of Archive backup via RMAN
Protocol adaptor erro: Insufficient Privillege during starting the listener...
Comments
Post a Comment