Category Archives: oracle

Misc Oracle Scripts

•@ vs @@ @ find file in current directory @@ find file in same path as the command file from which it was called •object priv granted to PUBLIC select * from dba_tab_privs where grantee = ‘PUBLIC’; •system priv granted … Continue reading

Posted in oracle | Leave a comment