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


VIEW: SYS.CDB_XS_NS_TEMPLATE_ATTRIBUTES

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

All the attributes of Real Application Security namespace templates in all containers

[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)
CON_ID NUMBER

container id
Query Text

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


SELECT ATTRIBUTE
,      NAMESPACE
,      DEFAULT_VALUE
,      FIRSTREAD_EVENT
,      MODIFY_EVENT
,      CON_ID
FROM SYS.CDB_XS_NS_TEMPLATE_ATTRIBUTES;

Dependencies

[top of page]

SYS.CDB_XS_NS_TEMPLATE_ATTRIBUTES does not reference any database object

SYS.CDB_XS_NS_TEMPLATE_ATTRIBUTES is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_NS_TEMPLATE_ATTRIBUTES