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


VIEW: SYS.CDB_XS_SESSION_NS_ATTRIBUTES

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

Namespace attributes in application sessions as of the last saved state in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
SESSIONID RAW (16) Yes Application session ID
ATTRIBUTE VARCHAR2 (4000)
Name of the attribute
NAMESPACE VARCHAR2 (128) Yes Name of the namespace
VALUE VARCHAR2 (4000)
Value of the attribute
DEFAULT_VALUE VARCHAR2 (4000)
Default value of the attribute
FIRSTREAD_EVENT VARCHAR2 (2)
Indicates whether the handler function will be invoked at the first time of reading the attribute (YES) or not (NO)
MODIFY_EVENT VARCHAR2 (2)
Indicates whether the handler function will be invoked at the time of modifying the attribute (YES) or not (NO)
CON_ID NUMBER

container id
Query Text

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


SELECT SESSIONID
,      ATTRIBUTE
,      NAMESPACE
,      VALUE
,      DEFAULT_VALUE
,      FIRSTREAD_EVENT
,      MODIFY_EVENT
,      CON_ID
FROM SYS.CDB_XS_SESSION_NS_ATTRIBUTES;

Dependencies

[top of page]

SYS.CDB_XS_SESSION_NS_ATTRIBUTES does not reference any database object

SYS.CDB_XS_SESSION_NS_ATTRIBUTES is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_SESSION_NS_ATTRIBUTES