Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ for Oracle Administrator's Guide
  3. Performing backups and restores of Oracle
  4. About NetBackup for Oracle backups
  5. Running RMAN
NetBackup™ for Oracle Administrator's Guide

Running RMAN

As an Oracle user, you can run the rman command from the command prompt with the RMAN command file as a parameter. This topic describes how to set the master server to hag and the Oracle policy to obk before you start the backup.

On Windows, RMAN functionality runs as a service, so use the send operand to set up the run-time environment. To start a backup using the rman command from the command prompt, type the following:

# send "'NB_ORA_POLICY=obk,NB_ORA_SERV=hag'" cmdfile    \ 
"install_path\oracle\scripts\db_full_backup.rcv"

On UNIX, type the following at the command prompt:

# rman target 'internal/oracle@ORCL' rcvcat 'rman/rman@RCAT'
# send "'NB_ORA_POLICY=obk,NB_ORA_SERV=hag'" cmdfile    \ 
'/oracle/scripts/db_full_backup.rcv"

If you intend to connect to a database using a TNS alias, the RMAN send command specifies the environment variables. The example sets the master server to hag and the Oracle policy to obk before you start the backup.

Note:

To run script files for database operations other than backups or restores, it is recommended that you run the rman command directly rather than NetBackup.

For rman command script syntax and examples, see your Oracle documentation.

More Information

About the bp.conf file on UNIX systems

Feedback

Was this page helpful?
Previous

Running the NetBackup for Oracle shell script

Next

Browsing backups using the bplist command

Feedback

Was this page helpful?