EXA_DBA_OBJ_PRIVS
This table contains all of the object privileges granted for objects in the database. Only users with the SELECT ANY DICTIONARY
system privilege have access.
Column Name | Description |
---|---|
OBJECT_SCHEMA
|
Schema in which the target object is located |
OBJECT_NAME
|
Name of the object |
OBJECT_TYPE
|
Object type |
PRIVILEGE
|
The granted right |
GRANTEE
|
Recipient of the right |
GRANTOR
|
Name of the user who granted the right |
OWNER
|
Owner of the target object |