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
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 |
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 |
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 |
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 |
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 |
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 |
Typically, where is the conventional directory structure chosen for Oracle binaries to reside?
What happens on checkpoint? : sql server DBA
What command would you use to create a backup control file?
Name a tablespace automatically created when you create a database.
Datapump backup steps?
What is the difference between online backup & offline backup?
How do you resize a data file?
what do you understand by flashback feature of oracle?
Give the reasoning behind using an index.
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
how will you see when the database was started using sql prompt?
one datafile is lost in standy side how can you recover that??
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)