Oracle 视图 AUDIT_UNIFIED_POLICIES 官方解释,作用,如何使用详细说明
本站中文解释
Oracle视图 AUDIT_UNIFIED_POLICIES 属于Oracle Data vault审计功能,用于保存所有审计视图和统一政策之间的关系。该视图可用于检索与其他视图相关联的所有统一政策。
使用方法:
首先,在Oracle中定义一个视图,命名为AUDIT_UNIFIED_POLICIES。
然后,使用SELECT语句向该视图添加记录,包括要关联的视图单元格、统一政策名称、描述以及统一政策类型。
最后,使用SELECT语句从该视图中查询所有记录,例如可以查询指定统一政策名称的视图单元格,以及特定类型的统一政策名称的描述。
官方英文解释
AUDIT_UNIFIED_POLICIES
describes all audit policies created in the database.
Note:
This view is populated only in an Oracle Database where unified auditing is enabled.
See Oracle Database Security
Guide for more information about unified auditing.See Oracle Database Upgrade
Guide for more information about migrating to unified auditing.
Column | Datatype | NULL | Description |
---|---|---|---|
|
| Name of the audit policy | |
|
| Condition associated with the audit policy | |
|
| Evaluation option associated with the audit policy’s condition. The possible values are | |
|
| Auditing option defined in the audit policy | |
|
| Type of the auditing option. Possible values:
| |
|
| Owner of the object, for an object-specific auditing option | |
|
| Name of the object, for an object-specific auditing option | |
|
| Type of the object, for an object-specific auditing option | |
|
| Indicates whether the audit policy is a common audit policy or local audit policy. The value is For local audit policies, the value of the For a CDB common policy:
For an application container common policy:
| |
|
| Indicates whether the audit policy was inherited from another container ( | |
|
| Indicates whether the audit policy is defined to audit only top level SQL statements ( | |
|
| Indicates whether the audit policy is an Oracle-supplied policy ( Oracle-supplied policies are also called predefined policies. |
编辑:一起学习网
标签:视图,政策,名称,语句,单元格