/*Query to check User privileges*/
———————————————————————————————————–
SELECT table_catalog, table_schema, table_name, privilege_type FROM information_schema.table_privileges WHERE grantee = ‘Username’;
1) Run the below Query on Primary:- SELECT pid, usename, application_name, client_addr, state, sync_state, sen...
No comments:
Post a Comment