0% found this document useful (0 votes)
116 views

My Notes Tadm10 - 1

The document describes different tier architectures: one tier has a single computer performing all tasks; two tier has the GUI on one host and database/application on another; three tier has each layer (GUI, application, database) on separate hosts. It also defines an Oracle instance as an administrative unit providing combined components and services that start/stop together, identified by a system ID (SID). Central instances specifically provide a message server and enqueue work processes to enable communication and handle locks, while other instances are dialogue instances lacking these servers.

Uploaded by

mehboob hafiz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
116 views

My Notes Tadm10 - 1

The document describes different tier architectures: one tier has a single computer performing all tasks; two tier has the GUI on one host and database/application on another; three tier has each layer (GUI, application, database) on separate hosts. It also defines an Oracle instance as an administrative unit providing combined components and services that start/stop together, identified by a system ID (SID). Central instances specifically provide a message server and enqueue work processes to enable communication and handle locks, while other instances are dialogue instances lacking these servers.

Uploaded by

mehboob hafiz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

One tier

Only one computer performs all the processing tasks (database, application, and presentation
processes)

GUI
Application
Data Base

Two tier
GUI in different host and database +application in different host.

GUI

Application
Data Base

Three tier
Each layer runs on its host (physical server)
GUI

Application
GUI
Data Base

Instance:

Instance is an administrative unit which provides combined components and services.


These services start or stop together with an instance
Instance is known or identified by SID (system ID)

Instance Types:
Central instance:

Central instance is a main instance of any sap system which provides message server
and en-queue work process
Message server enable the communication between instances of a sap system and enqueue work process handle a logical locks.
In AS JAVA we have central services instance which provide message server and enqueue work process.
All other instances are dialogue instances which will have only work processes it will not
have msg srvr and en-queue server

You might also like