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

DBA_RSRC_CONSUMER_GROUP_PRIVS

DBA_RSRC_CONSUMER_GROUP_PRIVS lists all resource consumer groups and the users and roles assigned to them. The grant referred to in this view and the related view is the grant of the SWITCH_CONSUMER_GROUP object privilege, which is granted using the DBMS_RESOURCE_MANAGER_PRIVS package. (This privilege is not granted through the GRANT SQL statement.)

Related View

USER_RSRC_CONSUMER_GROUP_PRIVS lists all resource consumer groups to which the current user is assigned. This view does not display the GRANTEE column.

Column Datatype NULL Description

GRANTEE

VARCHAR2(30)

NOT NULL

User or role receiving the grant

GRANTED_GROUP

VARCHAR2(30)

Granted consumer group name

GRANT_OPTION

VARCHAR2(3)

(YES/NO) Indicates whether grant was with the GRANT option

INITIAL_GROUP

VARCHAR2(3)

(YES/NO) Indicates whether consumer group is designated as the default for this user or role

See Also: