select * from user_constraints c where c.constraint_type = 'R' and c.table_name = '<table_name>'
【Oracle】查询那些表存在外键
于 2016-02-01 10:20:12 首次发布
select * from user_constraints c where c.constraint_type = 'R' and c.table_name = '<table_name>'