<?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: Using the Oracle XMLDB Repository to Automatically Shred Windows Office Documents (Part 1)</title>
	<atom:link href="http://technology.amis.nl/2011/12/20/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2011/12/20/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1</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: Marco Gralike</title>
		<link>http://technology.amis.nl/2011/12/20/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/#comment-6962</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Mon, 30 Jan 2012 18:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14513#comment-6962</guid>
		<description><![CDATA[Great follow up for XLSX data via Marc Bleron&#039;s blog post here:

http://odieweblog.wordpress.com/2012/01/28/xml-db-events-reading-an-open-office-xml-document-xlsx/]]></description>
		<content:encoded><![CDATA[<p>Great follow up for XLSX data via Marc Bleron&#8217;s blog post here:</p>
<p><a href="http://odieweblog.wordpress.com/2012/01/28/xml-db-events-reading-an-open-office-xml-document-xlsx/" rel="nofollow">http://odieweblog.wordpress.com/2012/01/28/xml-db-events-reading-an-open-office-xml-document-xlsx/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Scheffer</title>
		<link>http://technology.amis.nl/2011/12/20/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/#comment-6961</link>
		<dc:creator>Anton Scheffer</dc:creator>
		<pubDate>Mon, 09 Jan 2012 09:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14513#comment-6961</guid>
		<description><![CDATA[Changing this registry setting worked for me
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WebClient\Parameters]
&quot;BasicAuthLevel&quot;=dword:00000002]]></description>
		<content:encoded><![CDATA[<p>Changing this registry setting worked for me<br />
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WebClient\Parameters]<br />
&#8220;BasicAuthLevel&#8221;=dword:00000002</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2011/12/20/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/#comment-6960</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Sat, 07 Jan 2012 12:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14513#comment-6960</guid>
		<description><![CDATA[&lt;p&gt;There is a &quot;bug&quot; under the latest versions of Windows (or via new SP versions) you should be aware of when using Windows Explorer for WebDAV. Oracle XMLDB does not support yet Digest (now windows default?) authentication but for now only Basic authentication... The Windows default can be altered via altering a Windows Registry Key value:&lt;/p&gt;
&lt;p&gt;https://forums.oracle.com/forums/thread.jspa?messageID=9154134&lt;/p&gt;
&lt;p&gt;http://support.microsoft.com/kb/841215&lt;/p&gt;]]></description>
		<content:encoded><![CDATA[<p>There is a &#8220;bug&#8221; under the latest versions of Windows (or via new SP versions) you should be aware of when using Windows Explorer for WebDAV. Oracle XMLDB does not support yet Digest (now windows default?) authentication but for now only Basic authentication&#8230; The Windows default can be altered via altering a Windows Registry Key value:</p>
<p><a href="https://forums.oracle.com/forums/thread.jspa?messageID=9154134" rel="nofollow">https://forums.oracle.com/forums/thread.jspa?messageID=9154134</a></p>
<p><a href="http://support.microsoft.com/kb/841215" rel="nofollow">http://support.microsoft.com/kb/841215</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2011/12/20/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/#comment-6959</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Sat, 07 Jan 2012 12:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14513#comment-6959</guid>
		<description><![CDATA[&lt;p&gt;See &quot;Reference Code&quot; link Anton,&lt;/p&gt;
&lt;pre&gt;connect events/events

DECLARE
   --
   TYPE v_ntt IS TABLE OF VARCHAR2(1024);
   v_res v_ntt := v_ntt( &#039;/xdb/&#039;
                       , &#039;/xdb/upload/&#039;
                       , &#039;/xdb/res/&#039;
                       , &#039;/xdb/download/&#039;
                       );
   --
   v_boolean BOOLEAN;
   v_exist   EXCEPTION;
   --
   PRAGMA EXCEPTION_INIT(v_exist, -31003);
   --
BEGIN
   --
   FOR i IN v_res.FIRST .. v_res.LAST
   LOOP
   --
      BEGIN
         v_boolean := DBMS_XDB.CREATEFOLDER(v_res(i));
      EXCEPTION
         WHEN v_exist THEN NULL;
      END;
   --
   END LOOP;
   --
   COMMIT;
   --
END;
/
&lt;/pre&gt;
&lt;p&gt;So...WebDAV, FTP connections should/can be made via the &quot;events&quot; user or any account that is allowed access to those folders.&lt;/p&gt;
&lt;p&gt;For &quot;how to connect&quot; info via WebDAV or FTP, see the Oracle XMLDB Developers Guide: http://docs.oracle.com/cd/E14072_01/appdev.112/e10492/xdb22pro.htm]]></description>
		<content:encoded><![CDATA[<p>See &#8220;Reference Code&#8221; link Anton,</p>
<pre class="wp-code-highlight prettyprint">connect events/events

DECLARE
   --
   TYPE v_ntt IS TABLE OF VARCHAR2(1024);
   v_res v_ntt := v_ntt( &#039;/xdb/&#039;
                       , &#039;/xdb/upload/&#039;
                       , &#039;/xdb/res/&#039;
                       , &#039;/xdb/download/&#039;
                       );
   --
   v_boolean BOOLEAN;
   v_exist   EXCEPTION;
   --
   PRAGMA EXCEPTION_INIT(v_exist, -31003);
   --
BEGIN
   --
   FOR i IN v_res.FIRST .. v_res.LAST
   LOOP
   --
      BEGIN
         v_boolean := DBMS_XDB.CREATEFOLDER(v_res(i));
      EXCEPTION
         WHEN v_exist THEN NULL;
      END;
   --
   END LOOP;
   --
   COMMIT;
   --
END;
/
</pre>
<p>So&#8230;WebDAV, FTP connections should/can be made via the &#8220;events&#8221; user or any account that is allowed access to those folders.</p>
<p>For &#8220;how to connect&#8221; info via WebDAV or FTP, see the Oracle XMLDB Developers Guide: <a href="http://docs.oracle.com/cd/E14072_01/appdev.112/e10492/xdb22pro.htm" rel="nofollow">http://docs.oracle.com/cd/E14072_01/appdev.112/e10492/xdb22pro.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anton Scheffer</title>
		<link>http://technology.amis.nl/2011/12/20/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/#comment-6958</link>
		<dc:creator>Anton Scheffer</dc:creator>
		<pubDate>Sat, 07 Jan 2012 12:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14513#comment-6958</guid>
		<description><![CDATA[How do you access these xdb folders with a windows webdav client? Which url and which user?]]></description>
		<content:encoded><![CDATA[<p>How do you access these xdb folders with a windows webdav client? Which url and which user?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://technology.amis.nl/2011/12/20/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/#comment-6957</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Thu, 29 Dec 2011 14:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14513#comment-6957</guid>
		<description><![CDATA[Would have expected you would have liked it (me reading your cool posts as well)
;-)]]></description>
		<content:encoded><![CDATA[<p>Would have expected you would have liked it (me reading your cool posts as well) <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten Braten</title>
		<link>http://technology.amis.nl/2011/12/20/using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/#comment-6956</link>
		<dc:creator>Morten Braten</dc:creator>
		<pubDate>Tue, 20 Dec 2011 22:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=14513#comment-6956</guid>
		<description><![CDATA[Very interesting post. Looking forward to part 2! :-)]]></description>
		<content:encoded><![CDATA[<p>Very interesting post. Looking forward to part 2! <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
