The sysseswts table provides information on the amount of time that users wait for various database objects.
| Column | Type | Description |
|---|---|---|
| sid | integer | Session ID |
| reason | char(50) | Description of reason for wait:
|
| numwaits | integer | Number of waits for this reason |
| cumtime | float | Cumulative time waited for this reason (in microseconds) |
| maxtime | integer | Maximum time waited during this session for this reason |