Introduction to Client/Server Architecture (273)

tsinglee發表於2007-11-29

In the Oracle database system environment, the database application and the database
are separated into two parts: a front-end or client portion, and a back-end or server
portion—hence the term client/server architecture. The client runs the database
application that accesses database information and interacts with a user through the
keyboard, screen, and pointing device, such as a mouse. The server runs the Oracle
software and handles the functions required for concurrent, shared data access to an
Oracle database.

Although the client application and Oracle can be run on the same computer, greater
efficiency can often be achieved when the client portions and server portion are run by
different computers connected through a network. The following sections discuss
possible variations in the Oracle client/server architecture.

客戶端/伺服器體系結構簡介
在一個 Oracle資料庫系統中,資料庫應用程式與資料庫被分為兩部分:前端稱為客戶端;後臺稱為服
務端

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-986891/,如需轉載,請註明出處,否則將追究法律責任。

相關文章