This is a discussion on Oracle Single -Tier and Multi-Tier Architecture within the Database Support forums, part of the Web Development category; Hi, Here are few definitions regarding Single Tier and Multi Tier Concept in ORACLE. Oracle Single-Tier The Single-Tier ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, Here are few definitions regarding Single Tier and Multi Tier Concept in ORACLE. Oracle Single-Tier The Single-Tier ODBC Drivers for Oracle are a single component installed on a data-consuming machine - depending on the architecture in which the driver is deployed, either a client such as a desktop, a workstation or an application-server machine. No components need be installed on the database server. The Open Link Single-Tier Drivers for Oracle are a Type-B class of driver developed using the Oracle CLI. The Oracle drivers for versions 7, 8 and 9 require SQL*Net, Net-8 or Net-9 installed. For Oracle 10g and above, we use the Oracle Instant Client, which obviates the need for the RDBMS-specific comms layer. Oracle Multi-Tier The Open Link Multi-Tier ODBC Driver for Oracle comprises two parts. On the server you install a request broker which handles incoming connections, and a database agent which makes the connection to the database itself. On data-consuming machines (clients or application-servers), you install a generic client. This approach presents an extra layer of abstraction, such that by installing one component on each client, you can connect to several servers, or several different databases via the same broker. Multi-tier is ideally suited to larger installations where the network administrator wishes to handle security rules and performance configurations centrally. The Open Link Multi-Tier Drivers for Oracle are a Type-A class driver developed using the OCI call level interface. For your reference i have attached the Images for Single-Tier and Multi-Tier.
__________________ -Murali.. |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.discussweb.com/database-support/1791-oracle-single-tier-multi-tier-architecture.html | |||
| Posted By | For | Type | Date |
| Architecture | This thread | Refback | 07-16-2007 05:36 AM |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Two tier, three tier or multi tier | vigneshgets | Software Testing | 0 | 01-15-2008 09:53 PM |
| multi tasking, multi programming, multi threading | vigneshgets | Operating Systems | 1 | 07-18-2007 05:12 AM |
| MYSQL Single-Tier and Multi-Tier Architecture | Murali | Database Support | 0 | 07-16-2007 03:51 AM |
| business logic in three-tier architecture | Jeyaseelansarc | PHP Programming | 0 | 05-18-2007 10:30 PM |
| Understanding the Three-Tier Architecture | Jeyaseelansarc | Other Web Programming Languages | 0 | 05-18-2007 05:38 AM |