<?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: Oracle RDBMS 11gR2 &#8211; Solving a Sudoku using Recursive Subquery Factoring</title>
	<atom:link href="http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:47:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mirek Burnejko</title>
		<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/comment-page-1#comment-481881</link>
		<dc:creator>Mirek Burnejko</dc:creator>
		<pubDate>Sat, 28 Jan 2012 07:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6404#comment-481881</guid>
		<description>Great post. Now you can start in an tournament. Anton and his machine.</description>
		<content:encoded><![CDATA[<p>Great post. Now you can start in an tournament. Anton and his machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dora</title>
		<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/comment-page-1#comment-481694</link>
		<dc:creator>Dora</dc:creator>
		<pubDate>Fri, 16 Dec 2011 22:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6404#comment-481694</guid>
		<description>Yesssss!! Now my weekly office sudoku challenges will finally start going my way!!!! :]</description>
		<content:encoded><![CDATA[<p>Yesssss!! Now my weekly office sudoku challenges will finally start going my way!!!! :]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jareeq</title>
		<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/comment-page-1#comment-481275</link>
		<dc:creator>jareeq</dc:creator>
		<pubDate>Fri, 07 Oct 2011 08:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6404#comment-481275</guid>
		<description>Anton this is impressive now you are my third after god and mother :)</description>
		<content:encoded><![CDATA[<p>Anton this is impressive now you are my third after god and mother <img src='http://technology.amis.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tonny</title>
		<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/comment-page-1#comment-480856</link>
		<dc:creator>Tonny</dc:creator>
		<pubDate>Thu, 11 Aug 2011 12:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6404#comment-480856</guid>
		<description>set lines 9
before your query you get a nice column like your puzzle.
delete comment #42 :P</description>
		<content:encoded><![CDATA[<p>set lines 9<br />
before your query you get a nice column like your puzzle.<br />
delete comment #42 <img src='http://technology.amis.nl/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh G</title>
		<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/comment-page-1#comment-387517</link>
		<dc:creator>Ramesh G</dc:creator>
		<pubDate>Tue, 06 Jul 2010 09:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6404#comment-387517</guid>
		<description>Wow.. Wonderfull.. Excellent post...</description>
		<content:encoded><![CDATA[<p>Wow.. Wonderfull.. Excellent post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emil</title>
		<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/comment-page-1#comment-358709</link>
		<dc:creator>emil</dc:creator>
		<pubDate>Tue, 02 Mar 2010 03:39:38 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6404#comment-358709</guid>
		<description>great post.</description>
		<content:encoded><![CDATA[<p>great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Scheffer</title>
		<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/comment-page-1#comment-351149</link>
		<dc:creator>Anton Scheffer</dc:creator>
		<pubDate>Mon, 04 Jan 2010 14:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6404#comment-351149</guid>
		<description>@c: Maybe it suffices to find one solutions, this query finds all solutions.  And that has nothing to do with breadth- or depth-first searching,  that&#039;s because there&#039;s no way to stop the recursion after finding a solution.</description>
		<content:encoded><![CDATA[<p>@c: Maybe it suffices to find one solutions, this query finds all solutions.  And that has nothing to do with breadth- or depth-first searching,  that&#8217;s because there&#8217;s no way to stop the recursion after finding a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C</title>
		<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/comment-page-1#comment-350441</link>
		<dc:creator>C</dc:creator>
		<pubDate>Thu, 31 Dec 2009 20:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6404#comment-350441</guid>
		<description>It looks to me that what the recursive subquery does is &quot;breadth-first search&quot;, i.e., for each blank square in the sudoku, it considers all possibilities before moving on to the next blank square. That computes all solutions to the sudoku, but I&#039;m wondering if that is a good way of solving a sudoku in practice because it generally suffices to find one solution.</description>
		<content:encoded><![CDATA[<p>It looks to me that what the recursive subquery does is &#8220;breadth-first search&#8221;, i.e., for each blank square in the sudoku, it considers all possibilities before moving on to the next blank square. That computes all solutions to the sudoku, but I&#8217;m wondering if that is a good way of solving a sudoku in practice because it generally suffices to find one solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Scheffer</title>
		<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/comment-page-1#comment-350115</link>
		<dc:creator>Anton Scheffer</dc:creator>
		<pubDate>Tue, 22 Dec 2009 13:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6404#comment-350115</guid>
		<description>@W.G. Nice :)
@Bijesh K Recursive subfactoring is something Oracle introduced in 11GR2, so you can&#039;t convert this kind of solutions to 10g.</description>
		<content:encoded><![CDATA[<p>@W.G. Nice <img src='http://technology.amis.nl/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
@Bijesh K Recursive subfactoring is something Oracle introduced in 11GR2, so you can&#8217;t convert this kind of solutions to 10g.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bijesh K</title>
		<link>http://technology.amis.nl/blog/6404/oracle-rdbms-11gr2-solving-a-sudoku-using-recursive-subquery-factoring/comment-page-1#comment-350112</link>
		<dc:creator>Bijesh K</dc:creator>
		<pubDate>Tue, 22 Dec 2009 10:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6404#comment-350112</guid>
		<description>Its brilliant effort, I tried to convert sudoco query in 10g but I am not getting the correct result..Anybody can help me?????</description>
		<content:encoded><![CDATA[<p>Its brilliant effort, I tried to convert sudoco query in 10g but I am not getting the correct result..Anybody can help me?????</p>
]]></content:encoded>
	</item>
</channel>
</rss>

