Database Error Messages

OCI-05781

INSERT statement not allowed in an UPDATE trigger on blockchain tables

Cause

An attempt was made to insert a row into a blockchain table inside an UPDATE trigger statement on the same or different blockchain table.


Action

Remove any INSERT statements into blockchain tables in the trigger.