HOME > > Case 3: lost data file and we have no backup (When database open)

Case 3: lost data file and we have no backup (When database open)

Anup - Friday, May 20, 2011

Step 1 offline the datafile

SQL> alter database datafile ‘’ offline;

Step 2 Create datafile

SQL> Create database create datafile ‘’ as ‘’ size ;

Step 3 Recover the datafile

SQL> recover datafile ‘’;

Step 4 Online the datafile

SQL> alter database datafile ‘’ online;

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