Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> PL/SQL V2.3 feature
I've been reading the Oracle PL/SQL 2nd Edition book &
came across the following quote -
---
PL/SQL V2.3 offers a choice between the original "timestamp"
dependency model & the new "signature" dependency model. The
signature model will only flag a client-side module as invalid
(requiring a recompile) if the remote stored procedure has been
modified AND if the signature or call interface of the program has
changed.
---
Alas, as with many books & manuals it does NOT describe exactly how to
change the behviour. I guess that is left as an exercise for the
reader. So if any of you Oracle wizards know how to change the default
behaviour from timestamp to signature, I'd appreciate it you could
share that knowledge with this news group.
Received on Sun Jul 04 1999 - 14:25:06 CDT
![]() |
![]() |