VMS Help  —  RMU72  Resolve  Examples
    Example 1

    The following command specifies that the first displayed
    unresolved transaction in the MF_PERSONNEL database be changed
    to the Abort state and rolled back:

    $ RMU/RESOLVE/LOG/STATE=ABORT MF_PERSONNEL

    Example 2

    The following command will display a list of all transactions
    coordinated by node GREEN and might be useful if node GREEN
    failed while running an application that used the DECdtm two-
    phase commit protocol:

    $ RMU/RESOLVE/PARENT_NODE=GREEN MF_PERSONNEL

    Example 3

    The following command displays a list of all transactions
    initiated by process 41E0364A. The list might be useful for
    resolving transactions initiated by this process if the process
    were deleted.

    $ RMU/RESOLVE/PROCESS=41E0364A MF_PERSONNEL

    Example 4

    The following command completes unresolved transactions for the
    MF_PERSONNEL database, and confirms and logs the operation:

    $ RMU/RESOLVE/LOG/CONFIRM MF_PERSONNEL

    For more examples of the RMU Resolve command, see the Oracle Rdb7
    Guide to Distributed Transactions.
Close Help