Hello all,
I am facing a problem regarding a Datafile which cannot become online and be restored since a deleted archivelog is missing.
I try to change to online a datafile:
ALTER DATABASE DATAFILE '/u02/oracle/rbdb1/stuff01.dbf' ONLINE;
I receive the following error:
ORA-01113: file 21 needs media recovery
ORA-01110: data file 21: '/oradata3/RATER/rater_datafiles/dat/sms_rater_dr_outcdr_dat0804_01.dbf'
I try to recover it:
SQL>recover datafile '/oradata3/RATER/rater_datafiles/dat/sms_rater_dr_outcdr_dat0804_01.dbf';
and I receive an error saying that a specific archivelog is missing. This archivelog was deleted since I am taking twice a day backup of archivelogs and then copy the previous to a local path for disk space reasons but the specific one was deleted.
My Db is in archivelog mode, I have a full backup once a week and a daily Differential (incremental level 1).
What can I do for the Datafile to change it to online?
thanks
Mimas