Privileges that you have granted to others on tables in your schema : USER_TAB_PRIVS_MADE « System Tables Views « Oracle PL / SQL






Privileges that you have granted to others on tables in your schema


SQL>
SQL> -- Privileges that you have granted to others on tables in your schema
SQL>
SQL> SELECT * FROM USER_TAB_PRIVS_MADE;

no rows selected

SQL>
           
       








Related examples in the same category

1.Querying the USER_TAB_PRIVS_MADE data dictionary view