The syscdr_rqmhandle Table
The syscdr_rqmhandle table contains information about which transaction is being processed in each queue. The handle marks the position of the thread in the queue.
| Column | Type | Description |
|---|---|---|
| rqmh_qidx | integer | The queue associated with this handle |
| rqmh_thread | char(18) | Thread owning the handle |
| rqmh_stamp1 | integer | Stamp 1 of the last transaction this handle accessed |
| rqmh_stamp2 | integer | Stamp 2 of the last transaction this handle accessed |
| rqmh_servid | integer | Part 1 of the transaction key |
| rqmh_logid | integer | Part 2 of the transaction key |
| rqmh_logpos | integer | Part 3 of the transaction key |
| rqmh_seq | integer | Part 4 of the transaction key |