<?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: Oracle 11g &#8211; XMLType Storage Options</title>
	<atom:link href="http://www.liberidu.com/blog/?feed=rss2&#038;p=203" rel="self" type="application/rss+xml" />
	<link>http://www.liberidu.com/blog/?p=203</link>
	<description>About Oracle, XMLDB and other interests</description>
	<lastBuildDate>Tue, 31 Aug 2010 09:57:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Amit</title>
		<link>http://www.liberidu.com/blog/?p=203&#038;cpage=1#comment-15543</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 01 Apr 2010 03:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=203#comment-15543</guid>
		<description>Hi,

Does dbms_xmlstore supports bulk binding for inserts?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Does dbms_xmlstore supports bulk binding for inserts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.liberidu.com/blog/?p=203&#038;cpage=1#comment-14253</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Fri, 24 Jul 2009 08:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=203#comment-14253</guid>
		<description>Your requirements sound like a solution based on XMLType binary XML storage and indexed with an unstructured XMLIndex and with a possible second index on the XMLIndex Path Table, being a text index.</description>
		<content:encoded><![CDATA[<p>Your requirements sound like a solution based on XMLType binary XML storage and indexed with an unstructured XMLIndex and with a possible second index on the XMLIndex Path Table, being a text index.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akhil</title>
		<link>http://www.liberidu.com/blog/?p=203&#038;cpage=1#comment-14236</link>
		<dc:creator>akhil</dc:creator>
		<pubDate>Wed, 22 Jul 2009 22:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=203#comment-14236</guid>
		<description>For instance such as complex data such as MARC or library data which has no rigid structure ..which is a character data...how we can store the character data in the semi structured data format?</description>
		<content:encoded><![CDATA[<p>For instance such as complex data such as MARC or library data which has no rigid structure ..which is a character data&#8230;how we can store the character data in the semi structured data format?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://www.liberidu.com/blog/?p=203&#038;cpage=1#comment-14225</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Mon, 20 Jul 2009 15:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=203#comment-14225</guid>
		<description>It depends a bit on the XML document structure and/or if you are using an XML Schema.

If you are using an XML Schema then an XMLType table based on Object Relational storage would be an option, in conjunction with storing the unstructured data bit in a CLOB. This combination can be found in the manual, searching for XMLType &quot;hybrid&quot; storage.

Or if in 11g, you could also use Binary XML (with or without using an XML Schema)...

The best choice depends on the XML structure. In general the &quot;hybrid&quot; form would be the best way to go if in doubt.</description>
		<content:encoded><![CDATA[<p>It depends a bit on the XML document structure and/or if you are using an XML Schema.</p>
<p>If you are using an XML Schema then an XMLType table based on Object Relational storage would be an option, in conjunction with storing the unstructured data bit in a CLOB. This combination can be found in the manual, searching for XMLType &#8220;hybrid&#8221; storage.</p>
<p>Or if in 11g, you could also use Binary XML (with or without using an XML Schema)&#8230;</p>
<p>The best choice depends on the XML structure. In general the &#8220;hybrid&#8221; form would be the best way to go if in doubt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akhil</title>
		<link>http://www.liberidu.com/blog/?p=203&#038;cpage=1#comment-14216</link>
		<dc:creator>akhil</dc:creator>
		<pubDate>Fri, 17 Jul 2009 17:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=203#comment-14216</guid>
		<description>hi,... how we can store data in semi structured storage</description>
		<content:encoded><![CDATA[<p>hi,&#8230; how we can store data in semi structured storage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://www.liberidu.com/blog/?p=203&#038;cpage=1#comment-12422</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Mon, 15 Dec 2008 20:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=203#comment-12422</guid>
		<description>No not really, at least, not afaik. An &quot;insert into&quot; should do the trick.

Be aware though that you will have far more options to chose from while using binary XML storage: Encoding, support for 1 or multiple XML Schematas, securefile (=extra license) or basicfile clob, compression, deduplication, etc.

Really recommend Oracle 11.1.0.7.0 instead of 11.1.0.6.0 in this case</description>
		<content:encoded><![CDATA[<p>No not really, at least, not afaik. An &#8220;insert into&#8221; should do the trick.</p>
<p>Be aware though that you will have far more options to chose from while using binary XML storage: Encoding, support for 1 or multiple XML Schematas, securefile (=extra license) or basicfile clob, compression, deduplication, etc.</p>
<p>Really recommend Oracle 11.1.0.7.0 instead of 11.1.0.6.0 in this case</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://www.liberidu.com/blog/?p=203&#038;cpage=1#comment-12419</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Mon, 15 Dec 2008 17:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=203#comment-12419</guid>
		<description>Hi,

Is there a recommended way to migrate data in a XML CLOB column in Oracle 10g to the binary XML column in Oracle 11g?
thanks
Nancy</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there a recommended way to migrate data in a XML CLOB column in Oracle 10g to the binary XML column in Oracle 11g?<br />
thanks<br />
Nancy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://www.liberidu.com/blog/?p=203&#038;cpage=1#comment-6925</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Wed, 23 Apr 2008 05:21:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=203#comment-6925</guid>
		<description>You will know for sure / you can check for yourself via:
&lt;pre&gt;set long 1000000

select dbms_metadata.get_ddl(&#039;TABLE&#039;,&#039;CUSTOMERTYPETAB&#039;) 
from   dual; 

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>You will know for sure / you can check for yourself via:</p>
<pre>set long 1000000

select dbms_metadata.get_ddl('TABLE','CUSTOMERTYPETAB')
from   dual; 
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: ahmad</title>
		<link>http://www.liberidu.com/blog/?p=203&#038;cpage=1#comment-6923</link>
		<dc:creator>ahmad</dc:creator>
		<pubDate>Wed, 23 Apr 2008 03:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=203#comment-6923</guid>
		<description>when we have query like

&lt;pre&gt;CREATE TABLE CustomerTypeTab of XMLTYPE 
XMLSCHEMA &quot;http://homepage/sample1&quot; ELEMENT &quot;Customer&quot;; 
&lt;/pre&gt;

is it CLOB type or relational type.


THANK U AGAIN</description>
		<content:encoded><![CDATA[<p>when we have query like</p>
<pre>CREATE TABLE CustomerTypeTab of XMLTYPE
XMLSCHEMA "http://homepage/sample1" ELEMENT "Customer";
</pre>
<p>is it CLOB type or relational type.</p>
<p>THANK U AGAIN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Gralike</title>
		<link>http://www.liberidu.com/blog/?p=203&#038;cpage=1#comment-6911</link>
		<dc:creator>Marco Gralike</dc:creator>
		<pubDate>Tue, 22 Apr 2008 16:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.liberidu.com/blog/?p=203#comment-6911</guid>
		<description>Reference can be found in the XMLDB Developers Guide, so for the latest information regarding the Binary XML storage model: the &lt;a href=&quot;http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28369/toc.htm&quot; rel=&quot;nofollow&quot;&gt;Oracle XMLDB Developers Guide v 11gR1&lt;/a&gt;. 

Also have a look &lt;a href=&quot;http://www.liberidu.com/blog/?p=352&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, especially the whitepaper references of database version 10g regarding storage methods...&lt;a href=&quot;http://www.oracle.com/technology/tech/xml/xmldb/10.2/TWP_Mastering_XMLDB_Storage.pdf&quot; rel=&quot;nofollow&quot;&gt;&quot;Mastering XML DB Storage in Oracle Database 10g Release 2&quot;&lt;/a&gt;

BTW &quot;ahmad&quot; your email address is not valid, so I can&#039;t follow up on this.</description>
		<content:encoded><![CDATA[<p>Reference can be found in the XMLDB Developers Guide, so for the latest information regarding the Binary XML storage model: the <a href="http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28369/toc.htm" rel="nofollow">Oracle XMLDB Developers Guide v 11gR1</a>. </p>
<p>Also have a look <a href="http://www.liberidu.com/blog/?p=352" rel="nofollow">here</a>, especially the whitepaper references of database version 10g regarding storage methods&#8230;<a href="http://www.oracle.com/technology/tech/xml/xmldb/10.2/TWP_Mastering_XMLDB_Storage.pdf" rel="nofollow">&#8220;Mastering XML DB Storage in Oracle Database 10g Release 2&#8243;</a></p>
<p>BTW &#8220;ahmad&#8221; your email address is not valid, so I can&#8217;t follow up on this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
