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


VIEW: SYS.DBA_XS_POLICIES

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

All the Real Application Security data security policies defined in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name of the data security policy
OWNER VARCHAR2 (128)
owner of the data security policy
CREATE_TIME TIMESTAMP(6) (11)
Creation time of the data security policy
MODIFY_TIME TIMESTAMP(6) (11)
Modification time of the data security policy
DESCRIPTION VARCHAR2 (4000)
Description of the data security policy
Query Text

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


SELECT NAME
,      OWNER
,      CREATE_TIME
,      MODIFY_TIME
,      DESCRIPTION
FROM SYS.DBA_XS_POLICIES;

Dependencies

[top of page]

SYS.DBA_XS_POLICIES references the following:

SchemaSYS
TableXS$DSEC
TableXS$OBJ
SYS.DBA_XS_POLICIES is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_POLICIES
SchemaSYS
ViewUSER_XS_POLICIES