V$SESSION_LONGOPS
V$SESSION_LONGOPS displays the progress of ongoing operations.
| Name | Type | Description |
|---|---|---|
| sid | bigint | OID of the running background process |
| serial# | integer | Sequence number of the running background process, which is 0 in GaussDB(DWS). |
| sofar | integer | Completed workload, which is empty in GaussDB(DWS). |
| totalwork | integer | Total workload, which is empty in GaussDB(DWS). |
Last Article: V$SESSION
Next Article: Information Schema
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.