//首先找到所有cons物件 select object_name from all_objects where object_name like \'%CONSTRAINT%\'; //找出constraint错误具体的object,找出记录删除之。搞定收工 select * from ALL_CONSTRAINTS where constraint_name=\'SYS_C0042235\' 相关文章: 2022-12-23 2021-10-08 2021-11-30 2021-12-12 2021-09-08 2022-02-11 2021-08-08 2021-12-07