[Home] [Help]
[Dependency Information]
| Object Name: | DBA_XS_NS_TEMPLATES |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All the Real Application Security namespace templates
| 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 |
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;
SYS
ALL_ARGUMENTS
XS$NSTMPL
XS$OBJ
PUBLIC
DBA_XS_NS_TEMPLATES
|
|
|
|