Which three functions are performed by dispatchers in a shared server configuration? (Choose three.)
writing inbound request to the common request queue from all shared server connections
checking for outbound shared server responses on the common outbound response queue
receiving inbound requests from processes using shared server connections
sending each connection input request to the appropriate shared server input queue
broadcasting shared server session responses back to requesters on all connections
sending shared server session responses back to requesters on the appropriate connection
https://docs.oracle.com/cd/B28359_01/server.111/b28310/manproc001.htm#ADMIN11168
Submit