InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Online And Offline Backups? |
|
Answer» A HOT backup is a backup PERFORMED while the database is online and AVAILABLE for read / write. Except for ORACLE exports, one can only do on-line backups when running in ARCHIVELOG mode. A cold backup is a backup performed while the database is off-line and UNAVAILABLE to its users. A hot backup is a backup performed while the database is online and available for read / write. Except for Oracle exports, one can only do on-line backups when running in ARCHIVELOG mode. A cold backup is a backup performed while the database is off-line and unavailable to its users. |
|