温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

V$PROCESS视图

发布时间:2020-06-30 03:10:30 来源:网络 阅读:288 作者:onlinekof2001 栏目:关系型数据库

V$PROCESS

V$PROCESS 展示当前数据库的活动进程信息。

ColumnDatatypeDescription
ADDRRAW(4 | 8)Address of the process state object
PIDNUMBEROracle process identifier
SOSIDVARCHAR2(24)Operating system (process, thread) identifier.

This identifier is unique whether the Oracle multiprocess/multithread feature is enabled or not.

SPIDVARCHAR2(24)Operating system process identifier.

The Oracle multiprocess/multithread feature is available for UNIX systems.

When the Oracle multiprocess/multithread feature is enabled, RDBMS processes are mapped to threads running in operating system processes, and the SPID identifier is not unique for RDBMS processes.

When the Oracle multiprocess/multithread feature is not enabled on UNIX systems, the SPID identifier is unique for RDBMS processes.

STIDVARCHAR2(24)Operating system thread identifier.

The Oracle multiprocess/multithread feature is available for UNIX systems.

When the Oracle multiprocess/multithread feature is enabled, RDBMS processes are mapped to threads running in operating system processes, and the SPID and STID together uniquely identify an RDBMS process.

The STID is not unique on Solaris. The STID is unique on Linux and AIX.

EXECUTION_TYPEVARCHAR2(10)Operating system execution type
PNAMEVARCHAR2(5)Name of this process
USERNAMEVARCHAR2(15)Operating system process username
SERIAL#NUMBERProcess serial number
TERMINALVARCHAR2(30)Operating system terminal identifier
PROGRAMVARCHAR2(48)Program in progress
TRACEIDVARCHAR2(255)Trace file identifier
TRACEFILEVARCHAR2(513)Trace file name of the process
BACKGROUNDVARCHAR2(1)1 for a background process; NULL for a normal process
LATCHWAITVARCHAR2(16)Address of the latch the process is waiting for; NULL if none
LATCHSPINVARCHAR2(16)This column is obsolete
PGA_USED_MEMNUMBERPGA memory currently used by the process (in bytes)
PGA_ALLOC_MEMNUMBERPGA memory currently allocated by the process (including free PGA memory not yet released to the operating system by the server process), in bytes
PGA_FREEABLE_MEMNUMBERAllocated PGA memory which can be freed (in bytes)
PGA_MAX_MEMNUMBERMaximum PGA memory ever allocated by the process (in bytes)
CON_IDNUMBERThe ID of the container to which the data pertains. Possible values include:
  • 0: This value is used for rows containing data that pertain to the entire CDB. This value is also used for rows in non-CDBs.

  • 1: This value is used for rows containing data that pertain to only the root

  • n: Where n is the applicable container ID for the rows containing data


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI