Explain the difference between a hot backup and a cold
backup and the benefits associated with each?

Answers were Sorted based on User's Feedback



Explain the difference between a hot backup and a cold backup and the benefits associated with each..

Answer / sandeep

Cold Backup - In this case, they take the database down
then they have backup. this is called cold backup.

Hot Backup - In this case, they take running database
backup (like SQL Server) this is called hot backup.

Is This Answer Correct ?    29 Yes 1 No

Explain the difference between a hot backup and a cold backup and the benefits associated with each..

Answer / vaishnav

when the database is closed then this backup is called cold
backup. while, when the database is running/opened then
this backup is called hot backup.

Is This Answer Correct ?    15 Yes 1 No

Explain the difference between a hot backup and a cold backup and the benefits associated with each..

Answer / shabbeer.ahmad

A hot backup is basically taking a backup of the database
while it is still up and running and it must be in archive
log mode. A cold backup is taking a backup of the database
while it is shut down and does not require being in archive
log mode. The benefit of taking a hot backup is that the
database is still available for use while the backup is
occurring and you can recover the database to any point in
time. The benefit of taking a cold backup is that it is
typically easier to administer the backup and recovery
process. In addition, since you are taking cold backups the
database does not require being in archive log mode and thus
there will be a slight performance gain as the database is
not cutting archive logs to disk.

Is This Answer Correct ?    13 Yes 0 No

Explain the difference between a hot backup and a cold backup and the benefits associated with each..

Answer / balakrishna

hot backup mean as we can take backup when the database is
up and running
cold backup we need to shut down the database

Is This Answer Correct ?    6 Yes 1 No

Explain the difference between a hot backup and a cold backup and the benefits associated with each..

Answer / kittu

using hot backup u can backup controlfile @ oracle lever by issuing the "alter database backup controlfile to trace;" or "alter database backup controlfile to '/userdefined_path/control_backup.ctl"

Is This Answer Correct ?    2 Yes 1 No

Explain the difference between a hot backup and a cold backup and the benefits associated with each..

Answer / guest

Manoj,

Who told you, hot backup is logical.

Is This Answer Correct ?    3 Yes 3 No

Explain the difference between a hot backup and a cold backup and the benefits associated with each..

Answer / manoj

Hot Backup: Its logical backup of database. It is done while
the database is running. One can backup Entire database or
Users or Tables optinally in this type.

Cold Backup: Its physical backup of the database. It requres
database to be shutdown. Files are physically copied to some
other location as backup.

Is This Answer Correct ?    9 Yes 26 No

Post New Answer

More DB Administration Interview Questions

Explain an ORA-01555

2 Answers  


what is the difference between db2start command and start database manager command?

1 Answers  


what is the difference between catalog & nocatalog?

3 Answers   CSC,


What are the different ways you can create databases in sql server? : sql server DBA

0 Answers  


How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.

4 Answers  






what is meant by gateway

1 Answers   IBM,


What is the default fill factor value? : sql server DBA

0 Answers  


what is the difference between off-line back up and on-line back up in ibm db2 udb?

2 Answers   Zenith,


What is the difference between a TEMPORARY tablespace and a PERMANENT tablespace?

2 Answers  


Name a tablespace automatically created when you create a database.

5 Answers  


How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database? : sql server DBA

0 Answers  


How would you best determine why your MVIEW couldn't FAST REFRESH?

0 Answers  


Categories