Oracle Database Administration I — Question 71
Which three functions are performed by dispatchers in a shared server configuration? (Choose three.)
Answer options
- A. writing inbound request to the common request queue from all shared server connections
- B. checking for outbound shared server responses on the common outbound response queue
- C. receiving inbound requests from processes using shared server connections
- D. sending each connection input request to the appropriate shared server input queue
- E. broadcasting shared server session responses back to requesters on all connections
- F. sending shared server session responses back to requesters on the appropriate connection
Correct answer: A, C, F
Explanation
The correct functions performed by dispatchers include writing inbound requests to the common request queue (A), receiving these requests from processes (C), and sending the responses back to the appropriate connection (F). Options B, D, and E do not accurately represent dispatcher functions in a shared server configuration.