VMS Help  —  RMU72  Backup  Plan  Examples
    Example 1

    The following example first creates a plan file by issuing an
    RMU Backup command with the Parallel and List_Plan qualifiers.
    Oracle RMU does not execute the plan file because the Noexecute
    qualifier is specified. The second command issues the RMU Backup
    Plan command to execute the plan file created with the RMU Backup
    command.

    $ ! Create the Backup plan file:
    $ !
    $ RMU/BACKUP/PARALLEL=(EXEC=4, NODE=(NODE1, NODE2)) -
    _$ /LIST_PLAN=(PARTIAL.PLAN)/NOEXECUTE/INCLUDE=(RDB$SYSTEM, -
    _$ EMPIDS_LOW, EMPIDS_MID, EMPIDS_OVER, SALARY_HISTORY, EMP_INFO) -
    _$ /LABEL=(001, 002, 003, 004, 005, 006, 007, 008, 009) -
    _$ /CHECKSUM_VERIFICATION -
    _$ MF_PERSONNEL TAPE1:MF_PARTIAL.RBF, TAPE2:, TAPE3, TAPE4
    $ !
    $ ! Execute the plan file created with the previous command:
    $ !
    $ RMU/BACKUP/PLAN partial.plan
Close Help