<?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: Publishing Data Manipulation as an RSS Feed &#8211; using Oracle MOD_PLSQL and Flashback</title>
	<atom:link href="http://technology.amis.nl/2006/05/21/publishing-data-manipulation-as-an-rss-feed-using-oracle-mod_plsql-and-flashback/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2006/05/21/publishing-data-manipulation-as-an-rss-feed-using-oracle-mod_plsql-and-flashback/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=publishing-data-manipulation-as-an-rss-feed-using-oracle-mod_plsql-and-flashback</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: Karl</title>
		<link>http://technology.amis.nl/2006/05/21/publishing-data-manipulation-as-an-rss-feed-using-oracle-mod_plsql-and-flashback/#comment-3276</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Wed, 21 Jun 2006 17:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1201#comment-3276</guid>
		<description><![CDATA[Hi,
i used now the RSS Feed for getting informed when a specific backend job finishes with - all metainformation like starting time , duration Number Errors,  ... . No more fetching data from database :-)
Greetings
Karl]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
i used now the RSS Feed for getting informed when a specific backend job finishes with &#8211; all metainformation like starting time , duration Number Errors,  &#8230; . No more fetching data from database <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Greetings<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2006/05/21/publishing-data-manipulation-as-an-rss-feed-using-oracle-mod_plsql-and-flashback/#comment-3275</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Fri, 26 May 2006 21:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1201#comment-3275</guid>
		<description><![CDATA[A different approach based on XMLDB features and the protocol server (formaly known as the listener ;-) is show in the artikel of Sean Dillon: http://www.oracle.com/technology/oramag/oracle/05-jan/o15xml.html]]></description>
		<content:encoded><![CDATA[<p>A different approach based on XMLDB features and the protocol server (formaly known as the listener <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  is show in the artikel of Sean Dillon: <a href="http://www.oracle.com/technology/oramag/oracle/05-jan/o15xml.html" rel="nofollow">http://www.oracle.com/technology/oramag/oracle/05-jan/o15xml.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2006/05/21/publishing-data-manipulation-as-an-rss-feed-using-oracle-mod_plsql-and-flashback/#comment-3274</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Wed, 24 May 2006 21:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1201#comment-3274</guid>
		<description><![CDATA[Thanks lucas,  i had lost the url. I know i had read it somewhere but couldn&#039;t find it anymore. As said. Thanx.]]></description>
		<content:encoded><![CDATA[<p>Thanks lucas,  i had lost the url. I know i had read it somewhere but couldn&#8217;t find it anymore. As said. Thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://technology.amis.nl/2006/05/21/publishing-data-manipulation-as-an-rss-feed-using-oracle-mod_plsql-and-flashback/#comment-3273</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Tue, 23 May 2006 17:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1201#comment-3273</guid>
		<description><![CDATA[Hi,
this example shows how really impressing the combination of web and database technology is.
Greetings
Karl]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
this example shows how really impressing the combination of web and database technology is.<br />
Greetings<br />
Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2006/05/21/publishing-data-manipulation-as-an-rss-feed-using-oracle-mod_plsql-and-flashback/#comment-3272</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Mon, 22 May 2006 09:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1201#comment-3272</guid>
		<description><![CDATA[See &lt;a href=&quot;http://www.oracle-base.com/articles/10g/dbms_epg_10gR2.php&quot; rel=&quot;nofollow&quot;&gt;http://www.oracle-base.com/articles/10g/dbms_epg_10gR2.php&lt;/a&gt; for a fine introduction to the 10gR2 embedded HttpServer (as part of XML DB, in addition to the HttpServer described in my article).

&quot;Since the introduction of XML DB in Oracle 9i Release 2, the Oracle server has contained an embedded HTTP server in addition to the Apache HTTP server. In Oracle 10g Release 2 this HTTP server can be used as an embedded PL/SQL gateway to run PL/SQL applications via mod_plsql. The administration of Database Access Descriptors (DADs) for the XML DB HTTP server is performed using the &lt;a href=&quot;http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_epg.htm&quot; rel=&quot;nofollow&quot;&gt;DBMS_EPG package&lt;/a&gt;. &quot;]]></description>
		<content:encoded><![CDATA[<p>See <a href="http://www.oracle-base.com/articles/10g/dbms_epg_10gR2.php" rel="nofollow">http://www.oracle-base.com/articles/10g/dbms_epg_10gR2.php</a> for a fine introduction to the 10gR2 embedded HttpServer (as part of XML DB, in addition to the HttpServer described in my article).</p>
<p>&#8220;Since the introduction of XML DB in Oracle 9i Release 2, the Oracle server has contained an embedded HTTP server in addition to the Apache HTTP server. In Oracle 10g Release 2 this HTTP server can be used as an embedded PL/SQL gateway to run PL/SQL applications via mod_plsql. The administration of Database Access Descriptors (DADs) for the XML DB HTTP server is performed using the <a href="http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_epg.htm" rel="nofollow">DBMS_EPG package</a>. &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amihay gonen</title>
		<link>http://technology.amis.nl/2006/05/21/publishing-data-manipulation-as-an-rss-feed-using-oracle-mod_plsql-and-flashback/#comment-3271</link>
		<dc:creator>amihay gonen</dc:creator>
		<pubDate>Sun, 21 May 2006 22:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1201#comment-3271</guid>
		<description><![CDATA[I&#039;ve use rss with xmldb http servlet, and it work nice .]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve use rss with xmldb http servlet, and it work nice .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
