File Library


All About the Function Result Cache
Topic: Webinars
Owner: Steven Feuerstein
Date: 2014-10-17
Subtopic: Development

Steven Feuerstein, Oracle Corporation

The function result cache, added in Oracle Database 11g, offers developers a way to dramatically reduce the amount of time it takes to retrieve data requested repeatedly by database sessions (specifically, when the same rows of a table are fetched much more frequently than they are changed). This cache is stored in the SGA, shared across all sessions in the instance, and automatically purged of "dirty data" by the Oracle Database. Every application running on 11.1 or higher should be taking advantage of this feature. Best of all, there is minimal impact on your code to start using this feature.
Features:
• When to use the result cache
• RESULT_CACHE clause in function header
• Result cache dependencies and granularity


Download File   All About the Function Result Cache, SFuerstein.wmv

Become a member of ODTUG to gain access to more than 12,500 files in our technical database.

  • Not a member? Click through to the topic of interest to browse a list of available presentations.
  • Already a member? Log-in here to access the full database


Click here to see the Full Techincal Resource Database