Oracle Database
Oracle Database architecture covering memory components (SGA/PGA), logical storage structures, and database files.
Questions
Which of the following memory components of the SGA stores all the changes made in the database?
- Streams pool
- SQL work area
- Redo log buffer
- Instance creation
- Read only
Which of the following contents of the program global area contains bind information and runtime memory structures?
- Private SQL area
- SQL work area
- Stream pool
- Extent
- Mounting the database
Which of the following is a centralized container where the data is stored?
- Oracle instance
- Extent
- Instance creation
- Oracle database
- Read only
The contents of which of the following memory components of the system global area are shared by multiple users?
- Stream pool
- Shared pool
- Instance creation
- SQL work area
- Force
Which of the following logical storage structures is usually to facilitate security, performance or the availability of database objects such as tables and indexes?
- Extent
- Oracle instance
- Tablespace
- Mounting the database
- Archive files
Which of the following memory components of the system global area holds all the blocks read in from disk for query or modification?
- Stream pool
- SQL work area
- Archive file
- Mounting the database
- Database buffer cache
Which of the following is made up of an Oracle instance and Oracle database?
- Oracle instance
- Oracle server
- Archives files
- Stream pool
- pfile
Which of the following memory components of the system global area is used for handling large input/output requests of server processes?
- SQL work area
- Instance creation
- Read only
- Large pool
- Stream pool
Which of the following files maintains the timestamp of database creation?
- Archive file
- Parameter file
- Control file
- Instance creation
- Read only
Which of the following memory components of the program global area holds a session's variables and session-related information?
- Session memory
- SQL work area
- Stream pool
- Instance creation
- ABORT
Which of the following is a good way to group objects in the database for purpose of security and access control?
- Schema
- Extent
- Oracle instance
- Parameter file
- Force
Which of the following logical storage structures is a collection of extents allocated for a single type of object such as a table?
- Extent
- Oracle instance
- Archive file
- Registration
- Segment
Which of the following memory components of the system global area is responsible for storing and reusing frequently used SQL statements, their execution plans and stored procedures?
- Stream pool
- Library cache
- SQL work area
- Instance creation
- pfile
Which of the following logical storage structures is the lowest unit of allocation in an oracle database?
- Data files
- Database block
- Extent
- Instance creation
- Stream pool
Which of the following memory components of the system global area is used by all session-specific java code and data within the JVM?
- Java applet
- Java pool
- Stream pool
- SQL work area
- Mounting the database