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-48210: Relation Not Found during mount

SM12345Jul 2 2015 — edited Jul 2 2015

Hello All,

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit. I am having a problem starting a database. during mount database throws an error:

SQL> alter database mount;

alter database mount

*

ERROR at line 1:

ORA-48210: Relation Not Found


In the alertlog, I found the following information:


MMNL started with pid=16, OS id=3385

Thu Jul 02 15:08:10 2015

ALTER DATABASE   MOUNT

Successful mount of redo thread 1, with mount id 1411773914

Database mounted in Exclusive Mode

Lost write protection disabled

ORA-48210 signalled during: ALTER DATABASE   MOUNT...



SQL> select status from v$instance;

STATUS

------------

MOUNTED

SQL> select open_mode from v$database;

OPEN_MODE

--------------------

MOUNTED

SQL> alter database open;

alter database open

*

ERROR at line 1:

ORA-01507: database not mounted

Kind Regards,

SM

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 30 2015
Added on Jul 2 2015
6 comments
1,032 views