InterviewSolution
Saved Bookmarks
| 1. |
How Would You Go About Increasing The Buffer Cache Hit Ratio? |
|
Answer» 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. 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. |
|