Oracle 视图 V$VPD_POLICY 官方解释,作用,如何使用详细说明
本站中文解释
V$VPD_POLICY视图用来查看基于安全策略的私有数据库(VPD)政策的信息。它显示了每个VPD策略的定义,相关的安全级别,添加的任何查询条件以及查询中执行的操作。
如何使用:
使用V$VPD_POLICY视图,可以查看Oracle私有数据库(VPD)安全策略的定义。该视图将为对象分配的相应VPD策略显示信息,包括安全级别、查询条件和操作等。
例如,要查询VPD策略名称为“VPD_EMP_POL”的定义,请使用以下查询:
SELECT * FROM V$VPD_POLICY WHERE POLICY_NAME = ‘VPD_EMP_POL’;
官方英文解释
V$VPD_POLICY
displays all the fine-grained security policies and predicates associated with the cursors currently in the library cache.
Column | Datatype | Description |
---|---|---|
|
|
Cursor address |
|
|
Parent cursor address |
|
|
SQL hash number |
|
|
SQL identifier |
|
|
Cursor’s child number under the parent |
|
|
Owner of the object with the policy |
|
|
Name of the object with the policy |
|
|
Name of the policy group |
|
|
Name of the policy |
|
|
Owner of the policy function |
|
|
Predicate for the policy (truncated to |
|
|
The ID of the container to which the data pertains. Possible values include:
|