<?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: Selecting (XML) data directly from disk</title>
	<atom:link href="http://technology.amis.nl/2008/02/04/selecting-xml-data-directly-from-disk/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2008/02/04/selecting-xml-data-directly-from-disk/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=selecting-xml-data-directly-from-disk</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: Karin Kriebisch</title>
		<link>http://technology.amis.nl/2008/02/04/selecting-xml-data-directly-from-disk/#comment-5160</link>
		<dc:creator>Karin Kriebisch</dc:creator>
		<pubDate>Wed, 13 Feb 2008 20:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2843#comment-5160</guid>
		<description><![CDATA[Hello Marco,
I have some questions about your article:
Can give any indication about the performance of this read action? Where is the greatest restriction in the performance?
Are there any restrictions on the file sizes other than the OS?
And in which circumstances would you preferably use this technique?

Cheers,
Karin]]></description>
		<content:encoded><![CDATA[<p>Hello Marco,<br />
I have some questions about your article:<br />
Can give any indication about the performance of this read action? Where is the greatest restriction in the performance?<br />
Are there any restrictions on the file sizes other than the OS?<br />
And in which circumstances would you preferably use this technique?</p>
<p>Cheers,<br />
Karin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2008/02/04/selecting-xml-data-directly-from-disk/#comment-5159</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Tue, 05 Feb 2008 13:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2843#comment-5159</guid>
		<description><![CDATA[The encoding bit is due to your client NLS setting, see: http://forums.oracle.com/forums/thread.jspa?messageID=1255505]]></description>
		<content:encoded><![CDATA[<p>The encoding bit is due to your client NLS setting, see: <a href="http://forums.oracle.com/forums/thread.jspa?messageID=1255505" rel="nofollow">http://forums.oracle.com/forums/thread.jspa?messageID=1255505</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anton</title>
		<link>http://technology.amis.nl/2008/02/04/selecting-xml-data-directly-from-disk/#comment-5158</link>
		<dc:creator>anton</dc:creator>
		<pubDate>Tue, 05 Feb 2008 13:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2843#comment-5158</guid>
		<description><![CDATA[On 10.2.0.2.0 it works without the extract. Note by the way how the encoding is changed to &quot;ISO-8859-1&quot;

[pre]

PGI@pgio&gt; select XMLTYPE(bfilename(&#039;XMLSTORE&#039;,&#039;data.xml&#039;),NLS_CHARSET_ID(&#039;AL32UTF8&#039;)) as &quot;XDATA&quot;
  2  from dual
  3  /

XDATA
--------------------------------------------------------------------------------


  0

    0
    Text



[/pre]]]></description>
		<content:encoded><![CDATA[<p>On 10.2.0.2.0 it works without the extract. Note by the way how the encoding is changed to &#8220;ISO-8859-1&#8243;</p>
<p>[pre]</p>
<p>PGI@pgio&gt; select XMLTYPE(bfilename(&#8216;XMLSTORE&#8217;,'data.xml&#8217;),NLS_CHARSET_ID(&#8216;AL32UTF8&#8242;)) as &#8220;XDATA&#8221;<br />
  2  from dual<br />
  3  /</p>
<p>XDATA<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>  0</p>
<p>    0<br />
    Text</p>
<p>[/pre]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2008/02/04/selecting-xml-data-directly-from-disk/#comment-5157</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Mon, 04 Feb 2008 16:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2843#comment-5157</guid>
		<description><![CDATA[A drive local to your database server. No, it also works for other operating systems  (adjust your directory alias accordingly).]]></description>
		<content:encoded><![CDATA[<p>A drive local to your database server. No, it also works for other operating systems  (adjust your directory alias accordingly).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anton</title>
		<link>http://technology.amis.nl/2008/02/04/selecting-xml-data-directly-from-disk/#comment-5156</link>
		<dc:creator>anton</dc:creator>
		<pubDate>Mon, 04 Feb 2008 16:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=2843#comment-5156</guid>
		<description><![CDATA[Nice, but it raise some questions:

What is a &quot;Windows local drive&quot;? A drive local to your database server? A drive local to your database client?
Is the above code only working for Windows?]]></description>
		<content:encoded><![CDATA[<p>Nice, but it raise some questions:</p>
<p>What is a &#8220;Windows local drive&#8221;? A drive local to your database server? A drive local to your database client?<br />
Is the above code only working for Windows?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
