0% found this document useful (0 votes)
65 views6 pages

Lost of System Datafile Here System - DBF Datafile of Running Database Is Removed

The system.dbf datafile was removed, causing the database startup to fail in the mount stage. The alert log showed an error for the missing system.dbf file. The file was restored from a backup and media recovery was performed using archive logs to recover the datafile, then the database was opened.

Uploaded by

Ashok Sodha
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views6 pages

Lost of System Datafile Here System - DBF Datafile of Running Database Is Removed

The system.dbf datafile was removed, causing the database startup to fail in the mount stage. The alert log showed an error for the missing system.dbf file. The file was restored from a backup and media recovery was performed using archive logs to recover the datafile, then the database was opened.

Uploaded by

Ashok Sodha
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

Lost of System Datafile Here system.dbf datafile of running database is removed.

SHUT ABORT; STARTUP failed in MOUNT stage Select * from v$recover_file;

Alert.log shows error of file system.dbf

Restore system.dbf datafile and archive log from Hotbackup/Cold backup.

In Mount stage Recover datafile 1; Above statement will ask for all archive generated from backup time if it is not in its default location.

Media recovery is done.

Now open the database.

ALTER DATABASE OPEN;

You might also like