Java Database Connectivity Question:

What is cold backup, hot backup, warm backup recovery?

Java Database Interview Question
Java Database Interview Question

Answer:

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.


Previous QuestionNext Question
When we will Denormalize data?What is a “dirty read”?