更新时间:2025-08-30 GMT+08:00
V$SESSION_LONGOPS
V$SESSION_LONGOPS视图存储当前正在执行的操作的进度。
| 名称 | 类型 | 描述 |
|---|---|---|
| sid | bigint | 当前正在执行的后台进程的OID。 |
| serial# | integer | 当前正在执行的后台进程的序号,在DWS中为0。 |
| sofar | integer | 目前完成的工作量,在DWS中为空。 |
| totalwork | integer | 工作总量,在DWS中为空。 |