Database Error Messages

ORA-03067

invalid PL/SQL record variable in INSERT or UPDATE

Cause

The record variable used in the VALUES clause of a PL/SQL INSERT statement or the SET clause of a PL/SQL UPDATE statement was was invalid.


Action

Correct the record variable in the VALUES clause of the PL/SQL INSERT statement or the SET clause of the PL/SQL UPDATE statement.