Database Error Messages

OCI-63851

A column in the explicit column list is missing from certain rows in the INSERT INTO SET clause.

Cause

A column in the explicit column list is missing from certain rows in the INSERT INTO SET clause. Once the explicit column list is specified in the INSERT INTO SET clause, every row must contain every column in the explicit column list.


Action

Check for the row in which this column is missing.