Home Oracle Commands Oracle Data Dictionary
v$ Performance views

ALL_TAB_PRIVS

Grants on objects for which the user is the grantor, grantee, owner, or an enabled role or PUBLIC is the grantee

Columns
   ___________________________
 
   GRANTOR
      Name of the user who performed the grant
   TABLE_SCHEMA
      Schema of the object
   TABLE_NAME
      Name of the object
   PRIVILEGE
      Table Privilege
   GRANTABLE
      Privilege is grantable
   GRANTEE
      Name of the user to whom access was granted

Related Views:

 DBA_COL_PRIVS  ALL_COL_PRIVS        USER_COL_PRIVS     COLUMN_PRIVILEGES

 DBA_TAB_PRIVS  ALL_TAB_PRIVS        USER_TAB_PRIVS     TABLE_PRIVILEGES 
                                                        ROLE_TAB_PRIVS 
                ALL_TAB_PRIVS_MADE   USER_TAB_PRIVS_MADE 
                ALL_TAB_PRIVS_RECD   USER_TAB_PRIVS_RECD 



Back to the Top

Simon Sheppard
SS64.com