HOME > > Case 5: If all database lost and we have no backup of newly created data file.

Case 5: If all database lost and we have no backup of newly created data file.

Anup - Friday, May 20, 2011

Step 1 Restore database and mount the database

Step 2 Recover the database

SQL> recover database using backup controlfile;

Step 3 Check file status

SQL> select file#,name,status from v$datafile;

Step 4 Create datafile

Alter database create datafile ‘’ as ‘’ size ;

Step 5 Recovery the database

SQL> recover automatic database using backup controlfile until cancel;

Contact me

Get in Touch

Need to get touch with me? Please fill out the form with your enquiry.

Name
Anup Srivastav
Address
Lucknow - Utter Pradesh
Email
myindiandba@gmail.com
Message me