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/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-986891/
本文介绍了Oracle数据库系统的客户端/服务器架构,详细阐述了客户端与服务器的功能划分及其在网络环境下的高效运行方式。
1589

被折叠的 条评论
为什么被折叠?



