<?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 for blog.gralike.com</title>
	<atom:link href="http://www.liberidu.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.liberidu.com/blog</link>
	<description>About Oracle, XMLDB and other interests</description>
	<lastBuildDate>Sat, 12 May 2012 14:22:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Oracle 11g &#8211; How to enable native WSDL services by Marco Gralike</title>
		<link>http://www.liberidu.com/blog/2007/08/10/oracle-11g-how-to-enable-native-wsdl-services/comment-page-1/#comment-19862</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Sat, 12 May 2012 14:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=244#comment-19862</guid>
		<description>I don&#039;t follow the OWSM product closely, so I would have no idea. On the otherhand there is nowadays also a standalone alternative called the Oracle Enterprise Gateway that they bought during acquisition. I fiddled around with it a bit and from what I have seen its a nice lightweight standalone product

http://www.oracle.com/us/technologies/soa/soa-governance/enterprise-gateway-345737.html</description>
		<content:encoded><![CDATA[<p>I don&#8217;t follow the OWSM product closely, so I would have no idea. On the otherhand there is nowadays also a standalone alternative called the Oracle Enterprise Gateway that they bought during acquisition. I fiddled around with it a bit and from what I have seen its a nice lightweight standalone product</p>
<p><a href="http://www.oracle.com/us/technologies/soa/soa-governance/enterprise-gateway-345737.html" rel="nofollow">http://www.oracle.com/us/technologies/soa/soa-governance/enterprise-gateway-345737.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11g &#8211; How to enable native WSDL services by Dale</title>
		<link>http://www.liberidu.com/blog/2007/08/10/oracle-11g-how-to-enable-native-wsdl-services/comment-page-1/#comment-19857</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Tue, 08 May 2012 15:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=244#comment-19857</guid>
		<description>Marco,

I&#039;m implementing an architecture which uses Database Native Web Services, and based on the info you&#039;ve shared here, planned to use OWSM to secure those services.  In purchasing the latest fusion middleware, it appears the Gateway capabilities that otherwise enabled the ability to protect database native web services is gone in the 11g version of OWSM!!  I&#039;m trying to secure and proxy both web service calls from the database as well as exposures.  How would you recommend securing these activities in light of the changes to OWSM?

Thanks,
Dale</description>
		<content:encoded><![CDATA[<p>Marco,</p>
<p>I&#8217;m implementing an architecture which uses Database Native Web Services, and based on the info you&#8217;ve shared here, planned to use OWSM to secure those services.  In purchasing the latest fusion middleware, it appears the Gateway capabilities that otherwise enabled the ability to protect database native web services is gone in the 11g version of OWSM!!  I&#8217;m trying to secure and proxy both web service calls from the database as well as exposures.  How would you recommend securing these activities in light of the changes to OWSM?</p>
<p>Thanks,<br />
Dale</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11.2.0.2 &#8211; Small but important changes by Marco Gralike</title>
		<link>http://www.liberidu.com/blog/2010/09/10/oracle-11-2-0-2-small-but-important-changes/comment-page-1/#comment-19823</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Fri, 13 Apr 2012 14:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=2350#comment-19823</guid>
		<description>- Binary XML CLOB will be depricated
- Binary XML CLOB is slower then Securefile on all fronts
- Binary XML CLOB is less efficient in storage
- Binary XML Securefile is Oracle&#039;s default from 11.2.0.2 and onwards
- Binary XML Securefile is way faster regarding content driven XML selects / xpath / xquery than Binary XML CLOB/Basicfile storage by default.</description>
		<content:encoded><![CDATA[<p>- Binary XML CLOB will be depricated<br />
- Binary XML CLOB is slower then Securefile on all fronts<br />
- Binary XML CLOB is less efficient in storage<br />
- Binary XML Securefile is Oracle&#8217;s default from 11.2.0.2 and onwards<br />
- Binary XML Securefile is way faster regarding content driven XML selects / xpath / xquery than Binary XML CLOB/Basicfile storage by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11.2.0.2 &#8211; Small but important changes by mark russel</title>
		<link>http://www.liberidu.com/blog/2010/09/10/oracle-11-2-0-2-small-but-important-changes/comment-page-1/#comment-19821</link>
		<dc:creator>mark russel</dc:creator>
		<pubDate>Fri, 13 Apr 2012 11:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=2350#comment-19821</guid>
		<description>We&#039;re on 11.2.0.3. 
The database was upgraded from 10.2.0.4.
The application comprises over 8000 tables each with XMLTYPE column - total size 1TB. No XML schema unfortunatley - it&#039;s vendor application.

We would like to migrate XMLTYPE storage from CLOB to XML BINARY but we have issue in that many of these tables are replicated to datawarehouse type of database. 

Actually, we&#039;re trying to convince vendor that they MUST migrate CLOB to BINARY XML for other reasons. E.g. less disk resources needed, can take advantage of more efficient LOB architecture - securefiles.</description>
		<content:encoded><![CDATA[<p>We&#8217;re on 11.2.0.3.<br />
The database was upgraded from 10.2.0.4.<br />
The application comprises over 8000 tables each with XMLTYPE column &#8211; total size 1TB. No XML schema unfortunatley &#8211; it&#8217;s vendor application.</p>
<p>We would like to migrate XMLTYPE storage from CLOB to XML BINARY but we have issue in that many of these tables are replicated to datawarehouse type of database. </p>
<p>Actually, we&#8217;re trying to convince vendor that they MUST migrate CLOB to BINARY XML for other reasons. E.g. less disk resources needed, can take advantage of more efficient LOB architecture &#8211; securefiles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11.2.0.2 &#8211; Small but important changes by Marco Gralike</title>
		<link>http://www.liberidu.com/blog/2010/09/10/oracle-11-2-0-2-small-but-important-changes/comment-page-1/#comment-19820</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Fri, 13 Apr 2012 10:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=2350#comment-19820</guid>
		<description>Depends a bit if you are using Binary XML with or without and XML Schema and/or database version.</description>
		<content:encoded><![CDATA[<p>Depends a bit if you are using Binary XML with or without and XML Schema and/or database version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle 11.2.0.2 &#8211; Small but important changes by mark russel</title>
		<link>http://www.liberidu.com/blog/2010/09/10/oracle-11-2-0-2-small-but-important-changes/comment-page-1/#comment-19819</link>
		<dc:creator>mark russel</dc:creator>
		<pubDate>Fri, 13 Apr 2012 10:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=2350#comment-19819</guid>
		<description>Unfortunately seems that new XML binary data cannot be replicated through Materialized views nor through Streams.</description>
		<content:encoded><![CDATA[<p>Unfortunately seems that new XML binary data cannot be replicated through Materialized views nor through Streams.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advert: Oracle XML Training With Marco Gralike by Peter</title>
		<link>http://www.liberidu.com/blog/2012/03/01/advert-oracle-xml-training-with-marco-gralike/comment-page-1/#comment-19774</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 28 Mar 2012 18:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=3446#comment-19774</guid>
		<description>Thank you for the &quot;training&quot; it was usefull and very well explained! go on ;)</description>
		<content:encoded><![CDATA[<p>Thank you for the &#8220;training&#8221; it was usefull and very well explained! go on <img src='http://www.liberidu.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Using the Oracle XMLDB Repository to Automatically Shred Windows Office Documents (Part 1) by Marco Gralike</title>
		<link>http://www.liberidu.com/blog/2011/12/20/howto-using-the-oracle-xmldb-repository-to-automatically-shred-windows-office-documents-part-1/comment-page-1/#comment-19771</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Wed, 28 Mar 2012 06:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=3364#comment-19771</guid>
		<description>There is a “bug” 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:

https://forums.oracle.com/forums/thread.jspa?messageID=9154134

http://support.microsoft.com/kb/841215</description>
		<content:encoded><![CDATA[<p>There is a “bug” 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:</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>Comment on &#8220;Death by Mii&#8230;&#8221; or &#8220;How to Recover from Mii Loss&#8230;&#8221; by Marco Gralike</title>
		<link>http://www.liberidu.com/blog/2008/07/10/death-by-mii-or-how-to-recover-from-mii-loss/comment-page-1/#comment-19762</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Sun, 25 Mar 2012 10:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=472#comment-19762</guid>
		<description>If it isn’t on your Wii-mote then it is lost…</description>
		<content:encoded><![CDATA[<p>If it isn’t on your Wii-mote then it is lost…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Death by Mii&#8230;&#8221; or &#8220;How to Recover from Mii Loss&#8230;&#8221; by bryce richards</title>
		<link>http://www.liberidu.com/blog/2008/07/10/death-by-mii-or-how-to-recover-from-mii-loss/comment-page-1/#comment-19761</link>
		<dc:creator>bryce richards</dc:creator>
		<pubDate>Sun, 25 Mar 2012 06:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=472#comment-19761</guid>
		<description>what if you doont have it saved any where????????????????????????????????</description>
		<content:encoded><![CDATA[<p>what if you doont have it saved any where????????????????????????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Death by Mii&#8230;&#8221; or &#8220;How to Recover from Mii Loss&#8230;&#8221; by bryce richards</title>
		<link>http://www.liberidu.com/blog/2008/07/10/death-by-mii-or-how-to-recover-from-mii-loss/comment-page-1/#comment-19760</link>
		<dc:creator>bryce richards</dc:creator>
		<pubDate>Sun, 25 Mar 2012 06:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=472#comment-19760</guid>
		<description>i erased my big brothers mii that was really hard to make and its not saved on a wii remote how do i get it back???</description>
		<content:encoded><![CDATA[<p>i erased my big brothers mii that was really hard to make and its not saved on a wii remote how do i get it back???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Mount your Database as File System via WebDAV under Linux by AMIS Technology blog &#187; UKOUG 2011: Using your Database as a Fileserver</title>
		<link>http://www.liberidu.com/blog/2010/09/13/howto-mount-your-database-as-file-system-via-webdav-under-linux/comment-page-1/#comment-19654</link>
		<dc:creator>AMIS Technology blog &#187; UKOUG 2011: Using your Database as a Fileserver</dc:creator>
		<pubDate>Thu, 01 Mar 2012 13:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=2355#comment-19654</guid>
		<description>[...] HOWTO: Mount your Database as File System via WebDAV under Linux [...]</description>
		<content:encoded><![CDATA[<p>[...] HOWTO: Mount your Database as File System via WebDAV under Linux [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: XDB Repository Events &#8211; An Introduction by AMIS Technology blog &#187; UKOUG 2011: Using your Database as a Fileserver</title>
		<link>http://www.liberidu.com/blog/2011/11/21/howto-xdb-repository-events-an-introduction/comment-page-1/#comment-19653</link>
		<dc:creator>AMIS Technology blog &#187; UKOUG 2011: Using your Database as a Fileserver</dc:creator>
		<pubDate>Thu, 01 Mar 2012 13:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=3291#comment-19653</guid>
		<description>[...] HOWTO: XDB Repository Events â€“ An Introduction [...]</description>
		<content:encoded><![CDATA[<p>[...] HOWTO: XDB Repository Events â€“ An Introduction [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.384 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-17 23:58:13 -->

