Database Error Messages

ORA-65201

DML on CONTAINERS() includes only the CON_ID column

Cause

A DML on CONTAINERS() included the CON_ID column but did not include a non-CON_ID column. A DML on CONTAINERS() including the CON_ID column can be performed only if a column other than the CON_ID column is also specified.


Action

Specify a non-CON_ID column in the DML statement together with the CON_ID column.