Menu
Home
People
Places
Arts
History
Plants & Animals
Science
Life & Culture
Technology
Reference.org
DRDA
open-in-new
Components
Application Requester (AR). The AR accepts
SQL
requests from an application and sends them to the appropriate application servers for processing. Using this function, application programs can access remote data.
Application Server (AS). The AS receives requests from application requesters and processes them. The AS acts upon the portions that can be processed and forwards the remainder to database servers for subsequent processing. The AR and the AS communicate through a
protocol
called the
Application Support Protocol
which handles
data representation conversion
.
Database Server (DS). The DS receives requests from AS or other DS servers. The DS supports distributed requests and will forward parts of the request to collaborating DS in order to fulfill the request. The AS and the DS among themselves communicate through a
protocol
called the
Database Support Protocol
.
Databases supporting DRDA
Apache Derby (Java RDBMS)
IBM Db2
Informix Dynamic Server
v11.10
Oracle Database Gateway for DRDA - enables Oracle database to act as a DRDA client, accessing remote non-Oracle databases (primarily DB2)
Oracle Database Provider for DRDA - enables Oracle database to act as a DRDA server, providing Oracle database access to remote clients (e.g. IBM i systems using DB2/400 DRDA client library)
External links
The OpenGroup - DRDA Protocol description
Archived
2005-11-22 at the
Wayback Machine