InterviewSolution
| 1. |
What Is Difference Between Multithreaded/shared Server And Dedicated Server? |
|
Answer» Oracle Database CREATES server processes to handle the requests of user processes connected to an instance. A server process can be either of the following:
Your database is always ENABLED to allow dedicated server processes, but you must SPECIFICALLY configure and enable shared server by setting one or more initialization parameters. Oracle Database creates server processes to handle the requests of user processes connected to an instance. A server process can be either of the following: Your database is always enabled to allow dedicated server processes, but you must specifically configure and enable shared server by setting one or more initialization parameters. |
|