[Oracle] v $ process

Source: Internet
Author: User

[Oracle] v $ process

First, check which columns exist in v $ process

SYS @ ORCL> desc v $ process

Name Null? Type

-----------------------------------------------------------------------------

Addr raw (4)

PID NUMBER

SPID VARCHAR2 (12)

USERNAME VARCHAR2 (15)

SERIAL # NUMBER

TERMINAL VARCHAR2 (30)

PROGRAM VARCHAR2 (48)

TRACEID VARCHAR2 (255)

BACKGROUND VARCHAR2 (1)

LATCHWAIT VARCHAR2 (8)

LATCHSPIN VARCHAR2 (8)

PGA_USED_MEM NUMBER

PGA_ALLOC_MEM NUMBER

PGA_FREEABLE_MEM NUMBER

PGA_MAX_MEM NUMBER

ADDR: the memory address of the process, which is associated with the PADDR in the v $ session.

PID -- ID of the process

SPID -- ID of the corresponding Operating System

USERNAME -- user name corresponding to the operating system process, not the Oracle user name

SERIAL # -- Process serial number

TERMINAL -- the Operating System terminal identifier (e.g., computer name ).

PROGRAM -- similar to the PROGRAM in v $ session

TRACEID--TRACE File ID

BACKGROUND--1 indicates oracle background process, and null indicates normal process.

LATCHWAIT -- Address of latch the process is waiting for; NULL if none

LATCHSPIN -- Address of the latch the process is spinning on; NULL if none

PGA_USED_MEM -- PGA memory used by the current process

PGA_ALLOC_MEM -- current allocated PGA memory size (including free PGA memory not yet released to the operating system by the server process)

PGA_FREEABLE_MEM -- idle PGA

PGA_MAX_MEM -- maximum PGA size allowed by the System

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.