SET DEFINE OFF
update pdm.pdm_productitem_vuda1
set uda489='NEW VALUE'
where uda489='OLD VALUE';
commit;

