Published
- 1 min read
oracle show grants on table
The solution for this is noted below
oracle show grants on table
Solution
SELECT * FROM DBA_TAB_PRIVS WHERE TABLE_NAME = 'MY_TABLE';
Try other methods by searching on the site. That is if this doesn’t work