Oracle® Database Reference 10g Release 2 (10.2) Part Number B14237-02 |
|
|
View PDF |
ALL_POLICY_GROUPS
describes the policy groups defined for the synonyms, tables, and views accessible to the current user.
Related Views
DBA_POLICY_GROUPS
describes all policy groups in the database.
USER_POLICY_GROUPS
describes the policy groups defined for the synonyms, tables, and views owned by the current user. This view does not display the OBJECT_OWNER
column.
Column | Datatype | NULL | Description |
---|---|---|---|
OBJECT_OWNER |
VARCHAR2(30) |
NOT NULL |
Owner of the synonym, table, or view |
OBJECT_NAME |
VARCHAR2(30) |
NOT NULL |
Name of the synonym, table, or view |
POLICY_GROUP |
VARCHAR2(30) |
NOT NULL |
Name of the policy group |
See Also: