Previous Topic: Back Up Using RMAN Scripts in the AgentNext Topic: RMAN Command Line Scripts


Back Up Manually with RMAN

You can back up a database manually using RMAN.

To start RMAN with a recovery catalog and back up a database

  1. Open a Command Prompt window and enter the following command to start RMAN:
    rman target dbuser/dbuserpassword rcvcat catowner /catownerpassword@rman service name
    

    where:

    dbuser is the user with dba privileges.

    dbuserpassword is the dbuser password.

    catowner is the Oracle user name of the RMAN catalog owner.

    catownerpassword is the catalog owner password.

    rman database is the database where the RMAN catalog is installed.

  2. Create RMAN scripts to back up the database:
    Use relinking Oracle for Arcserve versions of libobk
    Use SBT_LIBRARY in the RMAN Script