Memory Processes   «Prev  Next»
 

Oracle Memory Structures - Quiz Results

Memory Instances

Each question is worth one point. Select the best answer or answers for each question.

1. Select the instance memory structures from the answers below.
Please select all the correct answers.
  A. redo log buffer
  B. SMON
  C. large pool
  D. DBWR

2. Which V$ view is used to request information about your shared pool size?
Please select the best answer.
  A. V$DATABASE
  B. V$INSTANCE
  C. V$PROCESS
  D. V$SGA

3. If the parameter BACKUP_DISK_IO_SLAVES is set to "1" then which of the following is true? Please select the best answer.
  A. The system allocates one I/O slave to manage log archiving.
  B. If the Large Pool is not being used, the system will allocate one I/O slave to be used by RMAN for read and write operations.
  C. If LARGE_POOL_SIZE is set, the system will allocate one I/O slave to be used by RMAN for read and write operations.
  D. The allocated buffer in the large pool is an asynchronous I/O buffer.

4. Which of the processes below are required to start an instance?
Please select all the correct answers.
  A. DBWR
  B. LGWR
  C. CKPT
  D. ARCH