

InterviewSolution
Saved Bookmarks
1. |
Oracle server configuration is dedicated for(a) One server process – Many user processes(b) Many server processes – One user process(c) One server process – One user process(d) Many server processes – Many user processesThis question was addressed to me in an interview.This interesting question is from Installing Oracle Database 11g and Creating a Database topic in portion Oracle Database 11g Architecture Options of Oracle |
Answer» <html><body><p>Right <a href="https://interviewquestions.tuteehub.com/tag/option-25810" style="font-weight:bold;" target="_blank" title="Click to know more about OPTION">OPTION</a> is (c) One <a href="https://interviewquestions.tuteehub.com/tag/server-11236" style="font-weight:bold;" target="_blank" title="Click to know more about SERVER">SERVER</a> process – One user process<br/><br/>The best explanation: Single-process Oracle is a database system in which all Oracle code is <a href="https://interviewquestions.tuteehub.com/tag/executed-7257022" style="font-weight:bold;" target="_blank" title="Click to know more about EXECUTED">EXECUTED</a> by one process. Different processes are not used to separate execution of the parts of Oracle and the client <a href="https://interviewquestions.tuteehub.com/tag/application-25616" style="font-weight:bold;" target="_blank" title="Click to know more about APPLICATION">APPLICATION</a> program. Instead, all code of Oracle and the single user’s database application is executed by a single process.</p></body></html> | |