题目内容
The Oracle Shared Server architecture reduces memory usage by reducing the number of server processes required. To process a request for a server process, the following tasks are performed: 1.A shared server picks up the request from the request queue and processes the request. 2.The dispatcher retrieves the response from the response queue. 3.A user sends a request to its dispatcher. 4.The dispatcher returns the response to the user. 5.The shared sever places the response on the calling dispatcher’s response queue. 6.The dispatcher places the request into the request queue in the SGA. Put the above task in the order in which they are performed.()
查看答案
搜索结果不匹配?点我反馈
更多问题