Oracle9i Database Reference
Release 1 (9.0.1)

Part Number A90190-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

Dynamic Performance (V$) Views, 127 of 211


V$PROCESS

This view contains information about the currently active processes. While the LATCHWAIT column indicates what latch a process is waiting for, the LATCHSPIN column indicates what latch a process is spinning on. On multi-processor machines, Oracle processes will spin on a latch before waiting on it.

Column  Datatype  Description 

ADDR 

RAW(4) 

Address of process state object 

PID 

NUMBER 

Oracle process identifier 

SPID 

VARCHAR2 

Operating system process identifier 

USERNAME  

VARCHAR2 

Operating system process username. Any two-task user coming across the network has "-T" appended to the username. 

SERIAL# 

NUMBER 

Process serial number 

TERMINAL 

VARCHAR2 

Operating system terminal identifier 

PROGRAM 

VARCHAR2 

Program in progress 

BACKGROUND  

VARCHAR2 

1 for a background process; NULL for a normal process 

LATCHWAIT 

VARCHAR2 

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

LATCHSPIN 

VARCHAR2 

Address of latch the process is being spun on; NULL if none 

PGA_USED_MEM 

NUMBER 

PGA memory currently used by the process 

PGA_ALLOC_MEM 

NUMBER 

PGA memory currently allocated by the process (including free PGA memory not yet released to the operating system by the server process) 

PGA_MAX_MEM 

NUMBER 

Maximum PGA memory ever allocated by the process 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback