Oracle Database Architecture
Quiz covering Oracle database memory structures, background processes, storage components, and recovery mechanisms
Questions
Which of the following memory components of the system global area is used by the Oracle streams product for its functioning?
- Java pool
- Shared pool
- Session memory
- Opening the database
- Stream pool
Which of the following background processes writes modified blocks from the database buffer cache to the datafiles?
- Log writer
- Job queue process
- Database writer
- Oracle server
- Mounting the database
Which of the following memory components of the program global area is used for operations such as sorting, hash-joins operations etc.?
- Session memory
- Java pool
- Log writer
- SQL work area
- Archive files
Which of the following is a set of extents allocated for a certain logical structure such as a table?
- Segment
- Views
- Database block
- PFILE
- Duplicate database
Which of the following background processes performs recovery when a failed instance starts up again?
- System monitor
- Log writer
- Job queue process(es)
- Shared pool
- Read Only
The database identifier and name entries are maintained in the which of the following files?
- Parameter file
- Control file
- Password file
- Views
- PFILE
Which of the following background processes performs process recovery when a user process fails?
- Job queue process(es)
- Log writer
- Process monitor
- Shared pool
- FORCE
A database is divided into logical storage units called ____________ , which groups related logical structures together.
- oracle datablock
- view
- tablespace
- archive file
- mounting the database
Which of the following memory components of the program global area is in turn made up the persistent area?
- Instance creation
- Archive file
- Session memory
- Shared pool
- Private SQL area
The information in which of the following is used during database recovery?
- Database block
- Data segment
- Rollback segment
- Views
- Parameter file
The data of logical database structures such as tables and indexes are physically stored in the __________ files allocated for a database.
- archive files
- data files
- parameter file
- instance creation
- Read Only
The contents of which of the memory components of the system global area is essential for instance recovery purposes?
- Session memory
- Java pool
- Shared pool
- Redo log buffer
- Opening the database
Which of the following background processes copies the online redo log files to archival storage after a log switch has occurred?
- Archive files
- Archiver
- Log writer
- Job queue processes
- Mounting the database
The contents of which of the following memory components of the system global area are written to data files on disk by the database writer background process?
- Database buffer cache
- Java pool
- Shared pool
- Session memory
- Database block
The information in which of the following files are used only to recover the database from a system or media failure?
- Archive file
- Redo log file
- Parameter file
- Instance creation
- Read Only