7 Complementary Caching Features
True Cache can be combined with other Oracle Database features to improve performance.
- Server-Side Result Set Cache
The server-side result cache is used to cache the results of the current queries, query fragments, and PL/SQL functions in memory. The cached results are used in future uses of the query, query fragment, or PL/SQL function. - KEEP Buffer Pool
You can use theKEEP
buffer pool to keep frequently accessed tables persistent in the buffer pool. - Database Smart Flash Cache
If the data that you want to cache doesn't fit in memory, you can expand the capacity of True Cache by adding flash devices. You do this by configuring Database Smart Flash Cache.