标题: ORA-25961: join index prevents dml cascade [打印本页] 作者: admin 时间: 2016-9-2 08:53 标题: ORA-25961: join index prevents dml cascade ORA-25961: join index prevents dml cascade constraint operation Cause: An attempt to executedml resulted in the need to perform dml on another
table because of a cascade constraint. The join index only allows one of its
underlying tables to me modified at a time. Action: Drop the join indexor remove the constraint.