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


VIEW: SYS.DBA_XS_COLUMN_CONSTRAINTS

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

All the Real Application Security column constraints defined in the database

[View Source]

Columns
Name Datatype Length Mandatory Comments
POLICY VARCHAR2 (128)
Name of the data security policy
OWNER VARCHAR2 (128)
Owner of the data security policy
COLUMN_NAME VARCHAR2 (128)
Name of the column that the column constraint is enforced
PRIVILEGE VARCHAR2 (128)
Name of the privilege required to access the column
Query Text

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


SELECT POLICY
,      OWNER
,      COLUMN_NAME
,      PRIVILEGE
FROM SYS.DBA_XS_COLUMN_CONSTRAINTS;

Dependencies

[top of page]

SYS.DBA_XS_COLUMN_CONSTRAINTS references the following:

SchemaSYS
TableXS$ATTR_SEC
TableXS$OBJ
SYS.DBA_XS_COLUMN_CONSTRAINTS is referenced by following:

SchemaPUBLIC
SynonymDBA_XS_COLUMN_CONSTRAINTS
SchemaSYS
ViewUSER_XS_COLUMN_CONSTRAINTS