Specification by Example workshops
I’m speaking here:
- Testing and Finance, London, 17 May
- NDC, June 16-18 Oslo
- Agile Testing Days, November 19-22, Potsdam, Germany
Archive for November, 2007
-
Speed up database code with result caching
Posted on November 2, 2007 | No CommentsOne of the most interesting new features of Oracle 11 for me 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...

