Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. grant select on sys.dba_pending_transactions to public;
  2. grant select on sys.pending_trans$ to public;
  3. grant select on sys.dba_2pc_pending to public;
  4. grant execute on sys.dbms_system to public;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement