- 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/
- select * from user_tab_privs u where u.TABLE_NAME = 'C_CONS'
- --查看当前用户下的同义词
- select * from user_synonyms u where u.SYNONYM_NAME = 'C_METER';