Hi all,
I need to enable Keep and Recycle Buffer Pools on an Oracle DB instance.
Currently, the caches are disabled because I set BUFFER_POOL storage paramater to KEEP for some tables, but the output of the following query
SELECT name, block_size, SUM(buffers)
FROM V$BUFFER_POOL
GROUP BY name, block_size;
is

Following the current cache parameters configuration:

Thank you in advance
Ray