0 votes
in PL/SQL by

How Would You Go About Increasing The Buffer Cache Hit Ratio?

1 Answer

0 votes
by

Use the buffer cache advisory over a given workload and then query the v$db_cache_advice table. If a change was necessary then I would use the alter system set db_cache_size command.

...