<?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: SQL Question: Find overlap in periods &#8211; using Analytical Functions (LAG and LEAD)</title>
	<atom:link href="http://technology.amis.nl/2005/09/06/sql-question-find-overlap-in-periods-using-analytical-functions-lag-and-lead/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/09/06/sql-question-find-overlap-in-periods-using-analytical-functions-lag-and-lead/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sql-question-find-overlap-in-periods-using-analytical-functions-lag-and-lead</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: max</title>
		<link>http://technology.amis.nl/2005/09/06/sql-question-find-overlap-in-periods-using-analytical-functions-lag-and-lead/#comment-2407</link>
		<dc:creator>max</dc:creator>
		<pubDate>Mon, 12 Sep 2005 13:38:39 +0000</pubDate>
		<guid isPermaLink="false">/?p=767#comment-2407</guid>
		<description><![CDATA[when i try your sample (on 9iR2) i get ORA-12054 :o(]]></description>
		<content:encoded><![CDATA[<p>when i try your sample (on 9iR2) i get ORA-12054 <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> (</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toon Koppelaars</title>
		<link>http://technology.amis.nl/2005/09/06/sql-question-find-overlap-in-periods-using-analytical-functions-lag-and-lead/#comment-2406</link>
		<dc:creator>Toon Koppelaars</dc:creator>
		<pubDate>Sat, 10 Sep 2005 11:58:41 +0000</pubDate>
		<guid isPermaLink="false">/?p=767#comment-2406</guid>
		<description><![CDATA[Lucas, any idea how Oracle serializes this? I&#039;m assuming MV-refresh adheres to standard read-commited
isolation level.
Suppose assignments is emtpy.
t=0 TX1: insert (1, sysdate, sysdate+2);
t=1 TX2: insert (1, sysdate+1, sysdate+3);
t=2 TX1&amp;TX2 both commit;

Is TX2 blocked at t=1?
Or, is commit-processing fully serialized (ie. one starts, fully completes, and only then does the
other one start (which would then fail the check-constraint).

Toon]]></description>
		<content:encoded><![CDATA[<p>Lucas, any idea how Oracle serializes this? I&#8217;m assuming MV-refresh adheres to standard read-commited<br />
isolation level.<br />
Suppose assignments is emtpy.<br />
t=0 TX1: insert (1, sysdate, sysdate+2);<br />
t=1 TX2: insert (1, sysdate+1, sysdate+3);<br />
t=2 TX1&#038;TX2 both commit;</p>
<p>Is TX2 blocked at t=1?<br />
Or, is commit-processing fully serialized (ie. one starts, fully completes, and only then does the<br />
other one start (which would then fail the check-constraint).</p>
<p>Toon</p>
]]></content:encoded>
	</item>
</channel>
</rss>
