select * from user_tab_privs u where u.TABLE_NAME = 'C_CONS'
--查看当前用户下的同义词
select * from user_synonyms u where u.SYNONYM_NAME = 'C_METER';
参考文章:
http://blog.itpub.net/29500582/viewspace-1314555/
oracle 查看用户的表级权限和同义词
阅读 72
2022-12-22
select * from user_tab_privs u where u.TABLE_NAME = 'C_CONS'
--查看当前用户下的同义词
select * from user_synonyms u where u.SYNONYM_NAME = 'C_METER';
参考文章:
http://blog.itpub.net/29500582/viewspace-1314555/
相关推荐
精彩评论(0)