Tuesday
Jan292008
Speed up (Oracle) database code with result caching

One of the most interesting new features of Oracle 11 is the new function result caching mechanism. Until now, making sure that a PL/SQL function gets executed only as many times as necessary was a black art. The new caching system makes that quite easy -- here is how it works.
Reader Comments (1)
Good tips, I meet some similar funtions on http://www.softsea.com/review/Oracle-Data-Wizard.html">oracle data wizard, but this document seem more useful, Thanks.