查询当前用户下的全部表code
select * from user_tables;
根据约束名查询设置约束的表名table
select owner,table_name from dba_constraints where constraint_name='fk_device_check';