|
What is cold backup, hot backup, warm backup recovery?
Java database interview questions
(Continued from previous question...)
4. What is cold backup, hot backup, warm backup recovery?
Cold backup (All these files must be backed up at the same time, before the databaseis restarted). Hot backup (official name is ‘online backup’) is a backup taken of each tablespace while the database is running and is being accessed by the users.
(Continued on next question...)
Other Interview Questions
|