Updated on 2023-04-14 GMT+08:00

V$SESSION_LONGOPS

V$SESSION_LONGOPS displays the progress of ongoing operations.

Table 1 V$SESSION_LONGOPS columns

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).