Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Private package global variables
I have a package containing several procedures which have some variables
in common. For efficiency's sake, I want to make these into private package
body globals, but I have a question about how constants operate. If I declared
a constant which was initialized to SYSDATE, does the value keep the compile
value or is it recalculated each time a procedure within the package is
executed?
Received on Fri Jan 09 2004 - 13:07:33 CST
![]() |
![]() |