Tuesday
Jan292008
Speed up (Oracle) database code with result caching
Tuesday, January 29, 2008 at 9:54AM
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.