DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.DBA_XS_SESSIONS

Object Details
Object Name: DBA_XS_SESSIONS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All the application sessions in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
USER_NAME VARCHAR2 (128) Yes User name of the application session
SESSIONID RAW (16) Yes Application session ID
PROXY_USER VARCHAR2 (128)
Name of the proxy user
COOKIE VARCHAR2 (1024)
Cookie associated with the application session
CREATE_TIME TIMESTAMP(6) (11) Yes Creation time of the application session
AUTH_TIME TIMESTAMP(6) (11) Yes The most recent authentication time of the application session
ACCESS_TIME TIMESTAMP(6) (11) Yes The most recent access time of the application session
INACTIVE_TIMEOUT NUMBER (6)
Application session inactivity timeout
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT USER_NAME
,      SESSIONID
,      PROXY_USER
,      COOKIE
,      CREATE_TIME
,      AUTH_TIME
,      ACCESS_TIME
,      INACTIVE_TIMEOUT
FROM SYS.DBA_XS_SESSIONS;

Dependencies

[top of page]

SYS.DBA_XS_SESSIONS references the following:

SchemaSYS
TableRXS$SESSIONS
TableXS$OBJ
SYS.DBA_XS_SESSIONS is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_SESSIONS