Database Error Messages

OCI-64211

cannot access other columns in a LOGICAL LOB UPDATE trigger body

Cause

An attempt was made to access an invalid column. A LOGICAL LOB UPDATE trigger can only access the ROWID column and the column for which it was specified. Access to other columns is not allowed.


Action

Remove references to other columns within a LOGICAL LOB UPDATE trigger body.