<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Square DBA - Oracle DBA Talk &#187; kill session</title>
	<atom:link href="http://www.squaredba.com/tag/kill-session/feed" rel="self" type="application/rss+xml" />
	<link>http://www.squaredba.com</link>
	<description>Oracle DBA Forum, Articles, FAQs, Scripts, OCP Test Papers, Free Blog, DBA Training</description>
	<lastBuildDate>Fri, 18 Jun 2010 16:21:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Killing your own session</title>
		<link>http://www.squaredba.com/killing-your-own-session-141.html</link>
		<comments>http://www.squaredba.com/killing-your-own-session-141.html#comments</comments>
		<pubDate>Wed, 29 Jul 2009 19:59:32 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Oracle Tip]]></category>
		<category><![CDATA[kill session]]></category>
		<category><![CDATA[ORA-03113]]></category>

		<guid isPermaLink="false">http://www.squaredba.com/?p=141</guid>
		<description><![CDATA[Ever wanted to kill your own session? You know commit suicide; This works nicely: alter session set events 'immediate crash'; Nothing like a ORA-03113: end-of-file on communication channel to brighten your day.]]></description>
		<wfw:commentRss>http://www.squaredba.com/killing-your-own-session-141.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Killing Oracle Sessions</title>
		<link>http://www.squaredba.com/killing-oracle-sessions-125.html</link>
		<comments>http://www.squaredba.com/killing-oracle-sessions-125.html#comments</comments>
		<pubDate>Wed, 27 May 2009 16:29:01 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Oracle How-To]]></category>
		<category><![CDATA[Oracle Tip]]></category>
		<category><![CDATA[kill]]></category>
		<category><![CDATA[kill session]]></category>

		<guid isPermaLink="false">http://www.squaredba.com/?p=125</guid>
		<description><![CDATA[Do you need to kill an Oracle session? There are several way to do this. In SQLPlus simply run: ALTER SYSTEM KILL SESSION 'sid,serial#'; You can also run: ALTER SYSTEM KILL SESSION 'sid,serial#' IMMEDIATE; You can also kill sessions from the UNIX level with this command: kill -9 spid This is dangerous and should not [...]]]></description>
		<wfw:commentRss>http://www.squaredba.com/killing-oracle-sessions-125.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
