<?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>Beautiful Data</title>
	<atom:link href="http://perumal.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://perumal.org</link>
	<description>Data is a precious thing that lives forever.</description>
	<lastBuildDate>Fri, 16 Jul 2010 17:00:48 +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>Row Source Operation: CREATE TABLE STATEMENT</title>
		<link>http://perumal.org/row-source-operation-create-table-statement/</link>
		<comments>http://perumal.org/row-source-operation-create-table-statement/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 20:41:26 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Execution Plan]]></category>
		<category><![CDATA[Rowsource]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=1060</guid>
		<description><![CDATA[Description Operation denotes the creation of a table. Version This sample script developed and executed on SQL&#62; SELECT banner FROM v$version WHERE rownum = 1; BANNER ---------------------------------------------------------------- Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi Script SQL&#62; CREATE TABLE old 2  ( 3  id NUMBER 4  ); Table created. SQL&#62; EXPLAIN PLAN FOR CREATE [...]]]></description>
		<wfw:commentRss>http://perumal.org/row-source-operation-create-table-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Row Source Operation: INDEX BUILD NON UNIQUE</title>
		<link>http://perumal.org/row-source-operation-index-build-non-unique/</link>
		<comments>http://perumal.org/row-source-operation-index-build-non-unique/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 20:36:44 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Execution Plan]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[Rowsource]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=1057</guid>
		<description><![CDATA[Description Operation builds a non-unique index.  Version This sample script developed and executed on SQL&#62; SELECT banner FROM v$version WHERE rownum = 1; BANNER                                                                          ----------------------------------------------------------------                Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi                Script SQL&#62; CREATE TABLE t (id NUMBER); Table created. SQL&#62; EXPLAIN PLAN FOR CREATE INDEX t_id ON t(id); Explained. Execution Plan [...]]]></description>
		<wfw:commentRss>http://perumal.org/row-source-operation-index-build-non-unique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Row Source Operation: CREATE INDEX STATEMENT</title>
		<link>http://perumal.org/row-source-operation-create-index-statement/</link>
		<comments>http://perumal.org/row-source-operation-create-index-statement/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 20:34:41 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Execution Plan]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[Rowsource]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=1053</guid>
		<description><![CDATA[Description Operation denotes the execution of create index statement.  Version This sample script developed and executed on SQL&#62; SELECT banner FROM v$version WHERE rownum = 1; BANNER                                                                          ----------------------------------------------------------------                Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi                Script SQL&#62; CREATE TABLE t (id NUMBER); Table created. SQL&#62; EXPLAIN PLAN FOR CREATE INDEX t_id ON t(id); [...]]]></description>
		<wfw:commentRss>http://perumal.org/row-source-operation-create-index-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Row Source Operation: SORT CREATE INDEX</title>
		<link>http://perumal.org/row-source-operation-sort-create-index/</link>
		<comments>http://perumal.org/row-source-operation-sort-create-index/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 20:29:39 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Execution Plan]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[Rowsource]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=1049</guid>
		<description><![CDATA[Description Sort operation is performed during the creation of an index.  Version This sample script developed and executed on SQL&#62; SELECT banner FROM v$version WHERE rownum = 1; BANNER                                                                          ----------------------------------------------------------------                Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi                Script SQL&#62; CREATE TABLE t (n NUMBER, CONSTRAINT t_pk PRIMARY KEY (n)); Table created. SQL&#62; EXPLAIN [...]]]></description>
		<wfw:commentRss>http://perumal.org/row-source-operation-sort-create-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Row Source Operation: INDEX BUILD UNIQUE</title>
		<link>http://perumal.org/row-source-operation-index-build-unique/</link>
		<comments>http://perumal.org/row-source-operation-index-build-unique/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 20:27:12 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Execution Plan]]></category>
		<category><![CDATA[Rowsource]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=1044</guid>
		<description><![CDATA[Description Operation builds an unique index.  Version This sample script developed and executed on SQL&#62; SELECT banner FROM v$version WHERE rownum = 1; BANNER                                                                          ----------------------------------------------------------------                Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi                Script SQL&#62; CREATE TABLE t (n NUMBER, CONSTRAINT t_pk PRIMARY KEY (n)); Table created. SQL&#62; EXPLAIN PLAN FOR ALTER INDEX t_pk [...]]]></description>
		<wfw:commentRss>http://perumal.org/row-source-operation-index-build-unique/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Row Source Operation: REMOTE</title>
		<link>http://perumal.org/row-source-operation-remote/</link>
		<comments>http://perumal.org/row-source-operation-remote/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 20:07:43 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Execution Plan]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[Rowsource]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=1037</guid>
		<description><![CDATA[Description Part of the statement is performed in a REMOTE database. Version This sample script developed and executed on SQL&#62; SELECT banner FROM v$version WHERE rownum = 1; BANNER                                                                          ----------------------------------------------------------------                Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi                 Script SQL&#62; CREATE TABLE t (id NUMBER, status VARCHAR2(1)); Table created. SQL&#62; CREATE DATABASE LINK rperumal_dblink   [...]]]></description>
		<wfw:commentRss>http://perumal.org/row-source-operation-remote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Row Source Operation: MERGE STATEMENT REMOTE</title>
		<link>http://perumal.org/row-source-operation-merge-statement-remote/</link>
		<comments>http://perumal.org/row-source-operation-merge-statement-remote/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:36:44 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Execution Plan]]></category>
		<category><![CDATA[Rowsource]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=1021</guid>
		<description><![CDATA[Description UPSERTs row(s) into a table in a remote database. Version This sample script developed and executed on SQL&#62; SELECT banner FROM v$version WHERE rownum = 1; BANNER                                                                          ----------------------------------------------------------------                Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi                 Script SQL&#62; CREATE TABLE t (id NUMBER, status VARCHAR2(1)); Table created. SQL&#62; CREATE TABLE q (id NUMBER, [...]]]></description>
		<wfw:commentRss>http://perumal.org/row-source-operation-merge-statement-remote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Row Source Operation: MERGE STATEMENT</title>
		<link>http://perumal.org/row-source-operation-merge-statement/</link>
		<comments>http://perumal.org/row-source-operation-merge-statement/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:35:25 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Execution Plan]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[Rowsource]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=1014</guid>
		<description><![CDATA[Description UPSERTs row(s) into the table. Version This sample script developed and executed on SQL&#62; SELECT banner FROM v$version WHERE rownum = 1; BANNER                                                                          ----------------------------------------------------------------                Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi                 Script SQL&#62; CREATE TABLE t (id NUMBER, status VARCHAR2(1)); Table created. SQL&#62; CREATE TABLE q (id NUMBER, status VARCHAR2(1)); Table created. [...]]]></description>
		<wfw:commentRss>http://perumal.org/row-source-operation-merge-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Row Source Operation: SELECT STATEMENT REMOTE</title>
		<link>http://perumal.org/row-source-operation-select-statement-remote/</link>
		<comments>http://perumal.org/row-source-operation-select-statement-remote/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:34:06 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Execution Plan]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[Rowsource]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=1011</guid>
		<description><![CDATA[Description SELECTs row(s) from the table on a remote database. Version This sample script developed and executed on SQL&#62; SELECT banner FROM v$version WHERE rownum = 1; BANNER                                                                          ----------------------------------------------------------------                Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi                 Script SQL&#62; CREATE DATABASE LINK rperumal_dblink   2       CONNECT TO rperumal IDENTIFIED BY rperumal   3       [...]]]></description>
		<wfw:commentRss>http://perumal.org/row-source-operation-select-statement-remote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Row Source Operation: SELECT STATEMENT</title>
		<link>http://perumal.org/row-source-operation-select-statement/</link>
		<comments>http://perumal.org/row-source-operation-select-statement/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:33:21 +0000</pubDate>
		<dc:creator>Ramasundaram Perumal</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Execution Plan]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[Rowsource]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://perumal.org/?p=1007</guid>
		<description><![CDATA[Description SELECTs row(s) from the table. Version This sample script developed and executed on SQL&#62; SELECT banner FROM v$version WHERE rownum = 1; BANNER                                                                          ----------------------------------------------------------------                Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi                 Script SQL&#62; CREATE TABLE t   2  (   3  id NUMBER   4  ); Table created. SQL&#62; EXPLAIN PLAN FOR [...]]]></description>
		<wfw:commentRss>http://perumal.org/row-source-operation-select-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
