V$PROCESS和V$SESSION,以及使用这两个视图能做什么
使用V$PROCESS,V$SESSION能做什么
查看哪些用户连到了DB上,使用什么Program连接
Kill Session
Column Datatype Description ADDR
RAW(4 | 8)
Address of process state objectPID
NUMBER
Oracle process identifierSPID
VARCHAR2(12)
Operating system process identifierUSERNAME
VARCHAR2(15)
Operating system process username. Any two-task user coming across the network has "-T" appended to the username.SERIAL#
NUMBER
Process serial numberTERMINAL
VARCHAR2(30)
Operating system terminal identifierPROGRAM
VARCHAR2(48)
Program in progressTRACEID
VARCHAR2(255)
Trace file identifierBACKGROUND
VARCHAR2(1)
1
for a background process; NULL for a normal processLATCHWAIT
VARCHAR2(8)
Address of latch the process is waiting for; NULL if noneLATCHSPIN
VARCHAR2(8)
Address of the latch the process is spinning on; NULL if nonePGA_USED_MEM
NUMBER
PGA memory currently used by the processPGA_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_FREEABLE_MEM
NUMBER
Allocated PGA memory which can be freedPGA_MAX_MEM
NUMBER
Maximum PGA memory ever allocated by the process
V$SESSIONThis view lists session information for each current session.
Column Datatype Description SADDR
RAW(4 | 8)
Session addressSID
NUMBER
Session identifierSERIAL#
NUMBER
Session serial number. Used to uniquely identify a session's objects. Guarantees that session-level commands are applied to the correct session objects if the session ends and another session begins with the same session ID.AUDSID
NUMBER
Auditing session IDPADDR
RAW(4 | 8)
Address of the process that owns the sessionUSER#
NUMBER
Oracle user identifierUSERNAME
VARCHAR2(30)
Oracle usernameCOMMAND
NUMBER
Command in progress (last statement parsed); for a list of values, seeTable 7-5. These values also appear in theAUDIT_ACTIONS
table.OWNERID
NUMBER
The column contents are invalid if the value is2147483644
. Otherwise, this column contains the identifier of the user who owns the migratable session.For operations using Parallel Slaves, interpret this value as a 4-byte value. The low-order 2 bytes of which represent the session number, and the high-order bytes the instance ID of the query coordinator.
TADDR
VARCHAR2(8)
Address of transaction state objectLOCKWAIT
VARCHAR2(8)
Address of lock waiting for; null if noneSTATUS
VARCHAR2(8)
Status of the session:
ACTIVE
- Session currently executing SQL
INACTIVE
KILLED
- Session marked to be killed
CACHED
- Session temporarily cached for use by Oracle*XA
SNIPED
- Session inactive, waiting on the clientSERVER
VARCHAR2(9)
Server type (DEDICATED
|SHARED
|PSEUDO
|NONE
)SCHEMA#
NUMBER
Schema user identifierSCHEMANAME
VARCHAR2(30)
Schema user nameOSUSER
VARCHAR2(30)
Operating system client user namePROCESS
VARCHAR2(12)
Operating system client process IDMACHINE
VARCHAR2(64)
Operating system machine nameTERMINAL
VARCHAR2(30)
Operating system terminal namePROGRAM
VARCHAR2(48)
Operating system program nameTYPE
VARCHAR2(10)
Session typeSQL_ADDRESS
RAW(4 | 8)
Used withSQL_HASH_VALUE
to identify the SQL statement that is currently being executedSQL_HASH_VALUE
NUMBER
Used withSQL_ADDRESS
to identify the SQL statement that is currently being executedSQL_ID
VARCHAR2(13)
SQL identifier of the SQL statement that is currently being executedSQL_CHILD_NUMBER
NUMBER
Child number of the SQL statement that is currently being executedPREV_SQL_ADDR
RAW(4 | 8)
Used withPREV_HASH_VALUE
to identify the last SQL statement executedPREV_HASH_VALUE
NUMBER
Used withSQL_HASH_VALUE
to identify the last SQL statement executedPREV_SQL_ID
VARCHAR2(13)
SQL identifier of the last SQL statement executedPREV_CHILD_NUMBER
NUMBER
Child number of the last SQL statement executedMODULE
VARCHAR2(48)
Name of the currently executing module as set by calling theDBMS_APPLICATION_INFO.SET_MODULE
procedureMODULE_HASH
NUMBER
Hash value of the aboveMODULE
ACTION
VARCHAR2(32)
Name of the currently executing action as set by calling theDBMS_APPLICATION_INFO.SET_ACTION
procedureACTION_HASH
NUMBER
Hash value of the above action nameCLIENT_INFO
VARCHAR2(64)
Information set by theDBMS_APPLICATION_INFO.SET_CLIENT_INFO
procedureFIXED_TABLE_SEQUENCE
NUMBER
This contains a number that increases every time the session completes a call to the database and there has been an intervening select from a dynamic performance table. This column can be used by performance monitors to monitor statistics in the database. Each time the performance monitor looks at the database, it only needs to look at sessions that are currently active or have a higher value in this column than the highest value that the performance monitor saw the last time. All the other sessions have been idle since the last time the performance monitor looked at the database.ROW_WAIT_OBJ#
NUMBER
Object ID for the table containing the row specified inROW_WAIT_ROW#
ROW_WAIT_FILE#
NUMBER
Identifier for the datafile containing the row specified inROW_WAIT_ROW#
. This column is valid only if the session is currently waiting for another transaction to commit and the value ofROW_WAIT_OBJ#
is not-1
.ROW_WAIT_BLOCK#
NUMBER
Identifier for the block containing the row specified inROW_WAIT_ROW#
. This column is valid only if the session is currently waiting for another transaction to commit and the value ofROW_WAIT_OBJ#
is not-1
.ROW_WAIT_ROW#
NUMBER
Current row being locked. This column is valid only if the session is currently waiting for another transaction to commit and the value ofROW_WAIT_OBJ#
is not-1
.LOGON_TIME
DATE
Time of logonLAST_CALL_ET
NUMBER
If the sessionSTATUS
is currentlyACTIVE
, then the value represents the elapsed time in seconds since the session has become active.If the session
STATUS
is currentlyINACTIVE
, then the value represents the elapsed time in seconds since the session has become inactive.PDML_ENABLED
VARCHAR2(3)
This column has been replaced by columnPDML_STATUS
FAILOVER_TYPE
VARCHAR2(13)
Indicates whether and to what extent transparent application failover (TAF) is enabled for the session:
NONE
- Failover is disabled for this session
SESSION
- Client is able to fail over its session following a disconnect
SELECT
- Client is able to fail over queries in progress as well
FAILOVER_METHOD
VARCHAR2(10)
Indicates the transparent application failover method for the session:
NONE
- Failover is disabled for this session
BASIC
- Client itself reconnects following a disconnect
PRECONNECT
- Backup instance can support all connections from every instance for which it is backed upFAILED_OVER
VARCHAR2(3)
Indicates whether the session is running in failover mode and failover has occurred (YES
) or not (NO
)RESOURCE_CONSUMER_GROUP
VARCHAR2(32)
Name of the session's current resource consumer groupPDML_STATUS
VARCHAR2(8)
IfENABLED
, the session is in a PARALLEL DML enabled mode. IfDISABLED
, PARALLEL DML enabled mode is not supported for the session. IfFORCED
, the session has been altered to force PARALLEL DML.PDDL_STATUS
VARCHAR2(8)
IfENABLED
, the session is in a PARALLEL DDL enabled mode. IfDISABLED
, PARALLEL DDL enabled mode is not supported for the session. IfFORCED
, the session has been altered to force PARALLEL DDL.PQ_STATUS
VARCHAR2(8)
IfENABLED
, the session is in a PARALLEL QUERY enabled mode. IfDISABLED
, PARALLEL QUERY enabled mode is not supported for the session. IfFORCED
, the session has been altered to force PARALLEL QUERY.CURRENT_QUEUE_DURATION
NUMBER
If queued (1
), the current amount of time the session has been queued. If not currently queued, the value is0
.CLIENT_IDENTIFIER
VARCHAR2(64)
Client identifier of the sessionBLOCKING_SESSION_STATUS
VARCHAR2(11)
Blocking session status:
VALID
NO HOLDER
GLOBAL
NOT IN WAIT
UNKNOWN
BLOCKING_INSTANCE
NUMBER
Instance identifier of blocking sessionBLOCKING_SESSION
NUMBER
Session identifier of blocking sessionSEQ#
NUMBER
Sequence number that uniquely identifies the wait. Incremented for each wait.EVENT#
NUMBER
Event numberEVENT
VARCHAR2(64)
Resource or event for which the session is waiting
P1TEXT
VARCHAR2(64)
Description of the first additional parameterP1
NUMBER
First additional parameterP1RAW
RAW(4)
First additional parameterP2TEXT
VARCHAR2(64)
Description of the second additional parameterP2
NUMBER
Second additional parameterP2RAW
RAW(4)
Second additional parameterP3TEXT
VARCHAR2(64)
Description of the third additional parameterP3
NUMBER
Third additional parameterP3RAW
RAW(4)
Third additional parameterWAIT_CLASS_ID
NUMBER
Identifier of the wait classWAIT_CLASS#
NUMBER
Number of the wait classWAIT_CLASS
VARCHAR2(64)
Name of the wait classWAIT_TIME
NUMBER
A nonzero value is the session's last wait time. A zero value means the session is currently waiting.SECONDS_IN_WAIT
NUMBER
IfWAIT_TIME
=0
, thenSECONDS_IN_WAIT
is the seconds spent in the current wait condition. IfWAIT_TIME
>0
, thenSECONDS_IN_WAIT
is the seconds since the start of the last wait, andSECONDS_IN_WAIT
-WAIT_TIME
/100
is the active seconds since the last wait ended.STATE
VARCHAR2(19)
Wait state:
0 - WAITING
(the session is currently waiting)
-2 - WAITED UNKNOWN TIME
(duration of last wait is unknown)
-1 - WAITED SHORT TIME
(last wait <1/100th of a second)
>0 - WAITED KNOWN TIME
(WAIT_TIME
= duration of last wait)SERVICE_NAME
VARCHAR2(64)
Service name of the sessionSQL_TRACE
VARCHAR2(8)
Indicates whether SQL tracing is enabled (ENABLED
) or disabled (DISABLED
)SQL_TRACE_WAITS
VARCHAR2(5)
Indicates whether wait tracing is enabled (TRUE
) or not (FALSE
)SQL_TRACE_BINDS
VARCHAR2(5)
Indicates whether bind tracing is enabled (TRUE
) or not (FALSE
)
转载请注明出处:http://blog.csdn.net/pan_tian/article/details/7731843
======EOF======