RelationalDBDesign
SiteMap
Advanced Tuning
SQL Tuning
Perform Tuning
Tuning Instance
Tuning Basics
External Environment
Data Blocks
«Prev
Next»
Performance Tuning
Data Blocks
Database Block Size
Optimizing Space Usage
Segment Header Internals
Data Block Fundamentals
PCtfree Optimal Performance
PCtused Optimal Performance
PCT Used Optimal Performance
PCT Used Performance
Setting PCT Used Guidelines
Monitoring Tuning Indexes
Monitoring Tuning Indexes
Analyzing Oracle Index
Table High Water Marks
Water Mark Active
DB Engine Conclusion
Data Structures
Oracle Structures
Abstract Data Types
Using Oracle Objects
Oracle nested Tables
Oracle Data Constructs
Oracle Varrays
Performance Conclusion
Data Dictionary
Performance Views
DBA Performance
Building Alert Monitor
Oracle Data Dictionary
Partitioned Tuning
Partitioned Objects
Database Objects
Global Partitioned Indexes
Local Partitioned Indexes
Partitioned Index Maintenance
DB Partitioned Features
Index Techniques
Bitmap Indexes
Increase Query Speed
DW Star Schema
Star Transformation Queries
Star Transformation Process
Transformation Process
Using Concatenated Indexes
Function Based Indexes
Bitmapped Indexes
Oracle Database Tuning
Oracle Web Applications
Web Request Broker
Oracle Tuning - Glossary
Oracle Data Blocks Performance - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following are true about the PCTFREE parameter?
Please select all the correct answers.
A.
PCTFREE reserves space on the data blocks for row expansion.
B.
Too small a value for PCTFREE may result in chained rows, causing excessive I/O.
C.
PCTFREE is used to trigger a freelist re-link operation of the data block.
D.
The PCTFREE parameter only applies to table that may have column values expanded with UPDATE SQL.
2.
What are some signs that an index may benefit from re-building?
Please select all the correct answers.
A.
A large number of deleted leaf nodes
B.
Excessive index splitting
C.
Excessive index spawning
D.
A high value for block gets per access
3.
When will reducing the high water mark for a table improve performance?
Please select the best answer.
A.
For index range scans after a large number of rows have been deleted
B.
For any full-table scans
C.
For index range scans that use multi-block reads
D.
For full-table scans after a large number of rows have been deleted