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


VIEW: SYS.DBA_XS_NS_TEMPLATES

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

All the Real Application Security namespace templates

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name of the namespace template
HANDLER_SCHEMA VARCHAR2 (128)
Schema of the event handler function
HANDLER_PACKAGE VARCHAR2 (128)
Package of the event handler function
HANDLER_FUNCTION VARCHAR2 (128)
Name of the event handler function
HANDLER_STATUS VARCHAR2 (7)
Indicates whether the event handler function is VALID or INVALID
ACL VARCHAR2 (128)
Name of the acl assocaited with the namespace template
DESCRIPTION VARCHAR2 (4000)
Description of the namespace template
Query Text

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


SELECT NAME
,      HANDLER_SCHEMA
,      HANDLER_PACKAGE
,      HANDLER_FUNCTION
,      HANDLER_STATUS
,      ACL
,      DESCRIPTION
FROM SYS.DBA_XS_NS_TEMPLATES;

Dependencies

[top of page]

SYS.DBA_XS_NS_TEMPLATES references the following:

SchemaSYS
ViewALL_ARGUMENTS
TableXS$NSTMPL
TableXS$OBJ
SYS.DBA_XS_NS_TEMPLATES is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_NS_TEMPLATES