Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

oracle show grants on table

SELECT * FROM DBA_TAB_PRIVS WHERE TABLE_NAME = 'MY_TABLE';
 
PREVIOUS NEXT
Tagged: #oracle #show #grants #table
ADD COMMENT
Topic
Name
2+7 =