RelationalDBDesign
SiteMap
Advanced Tuning
SQL Tuning
Perform Tuning
Tuning Instance
Tuning Basics
External Environment
OS Memory Usage
«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 OS Memory - Quiz Results
The answers you selected are indicated below, along with text that explains the correct answers.
1.
Which of the following consume RAM memory on a database server?
Please select
all the correct answers
.
A.
The SGA
B.
The memory associated with dedicated user connections
C.
The memory used by MTS connections
The correct answers are A and B. These are the only sources of Oracle memory consumption on a database server. C is incorrect because MTS connection use pre-allocated shared memory that is allocated for the dispatchers.
2.
Which vmstat column indicates memory paging?
Please select
the best answer
.
A.
Page-out po
B.
Page-in pi
C.
Run Queue r
D.
Answer:{{{format error}}}
E.
User CPU us
The correct answer is B.
The vmstat column that indicates memory paging is pi. This is because page-in operations indicate that memory has been recalled from the swap disk. A is incorrect because a page-out does not indicate swapping problems. C is incorrect because run queue values may be caused by disk or CPU waits. D is incorrect because CPU is not directly related to memory consumption.
3.
Which are possible ways to reduce memory consumption?
Please select
all the correct answers
.
A.
Reduce db_block_buffers
B.
Reduce shared_pool_size
C.
Implement the MTS
D.
Reduce the value of license_max_users
The correct answer are A, B, and C.
These are all valid ways of reducing OS memory consumption. D is incorrect because limiting user connections is not a good solution to memory usage problems.
Retake - Quiz