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