1create user userName identified by password;  
2grant select any table to userName; --授予查询任何表  
3grant select any dictionary to userName;--授予 查询任何字典  

 

相关文章: