Oracle Error Message
ORA-04093: references to columns of type LONG are not allowed in triggers
Reason for the Error
A trigger attempted to reference a long column in the triggering table.
Solution
Do not reference the long column.
ORA-04093: references to columns of type LONG are not allowed in triggers
A trigger attempted to reference a long column in the triggering table.
Do not reference the long column.