[Home] [Help]
[Dependency Information]
| Object Name: | CDB_ROLE_PRIVS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Roles granted to users and roles in all containers
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GRANTEE | VARCHAR2 | (128) | Grantee Name, User or Role receiving the grant | |
| GRANTED_ROLE | VARCHAR2 | (128) | Granted role name | |
| ADMIN_OPTION | VARCHAR2 | (3) | Grant was with the ADMIN option | |
| DELEGATE_OPTION | VARCHAR2 | (3) | Grant was with the DELEGATE option | |
| DEFAULT_ROLE | VARCHAR2 | (3) | Role is designated as a DEFAULT ROLE for the user | |
| COMMON | VARCHAR2 | (3) | Role was granted commonly | |
| CON_ID | NUMBER | container id |
Cut, paste (and edit) the following text to query this object:
SELECT GRANTEE
, GRANTED_ROLE
, ADMIN_OPTION
, DELEGATE_OPTION
, DEFAULT_ROLE
, COMMON
, CON_ID
FROM SYS.CDB_ROLE_PRIVS;
SYS.CDB_ROLE_PRIVS does not reference any database object
SYS.CDB_ROLE_PRIVS is referenced by following:
PUBLIC
CDB_ROLE_PRIVS
|
|
|
|