Installing NetBackup Dedupe Direct for Oracle plug-in on the Oracle database server
Install NetBackup Dedupe Direct for Oracle plug-in on all database servers. You can enable the communication between Oracle database server and the MSDP storage server by configuring the environment variables.
This plug-in can co-exist with the NetBackup Oracle client. You can also install the plug-in along with the NetBackup Oracle client on the Oracle server. Following table lists the backup and recovery capability.
Table: Backup and recovery capability
Backup | Recovery from the plug-in directly | Recovery from NetBackup Oracle client |
|---|---|---|
Backups from the plug-in | Yes | Yes |
Backups from NetBackup oracle client | No | Yes |
To install the plug-in on the database servers:
- Download NetBackup Dedupe Direct for Oracle plug-in.
- Run the following command to install the plug-in.
command sbt_config with --install option
- To ensure the communication between NetBackup Dedupe Direct for Oracle plug-in and the MSDP storage server, set the MSDP_DBA_USER and MSDP_DBA_PASSWORD environment variables before you perform the backups.
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/oracle/sbt/lib:/home/ oracle/sbt/ost-plugins export MSDP_DBA_USER=<Your username> export MSDP_DBA_PASSWORD=<Your password>