Answers for "how to see grants on a table in oracle"

SQL
0

oracle show grants on table

SELECT * FROM DBA_TAB_PRIVS WHERE TABLE_NAME = 'MY_TABLE';
Posted by: Guest on May-07-2021

Code answers related to "how to see grants on a table in oracle"

Code answers related to "SQL"

Browse Popular Code Answers by Language