Tuning Indicators

What tuning indicators can one use?

Questions by shanthiavari

Showing Answers 1 - 1 of 1 Answers

prahlad_786

  • Jun 25th, 2010
 

The following high-level tuning indicators can be used to establish if a database is performing optimally or not:
 
• Buffer Cache Hit Ratio Formula: Hit Ratio = (Logical Reads - Physical Reads) / Logical Reads Action: Increase DB_CACHE_SIZE (DB_BLOCK_BUFFERS prior to 9i) to increase hit ratio

• Library Cache Hit Ratio
Action: Increase the SHARED_POOL_SIZE to increase hit ratio

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions