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


VIEW: SYS.USER_SEC_RELEVANT_COLS

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

Security Relevant columns of VPD policies for tables or views owned by the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_NAME VARCHAR2 (128)
Name of the table or view
POLICY_GROUP VARCHAR2 (128)
Name of the policy group
POLICY_NAME VARCHAR2 (128)
Name of the policy
SEC_REL_COLUMN VARCHAR2 (128)
Name of security relevant column
COLUMN_OPTION VARCHAR2 (8)
Option of the security relevant column
Query Text

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


SELECT OBJECT_NAME
,      POLICY_GROUP
,      POLICY_NAME
,      SEC_REL_COLUMN
,      COLUMN_OPTION
FROM SYS.USER_SEC_RELEVANT_COLS;

Dependencies

[top of page]

SYS.USER_SEC_RELEVANT_COLS references the following:

SchemaSYS
ViewALL_SEC_RELEVANT_COLS
FunctionGETLONG
SYS.USER_SEC_RELEVANT_COLS is referenced by following:

SchemaPUBLIC
SynonymUSER_SEC_RELEVANT_COLS