RelationalDBDesign
SiteMap
Advanced Tuning
SQL Tuning
Perform Tuning
Tuning Instance
Tuning Basics
External Environment
External Performance
«Prev
Next»
DBA Taks
Database Monitoring
Tuning Components
Tuning Roles
Network Performance
Disk I/O DB Performance
Memory Usage Performance
CPU Usage
OS Tuning Conclusion
Control File Parameters
iostat Utility
Define hot Disk
Disk Load Balancing
OS methods File Striping
OS File Striping Methods
PCTfree Striped Table
Disk IO Tuning
Managing Redo Log
Virtual Memory
Unix Memory Management
CPU Bottlenecks vmstat
Oracle Table Statistics
Reduce Memory Usage
Virtual Memory Conclusion
Redolog Files
Monitor CPU Usage
Monitor CPU via vmstat
CPU Dispatching
Changing Dispatch Priorities
Monitoring CPU Consumption
Manage Tablespace Files
Resequence Table Rows
ctas Resequence Table Rows
Remove Table Extents
Table Freelists
Oracle Hot Disks - Quiz Results
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following are true about hot disks?
Please select
all the correct answers
.
A.
They have a disproportional amount of I/O activity.
B.
They always create bottlenecks for I/O.
C.
They can only be remedied by striping.
D.
They are easy to detect with iostat.
2.
How do you discover which Oracle data files are making a disk hot?
Please select
the best answer
.
A.
Execute iostat
B.
Execute bstat-estat
C.
Execute Oracle Enterprise manager
D.
Execute Oracle auditing
3.
Which of the following are steps in striping an Oracle table?
Please select
all the correct answers
.
A.
Run CTAS to copy the table into the new tablespace
B.
Create a new tablespace for the table with data files on separate disks
C.
Adjust PCTFREE to spread the data across the data blocks
D.
Run iostat to get striping sizes