Hi...
Ques : Hello friends, I want to know that what is cold backup, hot backup, warm backup recovery in Java?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 28, 2012, 12:24 PM
Cold backup is a recovery technique, in which the files must be backed up before the database is restarted at the same time.
Hot backup is a recovery technique for each table space and is taken at the time of accessing and running the database.
Warm back is a recovery technique where all the tables are locked and users cannot access at the time of backing up data. The backup operations can be postponed in case the users are accessing the database.
Thanks