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


VIEW: SYS.CDB_SEC_RELEVANT_COLS

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

Security Relevant columns of all VPD policies in the database in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_OWNER VARCHAR2 (30) Yes Owner of the table or view
OBJECT_NAME VARCHAR2 (30) Yes Name of the table or view
POLICY_GROUP VARCHAR2 (128) Yes Name of the policy group
POLICY_NAME VARCHAR2 (128) Yes Name of the policy
SEC_REL_COLUMN VARCHAR2 (30) Yes Name of the security relevant column
COLUMN_OPTION VARCHAR2 (8)
Option of the security relevant column
CON_ID NUMBER

container id
Query Text

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


SELECT OBJECT_OWNER
,      OBJECT_NAME
,      POLICY_GROUP
,      POLICY_NAME
,      SEC_REL_COLUMN
,      COLUMN_OPTION
,      CON_ID
FROM SYS.CDB_SEC_RELEVANT_COLS;

Dependencies

[top of page]

SYS.CDB_SEC_RELEVANT_COLS does not reference any database object

SYS.CDB_SEC_RELEVANT_COLS is referenced by following:

SchemaPUBLIC
SynonymCDB_SEC_RELEVANT_COLS