Oracle Database Architecture and SGA
Questions covering Oracle System Global Area (SGA) components, background processes, and storage structures
Questions
Which of the following background processes is responsible for routing requests from connected user processes to available shared server processes?
- Log writer
- Process monitor
- Dispatcher
- The stream pool
- Queue monitor
At specific times, all modified database buffers in the SGA are written to the datafiles by which of the following background processes?
- Process monitor
- Database writer
- Log writer
- Lock manager server
- Mounting the database
The information in which of the following files is used to recover the database from a media failure?
- Redo log file
- The parameter file
- The archive file
- Instance creation
- Abort
Which of the following memory components of the SGA contains modified blocks and clean or unchanged blocks?
- Registration
- The java pool
- The stream pool
- Session memory
- Database buffer cache
A database that is divided into logical storage units is called :
- Recover
- Segments
- Views
- Tablespace
- Tables
With real application, which of the following background processes instance can perform instance recovery for instances?
- Lock manager server
- Opening the database
- System monitor
- Process monitor
- Log writer
The data of logical database structures such as tables and indexes are physically stored in which of the following files?
- Datafiles
- The archive file
- The parameter file
- Instance creation
- Read only
Which of the following logical storage structures is a specific number of contiguous data blocks obtained in a single allocation?
- Password file
- Extent
- Segment
- View
- Table
The redo log entries stored in which of the following memory components of the SGA are written to an online redo log?
- Registration
- The java pool
- Stream pool
- Redo log buffer
- Session memory
Which of the following background processes is responsible for signaling database writer at the check points and updating all the datafiles and control files of the database?
- Mounting the database
- Process monitor
- Checkpoint process
- Lock manager server
- Log writer
Which of the following memory components of the SGA provides large memory allocations for Oracle backup and restore operations?
- Large pool
- The stream pool
- The java pool
- Session memory
- Password file
The entries such as the database identifier and name, redo log archive information, etc. are maintained in which of the following files?
- Force
- Instance creation
- The parameter file
- The archive file
- Control file
A database uses and allocates free database space in which of the following logical storage structures?
- Read only
- Oracle datablock
- Table
- View
- Segment
When the segment finishes execution, the extents are returned to the system in which of the following logical storage structures?
- The archive file
- Temporary segment
- Table
- View
- Instance creation
Which of the following background processes copies the online redk log files to archival storage?
- Archiver
- Lock manager server
- Log writer
- Process monitor
- The archive file