DBA_RSRC_CONSUMER_GROUP_PRIVS
displays information about 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.
USER_RSRC_CONSUMER_GROUP_PRIVS
displays information about the resource consumer groups to which the current user is assigned. This view does not display the GRANTEE
column.
Column | Datatype | NULL | Description |
|
|
| User or role receiving the grant |
|
| | Granted consumer group name |
|
| | Indicates whether the grant was with the |
|
| | Indicates whether the consumer group is designated as the default for this user or role ( |
Note:
1.
select * from DBA_RSRC_CONSUMER_GROUP_PRIVS;
GRANTEE | GRANTED_GROUP | GRANT_OPTION | INITIAL_GROUP |
PUBLIC | LOW_GROUP | NO | NO |
PUBLIC | DEFAULT_CONSUMER_GROUP | YES | YES |
SYSTEM | SYS_GROUP | NO | YES |
No comments:
Post a Comment