<?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: Saving (XML) data directly to disk</title>
	<atom:link href="http://technology.amis.nl/2008/02/14/saving-xml-data-directly-to-disk/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/02/14/saving-xml-data-directly-to-disk/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=saving-xml-data-directly-to-disk</link>
	<description></description>
	<lastBuildDate>Tue, 11 Jun 2013 22:09:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2008/02/14/saving-xml-data-directly-to-disk/#comment-5188</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Fri, 15 Feb 2008 12:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2853#comment-5188</guid>
		<description><![CDATA[According to the manuals you are correct. According to the real world (and I double checked on a internal 9.2.0.7 EE database) there is a dbms_xslprocessor.clob2file procedure. AFAIK it is normally not part of a standard install. Depending on database versions, it is part of or the XDK or XMLDB (at current state this is part of standard XMLDB functionality).]]></description>
		<content:encoded><![CDATA[<p>According to the manuals you are correct. According to the real world (and I double checked on a internal 9.2.0.7 EE database) there is a dbms_xslprocessor.clob2file procedure. AFAIK it is normally not part of a standard install. Depending on database versions, it is part of or the XDK or XMLDB (at current state this is part of standard XMLDB functionality).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jurgen Kemmelings</title>
		<link>http://technology.amis.nl/2008/02/14/saving-xml-data-directly-to-disk/#comment-5187</link>
		<dc:creator>Jurgen Kemmelings</dc:creator>
		<pubDate>Fri, 15 Feb 2008 11:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2853#comment-5187</guid>
		<description><![CDATA[I don&#039;t think DBMS_XSLPROCESSOR.CLOB2FILE is (standard) available in Oracle 9.2? At least not in &#039;my&#039; database: Oracle9i Enterprise Edition Release 9.2.0.7.0

We convert the clob to a blob and then use utl_file to write to file.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t think DBMS_XSLPROCESSOR.CLOB2FILE is (standard) available in Oracle 9.2? At least not in &#8216;my&#8217; database: Oracle9i Enterprise Edition Release 9.2.0.7.0</p>
<p>We convert the clob to a blob and then use utl_file to write to file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
