Monday, September 28, 2009

Oracle’s Client/Server Architecture


Oracle is a client/server database. It means the database server runs independent of the applications that access it.



The server listens the request from clients, process those requests and sends the results back to client. Most of the Oracle Applications have been two-tier applications.



Advent of the Web and the emphasis on the Internet access to information are driving more and more applications to be implemented using a three-tier architecture.