Skip Headers

Oracle9i Database Reference
Release 2 (9.2)

Part Number A96536-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page Go to next page
View PDF

V$VPD_POLICY

This view lists all the fine-grained security policies and predicates associated with the cursors currently in the library cache.

Column Datatype Description

ADDRESS

RAW(4 | 8)

Cursor address

PARADDR

RAW(4 | 8)

Parent cursor address

SQL_HASH

NUMBER

SQL hash number

CHILD_NUMBER

NUMBER

Cursor's child number under the parent

OBJECT_OWNER

VARCHAR2(30)

Owner of the object with policy

OBJECT_NAME

VARCHAR2(30)

Name of the object with policy

POLICY_GROUP

VARCHAR2(30)

Name of the policy group

POLICY

VARCHAR2(30)

Name of the policy

POLICY_FUNCTION_OWNER

VARCHAR2(30)

Owner of the policy function

PREDICATE

VARCHAR2(4096)

Predicate for the policy, truncated to 4096 bytes in length