Hi,

Pl. Check your trigger if there is any exception block
if DBMS_OUTPUT.PUT_LINE is used in exception block
then change it with RAISE_APPLICATION_ERROR.

check your trigger "on update of <column_name> " is correct.



P. Soni