ibm-information-center/dist/eclipse/plugins/i5OS.ic.sqlp_5.4.0.1/rbafyc2.htm

64 lines
4.6 KiB
HTML

<?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="reference" />
<meta name="DC.Title" content="Implicit connection management for nondefault activation groups" />
<meta name="abstract" content="The application requester can implicitly connect to an application server. Implicit SQL connection occurs when the application requester detects that the first SQL statement issued for the activation group is not a CONNECT statement with parameters." />
<meta name="description" content="The application requester can implicitly connect to an application server. Implicit SQL connection occurs when the application requester detects that the first SQL statement issued for the activation group is not a CONNECT statement with parameters." />
<meta name="DC.subject" content="connection management, implicit connection, nondefault activation group, implicit disconnection, distributed relational database, nondefault activation group" />
<meta name="keywords" content="connection management, implicit connection, nondefault activation group, implicit disconnection, distributed relational database, nondefault activation group" />
<meta name="DC.Relation" scheme="URI" content="rbafyconnectmgmt.htm" />
<meta name="DC.Relation" scheme="URI" content="rbafydrdaconnect4.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="rbafyc2" />
<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>Implicit connection management for nondefault activation groups</title>
</head>
<body id="rbafyc2"><a name="rbafyc2"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Implicit connection management for nondefault activation groups</h1>
<div><p>The application requester can implicitly connect to an application
server. Implicit SQL connection occurs when the application requester detects
that the first SQL statement issued for the activation group is not a CONNECT
statement with parameters.</p>
<div class="section"><p>For a distributed program, the implicit SQL connection is made
to the relational database specified on the RDB parameter. For a nondistributed
program, the implicit SQL connection is made to the local relational database.</p>
</div>
<div class="section"><p>Implicit disconnect can occur at the following times in a process:</p>
<ul><li>When the activation group ends, if commitment control is not active, activation
group level commitment control is active, or the job level commitment definition
is at a unit of work boundary. <p>If the job level commitment definition
is active and not at a unit of work boundary, SQL is placed in the exited
state.</p>
</li>
<li>If SQL is in the exited state, when the job level commitment definition
is committed or rolled back.</li>
<li>At the end of a job.</li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbafyconnectmgmt.htm" title="SQL connections are managed at the activation group level. Each activation group within a job manages its own connections and these connections are not shared across activation groups.">Connection management and activation groups</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="rbafydrdaconnect4.htm" title="Because remote connections use resources, connections that are no longer going to be used should be ended as soon as possible. Connections can be ended implicitly or explicitly.">End connections</a></div>
</div>
</div>
</body>
</html>