what is the best way to get privs on table to user in 11g database
892574May 22 2013 — edited May 24 2013Hi,
I have granted below permission to user X.
grant select on any table to X;
But when i checked privis on table to user X from dba_tab_privs am getting no result output and i also checked user_tab_privs same result i got
can any one let me know what is the best way to get privs on table to user
Regards