Hello
If you want to recover the database to a point in time the restore all the archived logs until that time.
sqlplus "/as sysdba"
startup mount
recover database until time ‘YYYY-MM-DD:HH:MM:SS’ using backup controlfile;
Regards
RB
Hello
If you want to recover the database to a point in time the restore all the archived logs until that time.
sqlplus "/as sysdba"
startup mount
recover database until time ‘YYYY-MM-DD:HH:MM:SS’ using backup controlfile;
Regards
RB