Introduction to Client/Server Architecture (273)
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資料庫系統中,資料庫應用程式與資料庫被分為兩部分:前端稱為客戶端;後臺稱為服
務端
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-986891/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 1 Introduction to the Multitenant ArchitectureNaN
- MySQL client server 協議MySqlclientServer協議
- Client does not support authentication protocol requested by server; consider upgrading MySQL clientclientProtocolServerIDEMySql
- client: c#+protobuf, server: golang+protobufclientC#ServerGolang
- socket.io client + socketio-netty server簡析clientNettyServer
- Client Side Cache 和 Server Side Cache 的區別clientIDEServer
- Leetcode 273 Integer to English WordsLeetCode
- Introduction to A*
- Architecture
- Connect SQL Server from Linux Client using Windows Authentication and troubleshoot stepsSQLServerLinuxclientWindows
- Introduction to Vetors
- RL Introduction
- nodejs introductionNodeJS
- 《初識TCP》iOS、macOS實現socket client與socket serverTCPiOSMacclientServer
- Architecture–ViewModelView
- Architecture -- ViewModelView
- 在 go websocket server 與 javascript websocket client 互動中使用 flatbuffersGoWebServerJavaScriptclient
- ERROR3948: Loading local data is disabled - this must be enabled on both the client and server sidesErrorclientServerIDE
- self-introduction
- HTML 01 - IntroductionHTML
- TLS 1.3 IntroductionTLS
- A gentle introduction to multithreadingthread
- FFmpeg Filtering IntroductionFilter
- Introduction to Systems Programming .
- Guide to app architectureGUIIDEAPP
- transformer model architectureORM
- 14.4 InnoDB Architecture
- adb server version (31) doesn’t match this client (36); killing… 的解決方法Serverclient
- 高版本mysql訪問出現Client does not support authentication protocol requested by server;MySqlclientProtocolServer
- Machine Learning-IntroductionMac
- HMAC: Introduction, History, and ApplicationsMacAPP
- An introduction to SAP Business Workflow
- 使用威聯通做UPS server(NUT) 配置 linux和windows的 UPS clientServerLinuxWindowsclient
- [MDP.AspNetCore] 實作OAuth協定SSO Server/Client專案範例NetCoreOAuthServerclient
- Unknown initial character set index ‘255‘ received from server. Initial client character set can beIndexServerclient
- 13-Architecture-nodes
- The option-critic architecture
- [譯]Spring Security ArchitectureSpring
- SparkCore-Architecture-5Spark