1 – Confirm
Confirm Noconfirm Prompts you for confirmation of each transaction state you alter. The default for interactive processing is Confirm. Specify the Noconfirm qualifier to suppress this prompt. The default for batch processing is Noconfirm.
2 – State
State=option Specifies the state to which all unresolved transactions will be resolved. If you are using DECdtm to manage your distributed transaction, options for the State qualifier are: o Commit-Commits all unresolved transactions. o Abort- Aborts all unresolved transactions. o Ignore-Does not resolve any transactions. If you are using Encina to manage your distributed transaction, options for the State qualifier are: o Commit-Commits all unresolved transactions. o Abort- Aborts all unresolved transactions. If you do not specify the State qualifier, Oracle RMU prompts you to enter an action, for each unresolved transaction in that .aij file. If DECdtm is managing your transaction and you enter Ignore, Oracle RMU-instead of resolving the transaction- attempts to contact the coordinator to resolve the transaction. The transaction remains unresolved until the coordinator becomes available again and instructs the transaction to complete or until you manually complete the transaction by using the RMU Recover Resolve command again. For more information about the activities of the coordinator, see the Oracle Rdb7 Guide to Distributed Transactions. Because a coordinator is not involved with transactions managed by Encina, the Ignore option is not valid for XA transactions.