Veritas NetBackup™ for Oracle Administrator's Guide
- Introduction
- NetBackup for Oracle QuickStart
- Installing NetBackup for Oracle
- About linking Oracle RMAN with NetBackup for UNIX
- Oracle policy configuration
- Preparing for NetBackup for Oracle configuration
- Instance management for an Oracle Intelligent Policy
- About Oracle Intelligent Policies (OIP)
- About script- or template-based Oracle policies
- About adding backup selections to an Oracle policy
- About configuring the run-time environment
- About creating templates and shell scripts
- About creating RMAN scripts manually
- Performing backups and restores of Oracle
- About NetBackup for Oracle backups
- About NetBackup for Oracle restores
- Using NetBackup for Oracle in a Microsoft Windows cluster environment
- Guided Recovery
- Troubleshooting Guided Recovery
- 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
- Troubleshooting
- Troubleshooting RMAN backup or restore errors
- Appendix A. Real Application Clusters
- Appendix B. Best practices for protecting Oracle RAC with NetBackup
- Appendix C. Deduplication best practices
- Appendix D. Snapshot Client support of SFRAC
- Appendix E. 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 F. XML Archiver
- NetBackup for Oracle XML export and XML import
- About XML export templates and shell scripts
- Performing an XML export archive
- Restoring an XML export archive
- Troubleshooting XML export or XML import errors
- Appendix G. Register authorized locations
About the RMAN SEND command variables
The Oracle SEND command and ENV parameter support several options that are used with NetBackup for Oracle. The variables that the SEND command specifies supersede those specified by the ENV parameter. Also, spaces are not permitted when the variables and values are specified.
Table: Options for the SEND command describes the options you can set for the RMAN SEND command.
Table: Options for the SEND command
Option | Purpose |
---|---|
BKUP_IMAGE_PERM | Lets you set the permissions on a backup image at backup time. Possible values are the following: USER - set the permissions to 600. Only the original user who backed up the data has access to the backup images. GROUP - set the permissions to 660. Anyone from the same group as the original user who backed up the data has access to the backup images. ANY - set the permissions to 664. Anyone has access to the backup images. If this keyword is not specified, the permissions default to 660. To specify this keyword, use the send command to set the variable. For example: SEND 'BKUP_IMAGE_PERM=ANY'; Note: The BKUP_IMAGE_PERM option does not affect the permissions for the physical files that are included in an RMAN Proxy copy backup. Ensure the physical file owner, group, and permissions are set correctly before the backup. For more information, review the following document: |
NB_ORA_CLIENT | Specifies the name of the Oracle client. |
Specifies which copy of the backup image to use for the restore. | |
Enables (YES) and disables (NO) metadata collection for Guided Recovery operations. | |
Enables the parent ID of the job ID to be displayed in the Activity Monitor (only valid if it is a scheduled job). | |
Specifies a snapshot rollback restore using a script or RMAN command. | |
Specifies the NetBackup for the Oracle schedule that NetBackup uses for a proxy copy file-based backup. (This schedule can be Full, Differential Incremental, or Cumulative Incremental backup type). For scheduled backups, this variable is passed from the scheduler. When you create an RMAN template with the NetBackup for Oracle RMAN template generation wizard, this variable is automatically created in the template. | |
Specifies the number of backup streams that NetBackup starts simultaneously in each proxy copy session. When a backup is started, NetBackup groups all data files into a specified number of backup streams that are based on the file sizes. NetBackup tries to create streams of equal size. The default value for NB_ORA_PC_STREAMS is 1. Only a user can set this variable. When you create an RMAN template using the NetBackup for Oracle RMAN template generation wizard, it is automatically created in the template. In order for this variable to be automatically created, you must provide a value for the number of parallel streams. This option also can be used to specify the number of restore streams that start simultaneously. For more information about restores, refer to: | |
NB_ORA_POLICY | Specifies the name of the policy to use for the Oracle backup. |
Specifies the restore priority in NetBackup. | |
Specifies the name of the Application Backup schedule to use for the Oracle backup. | |
Specifies the name of the NetBackup master server. | |
NB_ORA_SERVER_READ_TIMEOUT | Configured to instruct the To review setting information and delay examples, refer to the following article: |
Specifies which media server to use when more than one has access to the image to be restored. Supersedes any FORCE_RESTORE_MEDIA_SERVER setting on the master server. | |
CPF1_POLICY | Policy to be used for duplex copy number 1. |
CPF1_SCHED | Application backup schedule for duplex copy number 1. |
CPF2_POLICY | Policy to be used for duplex copy number 2. |
CPF2_SCHED | Application backup schedule for duplex copy number 2. |
CPF3_POLICY | Policy to be used for duplex copy number 3. |
CPF3_SCHED | Application backup schedule for duplex copy number 3. |
CPF4_POLICY | Policy to be used for duplex copy number 4. |
CPF4_SCHED | Application backup schedule for duplex copy number 4. |
For more information, see the NetBackup System Administrator's Guide, Volume I.
More Information