Skip Headers
Oracle® Services for Microsoft Transaction Server Developer's Guide
11g Release 1 (11.1) for Microsoft Windows

Part Number B28377-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

1 Using Microsoft Transaction Server with Oracle Database

This chapter describes Microsoft Transaction Server and Oracle Database integration.

This chapter contains these topics:

1.1 Microsoft Transaction Server Overview

Microsoft Transaction Server is a proprietary component object model (COM) transaction processing system that runs on an Internet or network server. Microsoft Transaction Server deploys and manages application and database transaction requests on behalf of a client computer. Microsoft Transaction Server provides:

Microsoft Transaction Server is a component of the three-tiered, server-centric architecture model. This model lets you separate the presentation, business logic, and data elements of applications onto different computers connected in a network. Microsoft Transaction Server functionality is also implemented in COM+ and Enterprise Services. Oracle Services for Microsoft Transaction Server, or OraMTS, support Microsoft Transaction Server, COM+, and Enterprise Services.

See Also:

Microsoft documentation for additional information about Microsoft Transaction Server

1.1.1 Oracle Services for Microsoft Transaction Server Support for Serializable Transactions

Oracle Services for Microsoft Transaction Server supports distributed transactions set to a serializable and read-committed isolation level.

1.1.2 Oracle Services for Microsoft Transaction Server Support for DTC

Oracle Services for Microsoft Transaction Server works with Microsoft Distributed Transaction Coordinator (DTC), which is part of the Enterprise Services component of .NET. DTC implements a two-phase commit protocol that makes sure that the transaction outcome is consistent across all data resources involved in a transaction.

See Also:

Oracle Database Oracle Real Application Clusters Administration and Deployment Guide for information on how Oracle Services for Microsoft Transaction Server affects distributed transactions in Real Application Clusters.

1.2 Microsoft Transaction Server and Oracle Integration Overview

Without any special integration, you can deploy applications that were created using Win32, Win64, COM, or Microsoft .NET in a Microsoft Transaction Server that connects to an Oracle Database. To use either of the following features, however, you must install Oracle Services for Microsoft Transaction Server (OraMTS):

After you have installed Oracle Services for Microsoft Transaction Server, an Oracle MTS Recovery Service is also automatically installed on the same computer. The Oracle MTS Recovery Service helps in the recovery of in-doubt transactions left in Oracle Database instances that originated from this computer. On each connected database:

This enables the database to participate in Microsoft Transaction Server-started transactions.

Create the COM component with any of the following Oracle products:

1.3 Getting Started with Microsoft Transaction Server and Oracle

You are now ready to use Microsoft Transaction Server with a database. To get started quickly, follow these steps:

  1. Install the Oracle and Microsoft products required for Microsoft Transaction Server and database integration.

    See Chapter 2, "Installing and Migrating Oracle Products".

  2. Migrate from a previous release of Oracle Services for Microsoft Transaction Server.

    See Chapter 2, "Installing and Migrating Oracle Products".

  3. Create the Microsoft Transaction Server administrator user account.

    See Chapter 3, "Managing Recovery Scenarios".

  4. Schedule a Microsoft Transaction Server transaction recovery job.

    See Chapter 3, "Managing Recovery Scenarios".

  5. Run the Microsoft application demo.

    See Chapter 4, "Running the Microsoft Application Demo" for information about running an application demo that:

    • Uses transactional components hosted by Microsoft Transaction Server

    • Accesses a database in a transaction controlled by Microsoft Transaction Server

  6. Create Microsoft Transaction Server-hosted applications.

    See Chapter 5, "Programming with Microsoft Transaction Server and an Oracle Database" for instructions on using OCI, OO4O, Oracle ODBC Driver, or Oracle Provider for OLE DB with COM-based applications.

  7. Learn about using Microsoft Transaction Server on the different Windows operating systems.