Example 1
The following command recovers the mf_personnel database and
rolls the database forward from the old .aij file to resolve the
unresolved distributed transactions. Because the State qualifier
is not specified, Oracle RMU will prompt the user for a state for
each unresolved transaction.
$ RMU RECOVER/RESOLVE MF_PERSONNEL.AIJ;1
Example 2
This example specifies that all unresolved transactions in the
mf_personnel.aij file be committed.
$ RMU/RECOVER/RESOLVE/STATE=COMMIT MF_PERSONNEL.AIJ
For more examples of the RMU Recover Resolve command, see the
Oracle Rdb7 Guide to Distributed Transactions.