select 'GRANT '||privilege||' ON '||owner||'.'||table_name||' TO '||grantee||';'
from dba_tab_privs
where grantee = 'SCOTT';
Post a Comment
No comments:
Post a Comment