6.40 DBA_TAB_PRIVS
DBA_TAB_PRIVS
describes all object grants in the database.
Related View
USER_TAB_PRIVS
describes the object grants for which the current user is the object owner, grantor, or grantee.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
Name of the user or role to whom access was granted |
|
|
|
Owner of the object |
|
|
|
Name of the object. The object can be any object, including tables, packages, indexes, sequences, and so on. |
|
|
|
Name of the user who performed the grant |
|
|
|
Privilege on the object |
|
|
|
Indicates whether the privilege was granted with the |
|
|
|
Indicates whether the privilege was granted with the |
|
|
|
Indicates how the grant was made. Possible values:
|
|
|
|
Type of the object |
|
|
|
Indicates whether the grant was inherited from another container ( |
See Also: