Speed up (Oracle) database code with result caching
Tuesday, January 29, 2008 at 9:54AM
gojko in Caching, Oracle, PL/SQL, databases
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.
Article originally appeared on (http://highscalability.com/).
See website for complete article licensing information.