InterviewSolution
| 1. |
What Are Server Processes In Oracle? |
|
Answer» Oracle creates server PROCESSES to serve user processes requests, connected to the instance. In some situations, when the application and Oracle are on the same system, it is POSSIBLE to combine the user process and corresponding server process into one process for reducing system overhead. HOWEVER, when the application and Oracle operate on different COMPUTERS, a user process ALWAYS talks to Oracle through a separate server process. Oracle creates server processes to serve user processes requests, connected to the instance. In some situations, when the application and Oracle are on the same system, it is possible to combine the user process and corresponding server process into one process for reducing system overhead. However, when the application and Oracle operate on different computers, a user process always talks to Oracle through a separate server process. |
|