RelationalDBDesign
SiteMap
Database Architecture
Database Admin
Managing Users
Managing DB Objects
Backup Recovery
Admin Tasks
Memory Architecture
«Prev
Next»
Creation Architecture
SQL*Plus
Oracle SQL*Plus
Locating Oracle Home
Shared Server Executable
Starting Shared Server
Shared Server Commands
Disconnect Command
Potential Mistake-commands
Shared Server Help
Describe Command
Oracle Describe
Spool Command
Execute SQL
Shared Server Conclusion
Database Architecture
Database File Types
Initialization File
Database Control File
Oracle Datafiles
Oracle Tablespaces
Extract TS Information
Redo Logs Crash-recovery
Preserve Redo Logs
Cycles Redo Log Files
Redo Log Info
Archived Redo Logs
Architecture Conclusion
Instance Architecture
Difference instance Database
Instance Overview
Asynchronous Process Coordination
System Global Area
System Monitor Process
Oracle Process Monitor
dbw0 Database Writer
Database Writing Time period
Writing Dirty Buffers
Checkpoint Trigger Database
Limiting Dirty Buffers
lgwr Log Writer
Llog Writing Process
Oracle Archiver Process
Archive Log List
CKPT Checkpoint Process
Other Oracle Processes
Memory Architecture
System Global Area
Database Buffer Cache
Multiple Buffer Pools
Redo Log Buffer
Oracle Shared Pool
SQL Command Matching
Large Pool
Program Global Area
PGA Contents
Sort Area
Memory Architecture Conclusion
Database Creation
Database Environment
OFA
DB Initialization File
Determining file Location
Set Block Size
Initial DB Files
Sizing SGA
Database Parameters
DB Preparation Conclusion
DBCreate Commands
Create Database Command
Create Oracle Service
Starting Oracle Instance
Execute Create DB Command
Change System Password
Data Dictionary Scripts
Running catproc Script
Running pupbld Script
Product User Profile
Creating Initial Tablespaces
Creating Rollbac Ssegments
Creating DBs Conclusion
SGA Memory Structures - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
What is usually the largest structure in the SGA?
Please select the best answer.
A.
The database buffer cache
B.
The redo log buffer
C.
The shared pool
D.
The large pool
2.
Blocks in which buffer pool are kept permanently in memory?
Please select the best answer.
A.
The permanent buffer pool
B.
The keep buffer pool
C.
The default buffer pool
D.
The pinned buffer pool
3.
What two lists are used to organize the buffers in the database buffer cache?
Please select all the correct answers.
A.
The dirty list
B.
The MRU list
C.
The clean list
D.
The LRU list
4.
The purpose of the redo log buffer is to:
Please select the best answer.
A.
Hold redo log entries in memory in case they need to be accessed again
B.
Hold redo log entries in memory just long enough to be written to disk
C.
Buffer redo log data as it is copied to the archive log files
D.
Provide space for Oracle to sort redo log entries before they are written
5.
When a buffer in the database buffer cache is accessed, Oracle moves it to which end of the LRU list:
Please select the best answer.
A.
The least recently used end
B.
The most recently used end
C.
The frequently used end
D.
The buffer accessed end