Oracle Database Architecture and Administration
Covers Oracle database architecture including memory structures (SGA, buffer cache), physical files (data files, control files, redo logs, parameter files), logical storage (tablespaces, blocks), instance components, and startup/shutdown operations.
Questions
In a shared server environment, which of the following areas is located in the SGA and is shared by server process?
- SQL work area
- Session memory
- Process monitor
- PFile
- Mounting the database
Which of the following is the centralized repository where the data is stored?
- Oracle database
- SQL work area
- Oracle database management system
- Stream pool
- Instance creation
Which of the following STARTUP command options is used to open the database for queries only?
- READ ONLY
- PFILE
- FORCE
- Instance creation
- Stream pool
Which of the following SHUTDOWN command options is a case of an improper shutdown?
- NORMAL
- Immediate
- PFILE
- Mounting the database
- ABORT
All objects created in the database by users have their data physically stored in which of the following files?
- Password file
- Parameter file
- Instance creation
- Data file
- Java pool
In which of the following options of SHUTDOWN command will all currently active transactions be allowed to complete?
- IMMEDIATE
- NORMAL
- FORCE
- Mounting the database
- TRANSACTIONAL
Which of the following options in STARTUP commands is used to perform media recovery, while starting the database?
- Flash recovery area
- Recovery through resetlogs
- RECOVER
- FORCE
- PFILE
Which of the following files keeps a record of the names, size and locations of the different physical files of the database?
- Parameter file
- Control file
- Instance creation
- PFILE
- SQL work area
Which of the following files contains a record of all the changes made in the database?
- Parameter file
- Password file
- Instance creation
- Redo log file
- SQL work area
Which of the following options of STARTUP command is used when you want only users, who possess the privilege to access the database?
- FORCE
- PFILE
- RESTRICT
- Password file
- Proxy archived log backups
Which of the following consists of the memory components of oracle and various background processes?
- Oracle instance
- Oracle database
- Mounting the database
- Password file
- Parameter file
Which of the following files can be used when you use database authentication?
- Parameter file
- Password file
- Instance creation
- Data files
- Stream pool
Which of the following can be reorganized and backed up with minimal impact to other users, whose data may be in other tablespaces?
- Segment
- Extent
- Tablespace
- Instance creation
- Java pool
The blocks that need to be modified, are modified in the memory and are written back to disk periodically in which of the following caches?
- Data dictionary cache
- Stream pool
- Database buffer cache
- SQL work area
- Mounting the database
Which of the following logical objects is the smallest unit of storage in an oracle database?
- Extent
- Database block
- Schema
- Instance creation
- Stream pool