ibm-information-center/dist/eclipse/plugins/i5OS.ic.ddp_5.4.0.1/rbal1adduwmg.htm

69 lines
5.0 KiB
HTML
Raw Permalink Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Distributed unit of work" />
<meta name="abstract" content="The application-directed distributed unit of work facility also provides for the remote preparation and execution of SQL statements in the same fashion as remote unit of work." />
<meta name="description" content="The application-directed distributed unit of work facility also provides for the remote preparation and execution of SQL statements in the same fashion as remote unit of work." />
<meta name="DC.Relation" scheme="URI" content="rbal1cnct.htm" />
<meta name="DC.Relation" scheme="URI" content="rbal1jac3.htm" />
<meta name="DC.Relation" scheme="URI" content="rbal1states.htm" />
<meta name="DC.Relation" scheme="URI" content="rbal1actstates.htm" />
<meta name="DC.Relation" scheme="URI" content="rbal1endcon.htm" />
<meta name="DC.Relation" scheme="URI" content="rbal1running.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rbal1adduwmg" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Distributed unit of work</title>
</head>
<body id="rbal1adduwmg"><a name="rbal1adduwmg"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Distributed unit of work</h1>
<div><p>The application-directed distributed unit of work facility also
provides for the remote preparation and execution of SQL statements in the
same fashion as remote unit of work.</p>
<p>Like remote unit of work, an activation group at computer server A can
connect to an application server at computer server B and execute any number
of static or dynamic SQL statements that reference objects at B before ending
the unit of work. All objects referenced in a single SQL statement must be
managed by the same application server. However, unlike remote unit of work,
any number of application servers can participate in the same unit of work.
A commit or rollback operation ends the unit of work.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rbal1jac3.htm">Activation group states</a></strong><br />
An activation group is always in the <em>connected</em> or <em>unconnected</em> state
and has a set of zero or more connections. Each connection of an activation
group is uniquely identified by the name of the application server of the
connection.</li>
<li class="ulchildlink"><strong><a href="rbal1states.htm">Connection states</a></strong><br />
This topic discusses the different connection states and ways to change them.</li>
<li class="ulchildlink"><strong><a href="rbal1actstates.htm">Activation group connection states</a></strong><br />
A different application server can be established by the explicit or implicit execution of a CONNECT statement.</li>
<li class="ulchildlink"><strong><a href="rbal1endcon.htm">When a connection is ended</a></strong><br />
When a connection is ended, all resources that were acquired by the activation group through the connection and all resources that were used to create and maintain the connection are no longer allocated.</li>
<li class="ulchildlink"><strong><a href="rbal1running.htm">Run with both RUW and DUW connection management</a></strong><br />
Programs compiled with remote unit of work (RUW) connection management can be called by programs compiled with distributed unit of work (DUW) connection management. SET CONNECTION, RELEASE, and DISCONNECT statements can be used by the program compiled with RUW connection management to work with any of the active connections.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal1cnct.htm" title="What makes a distributed relational database application distributed is its ability to connect to a relational database on another server.">Connect to a distributed relational database</a></div>
</div>
</div>
</body>
</html>