Oracle Database Architecture
Covers Oracle database memory structures, storage components, recovery mechanisms, RMAN, and distributed transactions
Questions
Which of the following is managed in a manner that free blocks are always made available for new blocks being read into memory?
- The stream pool
- The java pool
- The database buffer cache
- The data dictionary cache
- Registration of database
Which of the following is in turn made up the persistent area that contains bind information and a run time area that is created as soon as an execute request is initiated?
- SQL work area
- Private SQL area
- The stream pool
- Instance creation
- Image copy
Which of the following files facilitates the Oracle mechanism to recover from an instance failure or a media failure?
- Redo log files
- The password file
- Data files
- The stream pool
- Instance creation
The database application issuing the distributed transaction is directly connected to the node acting as the which of the following?
- Client
- Database server
- RMAN client
- Global coordinator
- Media management application
Which of the following prevents SQL statements from being repeatedly parsed thus improving performance during execution of SQL statements?
- The data dictionary cache
- Library cache
- The stream pool
- SQL work area
- Instance creation
In which of the following phases does RMAN determine the objects accessed by a command?
- Execution phase
- Shrinking phase
- The local agent
- In-doubt transaction
- Compilation phase
Two specific caches library cache and the data dictionary cache form which of the following pools?
- The java pool
- The stream pool
- SQL work area
- The shared pool
- Data files
Which of the following files is very useful in the event of a failure and is used for recovery purposes?
- Archive file
- Data file
- Instance creation
- Automatic datafiles creation
- Password file
Which of the following has the main functions to provide session memory for the shared server environment and parallel execution message buffers?
- The large pool
- The stream pool
- The java pool
- The password file
- Mount
Which of the following file stores the name of the database, the names and locations of the tablespaces in the database, the location of the redo files etc.?
- Extent
- Control file
- Data file
- The stream pool
- Instance creation
Which of the following files allows you to to specify the values to attributes that can be enforced without bouncing the database as well as after re-starting the database?
- Instance creation
- The password file
- Data file
- The stream pool
- The server parameter file
Which of the following stores the most critical data which never remains in-doubt, even if a failure occurs?
- Standby database
- Duplicate database
- Commit point site
- In-doubt transaction
- Database server
The contents of which of the following are essential for instance recovery purposes?
- The java pool
- Redo log buffer
- The stream pool
- Proxy archived log backups
- Duplicate database
In which of the following modes does the transaction require only to read the data item?
- Exclusive mode
- Shrinking phase
- Shared mode
- The local agent
- In-doubt transaction
Which of the following will frequently group together similar objects such as relations for a specific business area or a specific function?
- Segment
- Database block
- Tablespace
- Data file
- Instance creation