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


VIEW: SYS.DBA_XS_NS_TEMPLATE_ATTRIBUTES

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

All the attributes of Real Application Security namespace templates

[View Source]

Columns
Name Datatype Length Mandatory Comments
ATTRIBUTE VARCHAR2 (4000)
Name of the attribute
NAMESPACE VARCHAR2 (128)
Name of the namespace template in which the attribute is defined
DEFAULT_VALUE VARCHAR2 (4000)
Default value of the attribute
FIRSTREAD_EVENT VARCHAR2 (3)
Indicates whether the event handler function will be invoked at the first time of reading the attribute (YES) or not (NO)
MODIFY_EVENT VARCHAR2 (3)
Indicates whether the event handler function will be invoked at the time of modifyig the attribute (YES) or not (NO)
Query Text

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


SELECT ATTRIBUTE
,      NAMESPACE
,      DEFAULT_VALUE
,      FIRSTREAD_EVENT
,      MODIFY_EVENT
FROM SYS.DBA_XS_NS_TEMPLATE_ATTRIBUTES;

Dependencies

[top of page]

SYS.DBA_XS_NS_TEMPLATE_ATTRIBUTES references the following:

SchemaSYS
TableXS$NSTMPL_ATTR
TableXS$OBJ
SYS.DBA_XS_NS_TEMPLATE_ATTRIBUTES is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_NS_TEMPLATE_ATTRIBUTES