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
Oracle stream handler
The Oracle stream handler is not enabled by default for existing and new Oracle clients in NetBackup 8.3. Also, the Oracle stream handler only supports stream-based backups and you can enable and disable the Oracle stream handler per <client> <policy> combination using the cacontrol command line utility.
In NetBackup 10.0, the Oracle stream handler is enabled (by default) for all new clients that have no existing images. As with previous versions, the Oracle stream handler only supports stream-based backups and you can configure the Oracle stream handler using the cacontrol command line utility. You can enable and disable the stream handler per the following:
Policy and client
Policy level
Stream type level
Note:
When you use the Oracle stream handler, it is not recommended to use variable-length deduplication.
The cacontrol command utility with the --sth flag, is used to override the default behavior of NetBackup by creating a Marker Entry
for a client, policy, or stream type in a configuration file. The cacontrol command utility is located in the following locations:
Windows:
install_path\Veritas\pdde\cacontrol
UNIX:
/usr/openv/pdde/pdcr/bin/cacontrol
In the following examples for cacontrol, STHTYPE must be set to Oracle to configure the Oracle stream handler.
In NetBackup 8.3, you can configure cacontrol using the following options:
You can query the settings for the stream handler per client and policy.
cacontrol --sth get <STHTYPE> <CLIENT> <POLICY> [SPAUSER]
You can enable the stream handler per client and policy.
cacontrol --sth update <STHTYPE> <CLIENT> <POLICY> [SPAUSER] <enabled>
You can delete the settings for client and policy (return to default behavior).
cacontrol --sth delete <STHTYPE> <CLIENT> <POLICY> [SPAUSER]
You can disable the stream handler on a client and policy.
cacontrol --sth update <STHTYPE> <CLIENT> <POLICY> [SPAUSER] <disabled>
Note:
When you use cacontrol to set <POLICY> or <STHTYPE> to enabled, NetBackup enables all the old clients which have existing images. The deduplication rate decreases significantly only at the first backup after enabled. Also, the storage usage increases only in the first backup after enabled. Basically, NetBackup behaves as if you have run a first full backup. Both the deduplication rate and storage usage improve after initial activation of the stream handler.
When using the cacontrol command utility to create a Marker Entry
in NetBackup 10.0, priority is given to the more granular configuration. For example:
Marker Entry 1: <Client1> <Policy1> to enabled
Marker Entry 2: <Policy1> to disabled
The stream handler is enabled because the more granular configuration in Marker Entry 1
has higher priority.
In NetBackup 10.0, you can configure cacontrol using the following options:
You can query the settings for the stream handler per client and policy.
cacontrol --sth get <STHTYPE> <CLIENT> <POLICY> [SPAUSER]
You can enable the stream handler per client and policy.
cacontrol --sth update <STHTYPE> <CLIENT> <POLICY> [SPAUSER] <enabled>
You can delete the settings for a client and policy (return to default behavior).
cacontrol --sth delete <STHTYPE> <CLIENT> <POLICY> [SPAUSER]
You can disable the stream handler on a client and policy.
cacontrol --sth update <STHTYPE> <CLIENT> <POLICY> [SPAUSER] <disabled>
You can query the settings for the stream handler per policy.
cacontrol --sth getbypolicy <STHTYPE> <POLICY> [SPAUSER]
You can enable the stream handler per policy.
cacontrol --sth updatebypolicy <STHTYPE> <POLICY> [SPAUSER] <enabled>
You can delete the settings for the stream handler per policy (return to default behavior).
cacontrol --sth deletebypolicy <STHTYPE> <POLICY> [SPAUSER]
You can disable the stream handler per policy.
cacontrol --sth updatebypolicy <STHTYPE> <POLICY> [SPAUSER] <disabled>
You can query the settings for the stream handler per stream handler type.
cacontrol --sth getbytype <STHTYPE> [SPAUSER]
You can enable a stream handler per stream handler type.
cacontrol --sth updatebytype <STHTYPE> [SPAUSER] <enabled>
You can delete the settings for a stream handler (return to default behavior).
cacontrol --sth deletebytype <STHTYPE> [SPAUSER]
You can disable the stream handler per stream handler type.
cacontrol --sth updatebytype <STHTYPE> [SPAUSER] <disabled>