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


VIEW: SYS.CDB_XS_POLICIES

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

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

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

container id
Query Text

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


SELECT NAME
,      OWNER
,      CREATE_TIME
,      MODIFY_TIME
,      DESCRIPTION
,      CON_ID
FROM SYS.CDB_XS_POLICIES;

Dependencies

[top of page]

SYS.CDB_XS_POLICIES does not reference any database object

SYS.CDB_XS_POLICIES is referenced by following:

SchemaPUBLIC
SynonymCDB_XS_POLICIES