Oracle Error Message
ORA-19372: invalid update condition
Reason for the Error
The user attempted to call load_sqlset with an invalid update condition.
Solution
Check the update condition (e.g., NEW.COL1_NAME >= OLD.COL2_NAME) and retry the operation.