<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Todor Botev&#039;s Blog</title>
	<atom:link href="http://todorbotev.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://todorbotev.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Nov 2009 13:20:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='todorbotev.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/56156e3c2a7019d9145f5700e526ad37?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Todor Botev&#039;s Blog</title>
		<link>http://todorbotev.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://todorbotev.wordpress.com/osd.xml" title="Todor Botev&#039;s Blog" />
	<atom:link rel='hub' href='http://todorbotev.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Producing ORA-08006 with MERGE and ROW MOVEMENT</title>
		<link>http://todorbotev.wordpress.com/2009/11/24/producing-ora-08006-with-merge-and-row-movement/</link>
		<comments>http://todorbotev.wordpress.com/2009/11/24/producing-ora-08006-with-merge-and-row-movement/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 13:05:34 +0000</pubDate>
		<dc:creator>Todor Botev</dc:creator>
				<category><![CDATA[Oracle 10g]]></category>

		<guid isPermaLink="false">http://todorbotev.wordpress.com/?p=40</guid>
		<description><![CDATA[Here is what the Oracle Docs say about ORA-08006: ORA-08006: specified row no longer exists Cause: the row has been deleted by another user since the operation began Action: re-try the operation; But I was &#8220;successfull&#8221; in finding a way to produce the error being alone on the system. This happens when the following parts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=todorbotev.wordpress.com&amp;blog=9021453&amp;post=40&amp;subd=todorbotev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://todorbotev.wordpress.com/2009/11/24/producing-ora-08006-with-merge-and-row-movement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e201e176199142b4494a1365dc21c5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Todor</media:title>
		</media:content>
	</item>
		<item>
		<title>Resolving chains of events with CONNECT_BY</title>
		<link>http://todorbotev.wordpress.com/2009/08/23/resolving-chains-of-events-with-connect_by/</link>
		<comments>http://todorbotev.wordpress.com/2009/08/23/resolving-chains-of-events-with-connect_by/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 07:25:55 +0000</pubDate>
		<dc:creator>Todor Botev</dc:creator>
				<category><![CDATA[Connect_By]]></category>
		<category><![CDATA[Oracle 10g]]></category>

		<guid isPermaLink="false">http://todorbotev.wordpress.com/?p=24</guid>
		<description><![CDATA[Imagine you have the following data in a table: event_id event_date -------- ----------- A 01.01.2009 B 12.01.2009 C 15.02.2009 D 30.03.2009 You need to identify whether there is at least a single case in which the events with ids A,B,C have happened in this same order. The order is determined by the event_date. It doesn&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=todorbotev.wordpress.com&amp;blog=9021453&amp;post=24&amp;subd=todorbotev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://todorbotev.wordpress.com/2009/08/23/resolving-chains-of-events-with-connect_by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e201e176199142b4494a1365dc21c5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Todor</media:title>
		</media:content>
	</item>
		<item>
		<title>Native Full Outer Join in Oracle 10g</title>
		<link>http://todorbotev.wordpress.com/2009/08/15/native-full-outer-join-in-oracle-10g/</link>
		<comments>http://todorbotev.wordpress.com/2009/08/15/native-full-outer-join-in-oracle-10g/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 16:04:00 +0000</pubDate>
		<dc:creator>Todor Botev</dc:creator>
				<category><![CDATA[Oracle 10g]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Native Full Outer Join is known to be a feature of Oracle 11g. What is not well known though is that it can be used in 10.2.0.3 and 10.2.0.4 as well – by applying a hint with the self descriptive name NATIVE_FULL_OUTER_JOIN. So I decided it might be worth to open my blog with it. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=todorbotev.wordpress.com&amp;blog=9021453&amp;post=1&amp;subd=todorbotev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://todorbotev.wordpress.com/2009/08/15/native-full-outer-join-in-oracle-10g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5e201e176199142b4494a1365dc21c5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Todor</media:title>
		</media:content>
	</item>
	</channel>
</rss>
