forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
4.4 KiB
4.4 KiB
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). |
Parent topic: System Views