Monitor JTA transactions
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Database administrators of JTA-enabled databases must
be able to monitor the status of those transactions. Both the promon utility
and the virtual system tables are used to display JTA transaction
and lock statuses.
JTA transaction locks belong to the transaction and not to any of the users who may have participated in the work of the transaction.
The promon utility identifies the JTA transaction states,
as shown in the following table.
| State | Description |
|---|---|
| Active JTA | The transaction is currently active |
| Idle JTA | The transaction is not currently executing |
| Prepared JTA | The transaction is prepared |
| Rollback-only JTA | The transaction has encountered an error |
| Commit JTA | The transaction is in the commit process |