Recent content by deanpm

  1. D

    PL/SQL Dev + CLOBs + Triggers gotcha

    Thanks for the confirmation Marco. Any idea when vsn 6 will be available? -- Dean
  2. D

    PL/SQL Dev + CLOBs + Triggers gotcha

    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...
Back
Top