<?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: Dynamic SQL Pivoting &#8211; Stealing Anton&#8217;s Thunder</title>
	<atom:link href="http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder/feed" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder</link>
	<description>Weblog for the AMIS Technology corner</description>
	<lastBuildDate>Sun, 14 Mar 2010 04:04:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DB</title>
		<link>http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder/comment-page-1#comment-348937</link>
		<dc:creator>DB</dc:creator>
		<pubDate>Wed, 21 Oct 2009 07:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1207#comment-348937</guid>
		<description>Great work guys! I used it and it helped a lot..
I got the same ORA-29913: error in executing ODCITABLEDESCRIBE callout’ err,
after digging in a bit I saw it is sensitive to reserved oracle words in the pivot column (the n-1 column). when I changed &#039;user&#039; and &#039;rowid&#039; values into &#039;username&#039; and &#039;row_id&#039; it worked fine.
another thing regarding that n-1 pivot column - can&#039;t extend beyond 30 chars or it will pop the &quot;invalid ... &quot; err.

after fixing those two all I was left with was admiring your nice work.</description>
		<content:encoded><![CDATA[<p>Great work guys! I used it and it helped a lot..<br />
I got the same ORA-29913: error in executing ODCITABLEDESCRIBE callout’ err,<br />
after digging in a bit I saw it is sensitive to reserved oracle words in the pivot column (the n-1 column). when I changed &#8216;user&#8217; and &#8216;rowid&#8217; values into &#8216;username&#8217; and &#8216;row_id&#8217; it worked fine.<br />
another thing regarding that n-1 pivot column &#8211; can&#8217;t extend beyond 30 chars or it will pop the &#8220;invalid &#8230; &#8221; err.</p>
<p>after fixing those two all I was left with was admiring your nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KT</title>
		<link>http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder/comment-page-1#comment-348756</link>
		<dc:creator>KT</dc:creator>
		<pubDate>Tue, 18 Aug 2009 05:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1207#comment-348756</guid>
		<description>Hi,
I tried implementing the code.Even after creating the type PIVOTIMPL,when I run the select statement,i get an error message that PIVOTIMPL is not declared.
Any inputs what could be the reason?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I tried implementing the code.Even after creating the type PIVOTIMPL,when I run the select statement,i get an error message that PIVOTIMPL is not declared.<br />
Any inputs what could be the reason?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SUdarshan</title>
		<link>http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder/comment-page-1#comment-270291</link>
		<dc:creator>SUdarshan</dc:creator>
		<pubDate>Wed, 28 Nov 2007 21:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1207#comment-270291</guid>
		<description>I get the error &quot;PLS-00302 SETUROWID must be declared&quot; 

when dbms_types.typecode_urowid then
            dbms_sql.column_value( self.cur, i, ur1 );
            outset.seturowid( ur1 ); </description>
		<content:encoded><![CDATA[<p>I get the error &#8220;PLS-00302 SETUROWID must be declared&#8221; </p>
<p>when dbms_types.typecode_urowid then<br />
            dbms_sql.column_value( self.cur, i, ur1 );<br />
            outset.seturowid( ur1 );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Sinke</title>
		<link>http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder/comment-page-1#comment-241204</link>
		<dc:creator>Patrick Sinke</dc:creator>
		<pubDate>Mon, 25 Jun 2007 15:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1207#comment-241204</guid>
		<description>For all you people experiencing problems with the ODCITABLEDESCRIBE callout, you might want to check two things. The number columns are quite strict: a column for the vertical axis, a column for the horizontal axis, and a third one for the result values. 
Secondly, I haven&#039;t found a way to parametize the query results, e.g. concatenating a parameter in the query. If you stick to that, it works like a charm!</description>
		<content:encoded><![CDATA[<p>For all you people experiencing problems with the ODCITABLEDESCRIBE callout, you might want to check two things. The number columns are quite strict: a column for the vertical axis, a column for the horizontal axis, and a third one for the result values.<br />
Secondly, I haven&#8217;t found a way to parametize the query results, e.g. concatenating a parameter in the query. If you stick to that, it works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut</title>
		<link>http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder/comment-page-1#comment-213320</link>
		<dc:creator>Ionut</dc:creator>
		<pubDate>Wed, 11 Apr 2007 15:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1207#comment-213320</guid>
		<description>Hi, Is there a way of getting this to work on oracle 9i? I managed to make it compile somehow but I get the same &#039;ORA-29913: error in executing ODCITABLEDESCRIBE callout’ error message when I try to run it.</description>
		<content:encoded><![CDATA[<p>Hi, Is there a way of getting this to work on oracle 9i? I managed to make it compile somehow but I get the same &#8216;ORA-29913: error in executing ODCITABLEDESCRIBE callout’ error message when I try to run it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudeep</title>
		<link>http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder/comment-page-1#comment-129538</link>
		<dc:creator>Sudeep</dc:creator>
		<pubDate>Fri, 13 Oct 2006 08:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1207#comment-129538</guid>
		<description>It&#039;s nice. 

I am getting error while executing as 

&#039;ORA-29913: error in executing ODCITABLEDESCRIBE callout&#039;</description>
		<content:encoded><![CDATA[<p>It&#8217;s nice. </p>
<p>I am getting error while executing as </p>
<p>&#8216;ORA-29913: error in executing ODCITABLEDESCRIBE callout&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder/comment-page-1#comment-62589</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Wed, 24 May 2006 17:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1207#comment-62589</guid>
		<description>Anton, Lucas, did you guys ever tried this by building a dynamic array? Or does this have to many disadvanges?</description>
		<content:encoded><![CDATA[<p>Anton, Lucas, did you guys ever tried this by building a dynamic array? Or does this have to many disadvanges?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viliam</title>
		<link>http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder/comment-page-1#comment-62434</link>
		<dc:creator>Viliam</dc:creator>
		<pubDate>Wed, 24 May 2006 07:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1207#comment-62434</guid>
		<description>Bad luck, it does not compile on 9iR2 we are using :-(</description>
		<content:encoded><![CDATA[<p>Bad luck, it does not compile on 9iR2 we are using <img src='http://technology.amis.nl/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl r.</title>
		<link>http://technology.amis.nl/blog/1207/dynamic-sql-pivoting-stealing-antons-thunder/comment-page-1#comment-62420</link>
		<dc:creator>Karl r.</dc:creator>
		<pubDate>Wed, 24 May 2006 07:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=1207#comment-62420</guid>
		<description>Hi,
that&#039;s really a kind o f magic.
now i understand the implementation via interface.
it&#039;s an interface mechanism like in C#; as you must satisfy those oci prefixed interface and then internally in the sql-engine methods of the interfaces are called.
a really interesting approach.
Karl</description>
		<content:encoded><![CDATA[<p>Hi,<br />
that&#8217;s really a kind o f magic.<br />
now i understand the implementation via interface.<br />
it&#8217;s an interface mechanism like in C#; as you must satisfy those oci prefixed interface and then internally in the sql-engine methods of the interfaces are called.<br />
a really interesting approach.<br />
Karl</p>
]]></content:encoded>
	</item>
</channel>
</rss>
