Oracle Backup Types

Backup:
Copy of Data files(oracle/SID/sapdata*) to Tape/Disk or some alternate location using third party tools like Symantec,Tivoli Storage Manager.
Offline Backup:
The Database is Shut Down and the SAP System is not available for Business Purpose.it is also called as Cold Backup.
Online backup:
The Database is Online and the SAP System is available for Business Purpose,but users may experience system slow.it is also called Hot Backup.
Whole Backup:
The backup could be offline/online but does not allow any subsequent incremental backups.it is a standalone backup.it is allowed when the backup completes with in 2 or 3 hours.
Full Backup:
The backup could be offline/online and allows subsequent incremental backups.it is also a standalone backup and allows further catalog backups.
Ex: A System with Database Size of 3TB requires 30 hours for Full backup.So it is not possible to take a Full Backup on daily Basis.So it is recommended to take a weekly full backup followed by incremental backup on daily basis.
Note: it is performed by using RMAN(oracle specific tool).

A Full backup is performed weekly(30 hours) and incremental daily(15min to 30 in) depends upon data increments.
Incremental Backup:
The Backup followed by full backup.it is only takes backup of the data incremented after the last full backup.it consumes less time to take the backup.
Partial Backup:
It is used to take the backup at tablespace level.
when backup of entire database is consuming more time then partial backup can be taken,but it could not be used for complete restore and recovery.

Redolog Backup:
It is used to take the backup of Oraarch directory to tape or disk.These are used for recovery of the database until point of time.
Possible backup in DB13(DBA Calender)
1.Whole Offline Backup
2.Whole Online Backup
3.Whole Offline Backup + Redolog Backup
4.Whole Online Backup + Redolog Backup

5.FULL Offline Backup
6.FULL Online Backup
7.FULL Offline Backup + Redolog Backup
8.FULL Online Backup + Redolog Backup

9.Offline Backup
10.Incremental Online Backup
11.Incremental Offline Backup + Redolog Backup
12.Incremental Online Backup + Redolog Backup

13.Partial Offline Backup
14.Partial Online Backup

15. Redolog backup
Note:
Brbackup is used to take the backup of the database. brarchive is used to take the backup of the redolog database. During Backup combination with redolog backup the brbackup completes the DATBASE backup and initializes the brarchive to take the redolog backup. Ex:Whole Offline+Redolog Backup:(brbackup completes and initialize brarchive)

Comments

Popular posts from this blog

SPOOL WORK PROCESS

ENQUEUE WORK PROCESS

DIALOG PROCESS