RelationalDBDesign
SiteMap
Advanced Tuning
SQL Tuning
Perform Tuning
Tuning Instance
Tuning Basics
External Environment
Partitioned Tuning
«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
Buffer hit Ratio
Building Alert Monitor
Oracle Data Dictionary
x-views
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 Partitioning - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which are performance benefits of partitioned tables?
Please select all the correct answers.
A.
The ability to restrict an SQL query with the PARTITION clause
B.
The ability to invoke intra-partition parallelism
C.
The ability to bypass indexes
D.
The ability to address rows by OID
2.
What type of application would most likely benefit from a partitioned table with local partitioned indexes?
Please select the best answer.
A.
A very large database with OLTP application processing
B.
A medium-sized database with OLTP applications
C.
A medium-sized database with DSS application processing
D.
A very large database with DSS application processing
3.
Which of the following are ways to partition a table?
Please select all the correct answers.
A.
By hash value
B.
By column range value
C.
By index column value
D.
By a composite value of hash and range
4.
From a DBA maintenance perspective, what partitioning feature is most attractive to the DBA?
Please select the best answer.
A.
The ability to restrict an SQL query with the PARTITION clause
B.
The ability to reorganize a partition independently from the whole table
C.
The ability to create read-only partitions
D.
The ability to bypass global index processing