Oracle® Services for Microsoft Transaction Server Developer's Guide 10g Release 1 (10.1) for Windows Part Number B10114-01 |
|
|
View PDF |
ACID consists of the four primary attributes provided to any transaction by a transaction manager (also called a transaction manager).
A binary standard that enables objects to interact with other objects, regardless of the programming language in which each object was written.
An extension of COM that enables objects to interact with other objects across a network.
The category of SQL statements that query and update database data. Common DML statements are SELECT
, INSERT
, UPDATE
, and DELETE
.
This initialization parameter specifies the number of job queue processes started in an instance. This parameter must be set to at least 1
to run job queue processes.
A listener configuration file that identifies the following for a listener:
Unique name
Protocol addresses on which it accepts connection requests
Services for which it is listening
Microsoft .NET is a set of Microsoft software technologies used to connect information, people, systems, and devices through web services to each other and to larger applications over the Internet.
An Oracle Call Interface (OCI) implementation of the Visual C++ Sample Bank package that ships with Microsoft Transaction Server on Windows NT.
The focal point of the transaction process is a component of Microsoft Transaction Server called Microsoft Distributed Transaction Coordinator (MS DTC).
An application that serves as a host for administrative tools called snap-ins. By itself, Microsoft Management Console does not provide any functionality.
A COM-based transaction processing system that runs on an Internet or network server.
The default Microsoft Transaction Server administrator username. In releases prior to Oracle release 1 (9.0.1), this was the username for the Oracle Services for Microsoft Transaction Server.
The name used by clients to identify an Oracle Net server and the specific system identifier (SID) or database for the Oracle Net connection. A net service name is mapped to a port number and protocol. A net service name is also known as a connect string, database alias, host string, or service name.
This also identifies the specific SID or database to which the connection is attaching, and not just the Oracle Net server.
Database alias for connecting the Oracle Service for MTS to the Oracle database (no longer supported with Oracle Services for Microsoft Transaction Server, as of Oracle release 1 (9.0.1)).
An application programming interface that enables you to manipulate data and schemas in a database. You compile and link an OCI program in the same way that you compile and link a nondatabase application. There is no requirement for a separate preprocessing or precompilation step.
Oracle Data Provider for .NET (ODP.NET) features optimized data access to the Oracle database from a .NET environment. ODP.NET includes support for connection pooling, PL/SQL, LOBs, RefCursors, globalization/localization, proxy user authentication/ parameter array binding, named parameters, and safe type mapping between Oracle types and .NET types.
Ensures that if a failure occurs on one cluster node, then the databases and applications running on that node fail over (move) automatically and quickly to a surviving node.
This Microsoft Management Console snap-in is no longer available or required with Oracle Services for Microsoft Transaction Server, as of Oracle release 1 (9.0.1).
The Oracle MTS Recovery Service resolves in-doubt transactions on the computer that started the failed transaction. A scheduled recovery job for each Microsoft Transaction Server-enabled database lets the Oracle MTS Recovery Service resolve in-doubt transactions.
Oracle Objects for OLE (OO4O) is a COM-based database connectivity tool that combines seamless and optimized access to Oracle databases with easy to use interfaces.
Oracle ODBC Driver provides a standard interface that allows one application to access many different data sources. The application's source code does not have to be recompiled for each data source. A database driver links the application to a specific data source. A database driver is a dynamic link library that an application can invoke on demand to gain access to a particular data source. Therefore, the application can access any data source for which a database driver exists.
Interfaces that offer high performance and efficient access to Oracle data by applications, compilers, and other database components.
This Windows NT service is no longer available or required with Oracle Services for Microsoft Transaction Server, as of Oracle release 1 (9.0.1).
A component that provides full integration of the Oracle database with Microsoft Transaction Server. This component enables you to develop and deploy COM-based applications using Microsoft Transaction Server.
A set of file naming and placement guidelines for Oracle software and databases.
Microsoft Transaction Server enlists the database to act as a resource manager (RM) in the transaction process.
A special database administration role that contains all system privileges with the ADMIN
OPTION
and the SYSOPER
system privilege. SYSDBA
also permits CREATE DATABASE
actions and time-based recovery.
A special database administration role that permits a database administrator to perform STARTUP
, SHUTDOWN
, ALTER
DATABASE
OPEN/MOUNT
, ALTER
DATABASE
BACKUP
, ARCHIVE
LOG
, and RECOVER
, and includes the RESTRICTED
SESSION
privilege.
A file that contains connect descriptors mapped to net service names. The file can be maintained centrally or locally for use by all or individual clients.
Identifies the client computer from which a transaction originated.