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


VIEW: SYS.SESSION_CONTEXT

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

Description of all context attributes set under the current session

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAMESPACE VARCHAR2 (30)
Namespace of the attribute
ATTRIBUTE VARCHAR2 (30)
Name of the attribute
VALUE VARCHAR2 (4000)
Value of the attribute
Query Text

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


SELECT NAMESPACE
,      ATTRIBUTE
,      VALUE
FROM SYS.SESSION_CONTEXT;

Dependencies

[top of page]

SYS.SESSION_CONTEXT references the following:

SchemaSYS
ViewV_$CONTEXT
SYS.SESSION_CONTEXT is referenced by following:

SchemaDVSYS
Package BodyDBMS_MACSEC - show dependent code
Package BodyDBMS_MACUTL - show dependent code
SchemaPUBLIC
SynonymSESSION_CONTEXT
SchemaSYS
Package BodyDBMS_SESSION - show dependent code