RelationalDBDesign
SiteMap
Advanced Tuning
SQL Tuning
Perform Tuning
Tuning Instance
Tuning Basics
External Environment
Data Buffer Cache
«Prev
Next»
Tuning Oracle Instance
Instance Tuning
Main Components SGA
Shared Pool Tuning
Oracle Library Cache
Query Dictionary Cache
Global Area Session
Data Buffer Cache
Redo Log Buffer
Instance Tuning Conclusion
Shared Pool Tuning
Shared Pool Optimal Tuning
Pin Packages Shared Pool
Pinning Supplied Packages
Reserved Size
Identifying High Use Packages
Pinned Packages Output
IIdentify Swapped out Items
Statistics gathered from Startup
Detecting Library Cache Contention
Library Cache Statistics
Reuse SQL Library Cache
Tuning Shared Pool
Data Buffer Cache
Tuning Data Buffer
Calculate buffer Hit Ratio
Non- Full table Scan
Full table Scan
Impact Adding Data Buffers
Predict Amount Spare Memory
Create multiple Buffer Pools
Configure Multiple Buffer Pools
Size Buffer Pools
Monitor Buffer Cache
Use Table Caching
Databuffer Cache Conclusion
Redo Log Tuning
Oracle Redo Logs
Tuning Techniques
View RedoLog Activity
Redo Log Parameters
RedoLog Wait Statistics
RedoLogs Online Size Determination
size Archived RedoLog FileSystem
Tune redo Log Operations
log_checkpoint_interval
RedoLog Tuning Conclusion
Sorting Operations
Oracle Sorting Basics
Sorting Parameters
SQL Join Operations
Monitor for Disk Sorts
Sorting Direct Writes
Temporary Sorting Space
Monitoring Temp Tablespace
Remove SQL Sorts
Sorting Operations Conclusion
Tuning Oracle Locks
Oracle Data Buffer - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which is the main drawback from using the V$ views to gather the data buffer hit ratio?
Please select the best answer.
A.
The V$ views do not actually contain any buffer data.
B.
The V$ views do not accurately compute a buffer hit ratio.
C.
The V$ views only hold accumulated values since instance startup time.
D.
The V$ views require the DBA to run the bstat-estat utility.
2.
What is the main purpose of the db_file_multiblock_read_count parameter?
Please select the best answer.
A.
To speed up full table scans by directing Oracle to read-ahead
B.
To speed up index scans by directing Oracle to hash the row key value
C.
To reduce the burden on the data buffer cache
D.
To improve the memory management of the SGA
3.
Which is true about the data buffer hit ratio? (Choose all that apply)
Please select all the correct answers.
A.
The hit ratio only applies when a data block is requested more than once by Oracle.
B.
The hit ratio is more important than SQL tuning for database performance.
C.
The hit ratio should never fall below 90 percent, else Oracle performance will suffer.
D.
The hit ratio is very dynamic, and can change dramatically every minute.