NetBackup™ for Oracle Administrator's Guide
- Introduction
- NetBackup for Oracle QuickStart
- Installing NetBackup for Oracle
- About linking Oracle RMAN with NetBackup for UNIX
- Configuring RBAC for the Oracle administrator
- Managing Oracle instances and databases
- Managing Oracle credentials
- Configuring Oracle policies
- Preparing for NetBackup for Oracle configuration
- About Oracle Intelligent Policies (OIP)
- About script-based Oracle policies
- Managing Oracle RAC
- Performing backups and restores of Oracle
- About NetBackup for Oracle backups
- Managing expired backup images
- About NetBackup for Oracle restores
- Using NetBackup for Oracle in a Windows Server Failover Cluster (WSFC)
- Oracle cloning
- NetBackup Copilot for Oracle
- Configuring an OIP using universal shares (Oracle Copilot)
- Oracle Copilot with instant access
- Prerequisites when you configure an instant access Oracle database
- NetBackup for Oracle with Snapshot Client
- About NetBackup for Oracle with Snapshot Client
- How NetBackup for Oracle with Snapshot Client works
- About configuring Snapshot Client with NetBackup for Oracle
- Restoring NetBackup for Oracle from a snapshot backup
- About configuring NetBackup for Oracle block-level incremental backups on UNIX
- About Snapshot Client effects
- About Oracle support for Replication Director
- NetBackup Dedupe Direct for Oracle
- Using NetBackup Dedupe Direct for Oracle plug-in
- Other Oracle configuration
- Troubleshooting
- Troubleshooting RMAN backup or restore errors
- Appendix A. Deduplication best practices
- Appendix B. Snapshot Client support of SFRAC
- Appendix C. Script-based Block-Level Incremental (BLI) Backups without RMAN on UNIX and Linux systems
- Verifying installation requirements for BLI backups without RMAN
- Creating NetBackup policies for script-based BLI backup
- Creating notify scripts for BLI backups
- Performing backups and restores
- About troubleshooting backup or restore errors
- Appendix D. XML Archiver
- NetBackup for Oracle XML export and XML import
- About XML export shell scripts
- Performing an XML export archive
- Restoring an XML export archive
- Troubleshooting XML export or XML import errors
- Appendix E. Register authorized locations
Backup Selections tab
The Backup Selections tab lets you change the type of Oracle backup. The following options are available.
Table: Oracle backup options
Backup option | Description |
---|---|
Backs up the whole database. By default, the WHOLE_DATABASE. option is selected and the backup selections contain the directive | |
Backs up only tablespaces. Click to select the tablespaces for the policy to back up.This selection applies across all the instances and PDBs that are selected in the policy. If a tablespace is selected for one instance or PDB, that same tablespace is backed up for all instances and PDBs in the policy. | |
Backs up only datafiles. Click to select the data files for the policy to back up.This selection applies across all the instances and PDBs that are selected in the policy. | |
This option backs up the contents of the FRA. For the Oracle database instance to be restored and recovered, make sure that the FRA contains a recoverable image set when it is backed up. | |
This feature requires a NetBackup appliance running software version 2.7.1 or later. This option is used when the Oracle DBA places database backups in the share on a NetBackup appliance (Oracle Copilot). The directive ALL_DATABASE_BACKUP_SHARES is automatically added to the selection list, which backs up all the shares that are used on all appliances per instance. Optionally, you can click to select appliance shares that Oracle DBAs have created for backups of the instances that are configured in the policy. Or click to add an appliance share to the policy manually. When you back up appliance shares for multiple instances, this option applies across all the instances that are selected in the policy. If a share is selected for one instance, the data in that share is backed up for all the instances in that policy. | |
This feature requires a NetBackup appliance running software version 2.7.1 or later. This option is used to create and maintain a full set of data file copies in the share on a NetBackup appliance (Oracle Copilot). See Additional information for the . option |
If you set up an OIP and that policy contains a CDB with PDBs, the CDB$ROOT
is automatically included in the backup. If the policy contains a PDB that is not found when a backup is performed, an error appears in the Activity monitor. The Administration Console displays a status of either 5421 or 5422.
The remote_vxfs snapshot.
option allows the NetBackup Administrator to choose an appliance share as the destination for the first backup copy. When the policy runs the first time, an RMAN script is generated that creates a full set of Oracle data file copies. The copies reside in the appliance share. The next time that the full schedule runs, the backup is accelerated if the option is selected. The RMAN script that is generated performs an incremental backup and the changed blocks are merged into the data files. This incremental backup creates an updated full set of Oracle data file copies. After the new full copy is created in the appliance share, an SLP is used to make additional copies of the full backup. The first copy is always aThe
feature is automatically selected when you configure an OIP with the option. The first time that the full schedule runs it creates a full set of data file copies. After the first full schedule, only the changes are backed up as a backup set and merged with the existing full backup. Basically, an incremental merge is performed and Oracle's Block Change Tracking feature should be enabled for faster incremental backups. Only one share can be set up so if you have two or more instances, all instances reside in the same share.More Information