Network Config   «Prev  Next»

Monitoring Shared Server - Quiz

Each question is worth one point. Select the best answer or answers for each question.
 
1. Which of the following parameters is used to define connection pooling?
Please select the best answer.
  A. mts_servers
  B. mts_dispatchers
  C. mts_listener_address
  D. mts_pool

2. Which UNIX command will display the UNIX processes associated with the MTS dispatchers?
Please select the best answer.
  A. ps
  B. df
  C. ls

3. Which of the following are valid considerations regarding the number of MTS dispatchers to create?
Please select all the correct answers.
  A. The performance you want from your database
  B. The number of db_block_buffers in the init.ora file
  C. The number of connections required per network protocol
  D. The host operating system's limit on the number of connections per process

4. Which of the following are true about using MTS?
Please select all the correct answers.
  A. You must increase the value of db_block_buffer to handle additional data blocks.
  B. You must increase shared_pool_size to accommodate space for user session data.
  C. The MTS is best for databases with many concurrent connections.
  D. The MTS is a better choice for all Oracle databases, and should always be defined.