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
Shared Oracle Pools and Large Pools - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Identify two uses for the large pool.
Please select all the correct answers.
A.
To hold large buffers allocated for backup and restore operations
B.
To hold parse trees and execution plans for large SQL statements
C.
To provide overflow space for use by large objects in the shared pool
D.
To hold session memory allocated by the multi-threaded server
2.
Which of the following SQL statements will Oracle consider identical?
Please select all the correct answers.
A.
delete from COIN where date = 1999
B.
delete from COIN where date=1999
C.
delete from coin where date=1999
D.
delete from COIN where date=1999
3.
Identify three things that you will find in the shared pool.
Please select all the correct answers.
A.
SQL execution plans
B.
The redo log buffer
C.
The LRU List
D.
Shared data blocks
E.
Data dictionary records
F.
PL/SQL packages