RFUTIL ROLL OPUNLOCK qualifier
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
RFUTIL ROLL OPUNLOCK qualifier
Unlocks the protection enabled by ROLL FORWARD OPLOCK.
Syntax
|
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.