日期:2014-05-16 浏览次数:20443 次
select 'grant select on '||table_name ||' to test2 ;' from all_tables where owner='TEST1'??;用此命令生成批量处理语句,然后直接执行