删除数据时遇到:
ORA-02292: 违反完整约束条件 (用户名.约束名) - 已找到子记录
ORA-02292: integrity constraint (BLDBANK.F_YXDH) violated - child record found
关于这个错误,oracle官方解决方法是:
Error: orA-02292: integrity constraint <constraint name> violated - childrecord found
Cause: You tried to Delete a recordfrom a parent table (as referenced by a foreign key), but a record in the childtable exists.
Action: The options to resolve this oracle error are:
This error commonly occurs when you have a parent-child relationshipestablished between two table