Monday, July 22, 2013

SQL: How to Know / Query current Schema Privileges

If you are connected from desired schema to the database, run below query to know its granted privileges:

SELECT * FROM SESSION_PRIVS;

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.