Oracle7 Server Distributed Systems Volume I: Distributed Data

Contents Index Home Previous Next

Migrating Precompiler or OCI Applications to TPM Applications

To migrate existing precompiler or OCI applications to a TPM application using the Oracle XA library, you must do the following:

The following table lists the TPM functions that replace regular Oracle commands when migrating precompiler or OCI applications to TPM applications.

Regular Oracle Commands TPM Functions
CONNECT user/password tx_open (possibly implicit)
implicit start of transaction tx_begin
SQL service that executes the SQL
COMMIT tx_commit
ROLLBACK tx_rollback
disconnect tx_close (possibly implicit)
SAVEPOINT savepoint illegal
SET TRANSACTION READ ONLY illegal
Table 7 - 1. TPM Replacement Commands


Contents Index Home Previous Next