DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.ALL_POLICY_GROUPS

Object Details
Object Name: ALL_POLICY_GROUPS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All policy groups defined for any synonym, table or view accessable to the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_OWNER VARCHAR2 (128)
Schema of the synonym, table, or view
OBJECT_NAME VARCHAR2 (128)
Name of the synonym, table, or view
POLICY_GROUP VARCHAR2 (128)
Policy group defined
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OBJECT_OWNER
,      OBJECT_NAME
,      POLICY_GROUP
FROM SYS.ALL_POLICY_GROUPS;

Dependencies

[top of page]

SYS.ALL_POLICY_GROUPS references the following:

SchemaSYS
ViewALL_SYNONYMS
ViewALL_TABLES
ViewALL_VIEWS
ViewDBA_POLICY_GROUPS
FunctionGETLONG
SYS.ALL_POLICY_GROUPS is referenced by following:

SchemaPUBLIC
SynonymALL_POLICY_GROUPS