InterviewSolution
| 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. 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. |
|