<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Error Solved &#187; database</title>
	<atom:link href="http://solveme.wordpress.com/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://solveme.wordpress.com</link>
	<description>Finally I solved the error</description>
	<lastBuildDate>Wed, 11 Nov 2009 07:19:00 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='solveme.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/605bab9a55109a23e84e1160bb1e5c3b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Error Solved &#187; database</title>
		<link>http://solveme.wordpress.com</link>
	</image>
			<item>
		<title>OracleXMLQuery: Exception when accessing nested tables</title>
		<link>http://solveme.wordpress.com/2008/10/06/oraclexmlquery-exception-when-accessing-nested-tables/</link>
		<comments>http://solveme.wordpress.com/2008/10/06/oraclexmlquery-exception-when-accessing-nested-tables/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 12:31:46 +0000</pubDate>
		<dc:creator>daringtakers</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle XDK]]></category>
		<category><![CDATA[OracleXMLQuery]]></category>

		<guid isPermaLink="false">http://solveme.wordpress.com/?p=26</guid>
		<description><![CDATA[Problem When using OracleXMLQuery to access nested tables, generated XML contains error message
oracle.xml.sql.OracleXMLSQLException: getCollectionMetaData:  this method is not supported by &#8216;OracleXMLDataSetGenJdbc&#8217; class.  Please use &#8216;OracleXMLDataSetExtJdbc&#8217; instead.
Description when using OracleXMLQuery to query a view which has a column of user defined type (or Table TYPE column), query executed successfully without any exception.
But when the XML string [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=26&subd=solveme&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Problem</strong> When using OracleXMLQuery to access nested tables, generated XML contains error message</p>
<blockquote><p>oracle.xml.sql.OracleXMLSQLException: getCollectionMetaData:  this method is not supported by &#8216;OracleXMLDataSetGenJdbc&#8217; class.  Please use &#8216;OracleXMLDataSetExtJdbc&#8217; instead.</p></blockquote>
<p><strong>Description</strong> when using OracleXMLQuery to query a view which has a column of user defined type (or Table TYPE column), query executed successfully without any exception.</p>
<p>But when the XML string is obtained using</p>
<p><code>oxq.getXMLString()</code></p>
<p>XML String contains above error message.</p>
<p>Driver: Oracle JDBC Driver.</p>
<p>Databse: Oracle 10g</p>
<p><strong>Solution:</strong> Looking for solution, if you know the solution, please let me know.</p>
<p>I have found that If I use oracle 9I driver (classes12.zip) instead of classes12.jar or ojdbc14.jar, it works. yes it works but I dont know why !</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solveme.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solveme.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solveme.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solveme.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solveme.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solveme.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solveme.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solveme.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solveme.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solveme.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=26&subd=solveme&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solveme.wordpress.com/2008/10/06/oraclexmlquery-exception-when-accessing-nested-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66e04160aa66aeb25c4340959c5f2995?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daringtakers</media:title>
		</media:content>
	</item>
		<item>
		<title>OracleXMLQuery and xml type columns</title>
		<link>http://solveme.wordpress.com/2008/10/06/oraclexmlquery-and-xml-type-columns/</link>
		<comments>http://solveme.wordpress.com/2008/10/06/oraclexmlquery-and-xml-type-columns/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 09:01:50 +0000</pubDate>
		<dc:creator>daringtakers</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[oracle xml api]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://solveme.wordpress.com/?p=21</guid>
		<description><![CDATA[Problem: OracleXMLQuery escapes xml if the result set has a column which itself contains xml string.
Description: I have a database view with a varchar2 type column. the column contains xml string. when I use OracleXMLQuery to select data from the view, OracleXMLQuery escapes the xml string.
Solution: I am still looking for the solution, I have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=21&subd=solveme&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Problem</strong>: OracleXMLQuery escapes xml if the result set has a column which itself contains xml string.</p>
<p><strong>Description</strong>: I have a database view with a varchar2 type column. the column contains xml string. when I use OracleXMLQuery to select data from the view, OracleXMLQuery escapes the xml string.</p>
<p><strong>Solution</strong>: I am still looking for the solution, I have tried by changing the column type to XML type, but that also didnt work.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solveme.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solveme.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solveme.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solveme.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solveme.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solveme.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solveme.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solveme.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solveme.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solveme.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solveme.wordpress.com&blog=4112608&post=21&subd=solveme&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solveme.wordpress.com/2008/10/06/oraclexmlquery-and-xml-type-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/66e04160aa66aeb25c4340959c5f2995?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">daringtakers</media:title>
		</media:content>
	</item>
	</channel>
</rss>