Server Processes (112)
Oracle creates server processes to handle the requests of user processes connected to
the instance. In some situations when the application and Oracle operate on the same
computer, it is possible to combine the user process and corresponding server process
into a single process to reduce system overhead. However, when the application and
Oracle operate on different computers, a user process always communicates with
Oracle through a separate server process.
Server processes (or the server portion of combined user/server processes) created on
behalf of each user’s application can perform one or more of the following:
■ Parse and run SQL statements issued through the application
■ Read necessary data blocks from datafiles on disk into the shared database buffers
of the SGA, if the blocks are not already present in the SGA
■ Return results in such a way that the application can process the information
伺服器程式(使用者應用程式端)
1. 解析執行SQL語句
2. 將資料塊從SGA讀取到shared database buffers
3. 返回應用程式能處理的資訊
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-979558/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Dedicated and Shared Server ProcessesServer
- Connection/Session/Server ProcessesSessionServer
- Shared Server Processes (Snnn) (131)Server
- db_writer_processes-log_archive_max_processesHive
- 程式(Processes)
- SESSIONS, PROCESSES, TRANSACTIONSSession
- Sessions & Processes parameterSession
- Oracle RAC Background processesOracle
- 112家it公司薪水
- How the JVM processes signalsJVM
- 增加連線數processes
- The Oracle Background Processes for Sybase ProsOracleROS
- Types of Processes (108)
- 112、過香積寺
- sessions,processes的監控方法Session
- New Background Processes In 10g
- Overview of User Processes (109)View
- Overview of Oracle Processes (111)ViewOracle
- Queue Monitor Processes (QMNn) (125)
- 我的收藏週刊112
- LeetCode 112. Path SumLeetCode
- 112家IT公司薪水一覽表
- Systematic index design consists of two processesIndex
- nginx學習隨筆--worker_processesNginx
- [HP-UX] cannot fork: too many processesUX
- oracle中的processes,session,transaction引數OracleSession
- DBWR_IO_SLAVES & db_writer_processes
- sessions 與 processes 的計算關係Session
- You want to use parallel processes for a client copy.Parallelclient
- LeetCode - 112 - 路徑總和LeetCode
- [ARC112F] Die Siedler 題解
- oracle 11.2 所有Background Processes 的功能描述Oracle
- linux動態修改 max user processes limitsLinuxMIT
- Android Guide Dev 之Processes and ThreadsAndroidGUIIDEdevthread
- job_queue_processes引數 job關係
- DIFFERENCES BETWEEN PROCESSES, SESSIONS AND CONNECTIONS(asktom)Session
- Leetcode——112. 路徑總和LeetCode
- oracle中的processes,session,transaction引數詳解OracleSession