DBA Hub

📋Steps in this guide1/3

Hot backup and Cold backup in oracle

Backup is really important in the Oracle database field .

oracle configurationintermediate
by OracleDba
10 views
1

Overview

Backup is really important in the Oracle database field . Backup is useful in the disaster recovery we can use the same backup for the recovery purpose . there are different way to take the backup in the Oracle database . we can take the Oracle backup as hot backup and cold backup Hot Backup: If the Oracle database is up and running then we can perform hot backup
2

Section 2

Database should be in archivelog mode to take the hot backup Hot backup will be inconsistent backup as the database is running while taking the backup and there is chances that database will be updated while the backup is going on Cold Backup Could backup can be taken when the database is down Database can be in noarchivelog mode while taking the cold backup Cold backup can be consistent backup as the database will be down call before running cold backup.
3

Section 3

Following video will give you the complete understanding of hot backup and cold backup in Oracle database field.

Comments (0)

Please to add comments

No comments yet. Be the first to comment!