Adding Actions to DBA Planning Calendar: Oracle 
Do the following to add database operations to the Planning Calendar:
Full database offline + redo log backup
Full offline backup (level 0) of the database using BRBACKUP, as well as archiving of any offline redo log files not yet archived, using BRARCHIVE. BRARCHIVE is automatically started from BRBACKUP. After the offline redo log files have been successfully backed up, you can delete them from the redo log archiving directory according to the BRARCHIVE function you have selected.
Full database offline backup
Full offline backup (level 0) of the database using BRBACKUP
Full database online + redo log backup
Full online backup (level 0) of the database using BRBACKUP, and then archiving of the offline redo log files, using BRARCHIVE. BRARCHIVE is automatically started from BRBACKUP. After the offline redo log files have been successfully backed up, you can delete them from the redo log archiving directory according to the BRARCHIVE function you have selected.
Full database online backup
Full online backup (level 0) of the database using BRBACKUP
Redo log backup
Backup of the redo log files from the archiving directory, using BRARCHIVE After the offline redo log files have been successfully backed up, you can delete them from the redo log archiving directory according to the BRARCHIVE function you have selected.
Partial database offline backup
Offline backup of the specified tablespaces using BRBACKUP
Partial database online backup
Online backup of the specified tablespaces using BRBACKUP
Check optimizer statistics
Determines whether new optimizer statistics are needed (
Update optimizer statistics
Analyzes either the tables in table DBSTATC or the specified tablespaces, using SAPDBA (
SAPDBA Command ModeAdapt next extents
Check database
Checks the database system using SAPDBA (
Incremental offline + redo log backup
Incremental database offline backup
Incremental offline backup (level 1) of the database using BRBACKUP
Incremental online + redo log backup
Incremental online backup (level 1) of the database using BRBACKUP, as well as archiving of any offline redo log files , using BRARCHIVE. BRARCHIVE is automatically started from BRBACKUP. After the offline redo log files have been successfully backed up, you can delete them from the redo log archiving directory according to the BRARCHIVE function you have selected.
Incremental database online backup
Incremental online backup (level 1) of the database using BRBACKUP
For more information, see
SAP Backup Utilities