daogu
saniao
August 27, 2010
commiting time
Filed under : Forms
hi friends
i am asked to show the time taken to commit a form after the save button is preseed in the form. Please help me how to do it ?
Looking forward for reply…thanks in advance..
Answer:Very simple my friend…
v_start_time := sysdate;
commit;
v_end_time := sysdate;
commit_time := v_end_time – v_start_time
I hope you got my idea…
Regards,
Azam Khan
Answer:first of [...]
Tags : commiting time