Oracle Database Architecture and Administration
This test covers Oracle database architecture concepts including System Global Area (SGA), Program Global Area (PGA), logical storage structures, and background processes. Ideal for GATE, IT certification, and Oracle database administration exam preparation.
Questions
Which of the following logical storage structures is/are created on one or more columns of a table?
- Recover
- Tables
- Extent
- Indexes
- Segment
The entries such as names and locations of data files and online redo log files, begin and end of undo segments etc. are maintained in which of the following files?
- Archive file
- Parameter file
- Control file
- Instance creation
- Restrict
Which of the following memory components of the PGA is in turn made up the persistent area that contains bind information and runtime memory structures?
- Read only
- Java pool
- Stream pool
- Session memory
- Private SQL area
Which of the following logical storage structures do not affect application design?
- Clusters
- Tables
- Extent
- Segment
- Registration
Which of the following background processes is active only when a database is in ARCHIVELOG mode?
- Mounting the database
- Archiver
- Process monitor
- Queue monitor
- Lock manager server
Which of the following background processes is responsible for signaling database writer at the check points and updating all the datafiles and control files?
- Checkpoint process
- Lock manager server
- Queue monitor
- Process monitor
- Mounting the database
Which of the following memory components of the SGA contains share memory construct such as shared SQL areas?
- Read only
- Shared pool
- Stream pool
- Java pool
- Session memory
Which of the following consists of internal memory structures and processes?
- Oracle server
- Oracle database
- Instance creation
- Abort
- Oracle instance
Which of the following background processes enables job queue clients to use more job queue processes when required?
- Job queue process
- Process monitor
- Queue monitor
- Lock manager server
- Opening the database
Which of the following logical storage structures does not actually contain data?
- Opening the database
- Tables
- Extent
- View
- Segment
Which of the following memory components of the PGA is used for operations such as bitmap merge, sorting etc.?
- SQL work area
- Session memory
- Instance creation
- Recover
- Stream pool
Which of the following memory components of the SGA stores the most recently used block of data?
- Stream pool
- Database buffer cache
- Java pool
- Force
- Session memory
Which of the following background processes cleans up temporary segments that are no longer in use and recovers terminated transactions skipped during recovery?
- Queue monitor
- System monitor
- Lock manager server
- Process monitor
- Mounting the database
The information in which of the following files is used to recover the database from a system failure?
- Parameter file
- Password file
- Redo log file
- Instance creation
- Read only
Which of the following memory components of the SGA is a circular buffer that stores redo entries - a log of changes made to the database?
- Stream pool
- Java pool
- Redo log buffer
- Session memory
- Read only