OCI-05788
invalid INSERT attempted on the blockchain tablestring while transaction being committed
Cause
Rows were inserted into blockchain tables while the current transaction is being committed. It might be caused by a trigger that was invoked at the commit time to insert rows into blockchain tables
Action
Remove INSERT statements in the triggers if they can be invoked as part of commit operation to insert rows into blockchain tables.