3.69 ALL_SEC_RELEVANT_COLS
ALL_SEC_RELEVANT_COLS
describes the security relevant columns of the security policies for the tables and views accessible to the current user.
Related Views
-
DBA_SEC_RELEVANT_COLS
describes the security relevant columns of all security policies in the database. -
USER_SEC_RELEVANT_COLS
describes the security relevant columns of the security policies for the tables and views owned by the current user. This view does not display theOBJECT_OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Owner of the table or view |
|
|
|
Name of the table or view |
|
|
|
Name of the policy group |
|
|
|
Name of the policy |
|
|
|
Name of the security relevant column |
|
|
|
Option of the security relevant column:
|
|
|
|
Indicates whether the policy security relevant column is applied and enforced in all application PDBs ( This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). |
|
|
|
Indicates whether the policy security relevant column is inherited from the root ( This column is available starting with Oracle Database 12c Release 2 (12.2.0.1). |
See Also: