Dear All,
I have a table containing a CLOB column on which there is a trigger that fires on the AFTER UPDATE event.
The trigger inserts a copy of the :old clob column and a copy of the :new clob column into an audit log table. If I update the clob value using code, the old and new values are...