RFUTIL ROLL OPUNLOCK qualifier

Unlocks the protection enabled by ROLL FORWARD OPLOCK.

Syntax

rfutil db-name -C roll opunlock

Parameters

db-name
Specifies the database where the sequence number is being updated.

The OPUNLOCK qualifier:

  • Disables the protection mechanism, making the database accessible to other users or utilities.
  • Completes the phases of the crash recovery.

Notes

  • Once OPUNLOCK disables protection, further roll forward operations will fail. Use the OPUNLOCK qualifier only when there are no further AI files to roll forward and the database needs to be opened for access by other utilities.
  • See Roll forward with the OPLOCK qualifier for more information.