[Home] [Help]
[Dependency Information]
| Object Name: | USER_TAB_PRIVS_MADE |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
All grants on objects owned by the user
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GRANTEE | VARCHAR2 | (128) | Name of the user to whom access was granted | |
| TABLE_NAME | VARCHAR2 | (128) | Name of the object | |
| GRANTOR | VARCHAR2 | (128) | Name of the user who performed the grant | |
| PRIVILEGE | VARCHAR2 | (40) | Table Privilege | |
| GRANTABLE | VARCHAR2 | (3) | Privilege is grantable | |
| HIERARCHY | VARCHAR2 | (3) | Privilege is with hierarchy option | |
| COMMON | VARCHAR2 | (3) | Privilege was granted commonly | |
| TYPE | VARCHAR2 | (24) |
Cut, paste (and edit) the following text to query this object:
SELECT GRANTEE
, TABLE_NAME
, GRANTOR
, PRIVILEGE
, GRANTABLE
, HIERARCHY
, COMMON
, TYPE
FROM SYS.USER_TAB_PRIVS_MADE;
SYS
OBJAUTH$
TABLE_PRIVILEGE_MAP
USER$
USERAUTH$
USER_PRIVILEGE_MAP
_CURRENT_EDITION_OBJ
PUBLIC
USER_TAB_PRIVS_MADE
|
|
|
|