DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_TAB_PRIVS_MADE

Object Details
Object Name: USER_TAB_PRIVS_MADE
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

All grants on objects owned by the user

[View Source]

Columns
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)
Query Text

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;

Dependencies

[top of page]

SYS.USER_TAB_PRIVS_MADE references the following:

SchemaSYS
TableOBJAUTH$
TableTABLE_PRIVILEGE_MAP
TableUSER$
TableUSERAUTH$
TableUSER_PRIVILEGE_MAP
View_CURRENT_EDITION_OBJ
SYS.USER_TAB_PRIVS_MADE is referenced by following:

SchemaPUBLIC
SynonymUSER_TAB_PRIVS_MADE