DB version: 11.1.0.6
*Result cache:
The result cache stores the results of SQL queries and PL/SQL functions in an area called Result Cache Memory in the shared pool.
Server result cache is detetermined by below 3 parameters:
result_cache_max_result integer 5
result_cache_max_size big integer 384K
result_cache_mode string MANUAL
if result_cache_mode is AUTO, no hint is requred to cache the sql result. It is [...]
Filed under: Performance Management | Tagged: 11g | Leave a Comment »