create or replace procedure TestSPas
begin update table_name set CREATE_TIMESTAMP= sysdate-1 where id =2;end;
testing
BEGIN TESTSP();--rollback; END;