1.

What Is A Complete Recovery?

Answer»

Complete recovery uses redo data or incremental backups combined with a BACKUP of a database, datafile, or tablespace to update it to the most CURRENT point in TIME. Oracle applies all the redo changes contained in the archived and online logs to the backup.
During a complete recovery, all the changes made to the restored file SINCE the time of the backup are re-done.

Complete recovery uses redo data or incremental backups combined with a backup of a database, datafile, or tablespace to update it to the most current point in time. Oracle applies all the redo changes contained in the archived and online logs to the backup.
During a complete recovery, all the changes made to the restored file since the time of the backup are re-done.



Discussion

No Comment Found