Crash Recovery Transaction Display (-crTXDisplay)
- Last Updated: September 5, 2023
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Use Crash Recovery Transaction Display (-crTXDisplay) to display to the screen only (not the log file) the contents of
the transaction table prior to the Physical Undo phase of crash recovery.
| Operating system and syntax | UNIX / Windows |
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Database Server, PROUTIL | – | – | – | – |
When -crTXDisplay is specified, the progress messages of
crash recovery, controlled by -crStatus, includes the counter of the
current BI cluster. Use this information to cross-reference the transaction table to
determine the location in the BI file of the current phase, relative to the remaining
transactions. This information can assist you in determining if there are many transactions
to back out during crash recovery, or if there is perhaps one long-running transaction.
- The transaction ID
- The timestamp when the transaction began
- The user number that initiated the transaction
- The counter of the BI cluster that was current when the transaction began
For more information about crash recovery progress messages, see Crash Recovery Status (-crStatus).
For more information about crash recovery, see Manage the OpenEdge Database.