0
点赞
收藏
分享

微信扫一扫

oracle 查看用户的表级权限和同义词

Java旺 2022-12-22 阅读 72


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 条评论