Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> sysdate while updating
Hello,
Does the Oracle lock the value of the function while performing long queries as such:
UPDATE TABLE SET COLUMN = SYSDATE; I ran a test and learned that the value of sysdate is being calculated once. Is there a way to force Oracle to recalculate functions each time (for each row, heh? :)
Regards,
Igor
--
Igor Sereda,
ITC, Russia
Received on Thu May 07 1998 - 13:39:17 CDT
![]() |
![]() |