Database Error Messages

ORA-63850

A column specified in the INSERT INTO SET clause must be in the explicit column list.

Cause

An attempt is being made to specify a column outside of the explicit column list.


Action

Remove the specified column. Only columns in the explicit column list are allowed.