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


VIEW: SYS.USER_XS_POLICIES

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

All the Real Application Security data security policies owned by the current user

[View Source]

Columns
Name Datatype Length Mandatory Comments
NAME VARCHAR2 (128)
Name 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
,      CREATE_TIME
,      MODIFY_TIME
,      DESCRIPTION
FROM SYS.USER_XS_POLICIES;

Dependencies

[top of page]

SYS.USER_XS_POLICIES references the following:

SchemaSYS
ViewDBA_XS_POLICIES
SYS.USER_XS_POLICIES is referenced by following:

SchemaPUBLIC
SynonymUSER_XS_POLICIES