Skip to content

Instantly share code, notes, and snippets.

@wouerner
Created December 27, 2012 16:45
Show Gist options
  • Save wouerner/4389724 to your computer and use it in GitHub Desktop.
Save wouerner/4389724 to your computer and use it in GitHub Desktop.
User permissions on SQL Oracle, in tables. Permissões do usuario nas tabelas do oracle.
SELECT * FROM dba_tab_privs WHERE GRANTEE ='Name of user' ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment