<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Difference Bewteen Kill Session and Disconnect Session in Oracle Database</title>
	<atom:link href="http://www.dbuggr.com/smallwei/main-difference-bewteen-kill-session-disconnect-session-oracle-databa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/smallwei/main-difference-bewteen-kill-session-disconnect-session-oracle-databa/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Sun, 14 Mar 2010 16:03:05 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: smallwei</title>
		<link>http://www.dbuggr.com/smallwei/main-difference-bewteen-kill-session-disconnect-session-oracle-databa/comment-page-1/#comment-366</link>
		<dc:creator>smallwei</dc:creator>
		<pubDate>Mon, 23 Nov 2009 17:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/main-difference-bewteen-kill-session-disconnect-session-oracle-databa/#comment-366</guid>
		<description>&lt;strong&gt;Kills a session:&lt;/strong&gt;
Releases locks and other resources but keeps the session object so that the application gets a graceful &quot;ora-28, you have been KILLED, goodbye&quot; message from the server.

the session is dead, killed, resources released.  However the session remains -- this is so the client process which is still connected can report gracefully to the end user &quot;your session was killed, goodbye&quot;.  What happened was that user had a session opened (maybe a sqlplus session).  It was just sitting there -- and would continue to sit there until it went to the database -- then the session would actually &quot;disappear&quot; -- after the client got the message.


&lt;strong&gt;Disconnect session:&lt;/strong&gt;
Disconnect is primarily for TAF (failing over), so you can fail a connection over from one 
instance to another.  you can have it do that after the transaction ends so as to not lose work.  
Disconnecting zaps the dedicated server, and the client does not get a nice message.</description>
		<content:encoded><![CDATA[<p><strong>Kills a session:</strong><br />
Releases locks and other resources but keeps the session object so that the application gets a graceful &#8220;ora-28, you have been KILLED, goodbye&#8221; message from the server.</p>
<p>the session is dead, killed, resources released.  However the session remains &#8212; this is so the client process which is still connected can report gracefully to the end user &#8220;your session was killed, goodbye&#8221;.  What happened was that user had a session opened (maybe a sqlplus session).  It was just sitting there &#8212; and would continue to sit there until it went to the database &#8212; then the session would actually &#8220;disappear&#8221; &#8212; after the client got the message.</p>
<p><strong>Disconnect session:</strong><br />
Disconnect is primarily for TAF (failing over), so you can fail a connection over from one<br />
instance to another.  you can have it do that after the transaction ends so as to not lose work.<br />
Disconnecting zaps the dedicated server, and the client does not get a nice message.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->