InterviewSolution
Saved Bookmarks
| 1. |
What Is User (client) Processes? |
|
Answer» A user process is created and maintained to execute the software code of an application PROGRAM (such as a Pro*C/C++ program) or an Oracle TOOL (such as Oracle Enterprise Manager). The user process ALSO manages the communication with the server PROCESSES. A user process is created and maintained to execute the software code of an application program (such as a Pro*C/C++ program) or an Oracle tool (such as Oracle Enterprise Manager). The user process also manages the communication with the server processes. |
|