IBM Books

Quick Beginnings for DB2 Connect


Enabling Multisite Updates (Two-Phase Commit)

This chapter provides an overview of the multisite update function as it applies to scenarios that involve host and AS/400 database servers. It describes products and components needed to implement PC, UNIX and web applications that update multiple DB2 databases in the same transaction.

Multisite update, also known as Distributed Unit of Work (DUOW) and Two-Phase commit, is a function that enables your applications to update data in multiple remote database servers with guaranteed integrity. A good example of a multisite update is a banking transaction that involves the transfer of money from one account to another in a different database server. In such a transaction it is critical that updates that implement debit operation on one account do not get committed unless updates required to process credit to the other account are committed as well. The multisite update considerations apply when data representing these accounts is managed by two different database servers.

DB2 products provide comprehensive support for multisite update. This support is available for applications developed using regular SQL as well as applications that utilize Transaction Monitor products that implement X/Open XA interface specification. Examples of such Transaction Monitor products include IBM TxSeries (CICS and Encina), Message and Queuing Series, Component Broker Series, San Francisco Project as well as Microsoft Transaction Server (MTS), BEA Tuxedo, NCR TopEnd and several others. There are different setup requirements depending on whether native SQL multisite update or TP Monitor multisite update is used.

Both the native SQL and TP Monitor multisite update programs must be precompiled with the CONNECT 2 SYCNCPOINT TWOPHASE options. Both can use the SQL Connect statement to indicate which database they want to be used for the SQL statements that follow. If there is no TP Monitor to tell DB2 it is going to coordinate the transaction (as indicated by DB2 receiving the xa_open calls from the TP monitor to establish a database connection), then the DB2 software will be used to coordinate the transaction.

When using TP monitor multisite update, the application must request commit or rollback by using the TP monitor's API, e.g. CICS SYNCPOINT, Encina Abort(), MTS SetAbort(). When using native SQL multisite update, the normal SQL COMMIT and ROLLBACK must be used.

TP Monitor multisite update can coordinate a transaction that accesses both DB2 and non-DB2 resource managers such as Oracle, Informix, SQLServer, etc. Native SQL multisite update is used with DB2 servers only.

For a multisite update transaction to work, each of the databases participating in a distributed transaction must be capable of supporting Distributed Unit of Work. At the time of this writing, the following DB2 servers provided DUOW support that enabled them to participate in distributed transactions:

A distributed transaction can update any mix of supported database servers. For example, your application can update several tables in DB2 Universal Database on Windows NT, a DB2 for OS/390 database and a DB2/400 database all within a single transaction.

Host and AS/400 database servers require DB2 Connect to participate in a distributed transaction originating from PC, UNIX, and web applications. In addition, many of the multisite update scenarios that involve host and AS/400 database servers require that the Syncpoint Manager (SPM) component be configured. The need for SPM is dictated by the choice of protocol (SNA vs. TCP/IP) and use of a TP monitor. See the following table for a summary of scenarios that require use of the SPM. The table shows that DB2 Connect is required for any access to the host or AS/400 from Intel or UNIX machines. In addition, for multisite updates, the SPM component of DB2 Connect is required if the access is via SNA or uses a TP monitor.
Host and AS/400 multisite update scenarios that require SPM.
TP Monitor Used? Protocol SPM Needed? Product Required (choose One) Host and AS/400 Database Supported
Yes TCP/IP Yes

  • DB2 Connect Enterprise Edition

  • DB2 Universal Database Enterprise Edition

  • DB2 Universal Database Enterprise-Extended Edition

  • DB2 for OS/390 V5.1

  • DB2 Universal Database for OS/390 V6.1

Yes SNA Yes

  • DB2 Connect Enterprise Edition*

  • DB2 Universal Database Enterprise Edition*

  • DB2 Universal Database Enterprise-Extended Edition*
Note:*AIX, OS/2 and Windows NT platforms only.

  • DB2 for MVS/ESA V3.1 and 4.1

  • DB2 for OS/390 V5.1

  • DB2 Universal Database for OS/390 V6.1

  • DB2/400 V3.1 or later

  • DB2 Server for VM or VSE V5.1 or later

No TCP/IP No

  • DB2 Connect Personal Edition

  • DB2 Connect Enterprise Edition

  • DB2 Universal Database Enterprise Edition

  • DB2 Universal Database Enterprise-Extended Edition

  • DB2 for OS/390 V5.1

  • DB2 Universal Database for OS/390 V6.1

No SNA Yes

  • DB2 Connect Enterprise Edition*

  • DB2 Universal Database Enterprise Edition*

  • DB2 Universal Database Enterprise-Extended Edition*
Note:*AIX, OS/2 and Windows NT platforms only

  • DB2 for MVS/ESA V3.1 and 4.1

  • DB2 for OS/390 V5.1

  • DB2 Universal Database for OS/390 V6.1

  • DB2/400 V3.1 or later

  • DB2 Server for VM and VSE V5.1 or later

Note:

For more information about DUOW refer to the DB2 Connect User's Guide.

For additional information about DB2 Connect two-phase commit support, as well as instructions for setting up for several popular TP monitors, please see the Administration Guide or access the DB2 Product and Service Technical Library on the World Wide Web:

  1. Set your Web browser to the following URL:
               http://www.software.ibm.com/data/db2/library/
    

  2. Select "DB2 Universal Database".

  3. Search for "Technotes" using the search keywords "DDCS", "SPM", "MTS", "CICS", and "ENCINA".


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]