根据外键找到外键所在的表

select * from dba_constraints where constraint_name='外键名' and constraint_type = 'R';

 

posted @ 2018-06-05 17:07  chbyiming  阅读(254)  评论(0)    收藏  举报