<?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: PL/SQL post compiler to fix TAPI &#8211; dealing with the &#039;TAPI cannot deal with MERGE&#039; problem</title>
	<atom:link href="http://technology.amis.nl/2005/10/11/plsql-post-compiler-to-fix-tapi-dealing-with-the-tapi-cannot-deal-with-merge-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2005/10/11/plsql-post-compiler-to-fix-tapi-dealing-with-the-tapi-cannot-deal-with-merge-problem/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plsql-post-compiler-to-fix-tapi-dealing-with-the-tapi-cannot-deal-with-merge-problem</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: Zvonimir</title>
		<link>http://technology.amis.nl/2005/10/11/plsql-post-compiler-to-fix-tapi-dealing-with-the-tapi-cannot-deal-with-merge-problem/#comment-2514</link>
		<dc:creator>Zvonimir</dc:creator>
		<pubDate>Sun, 18 Jun 2006 13:28:23 +0000</pubDate>
		<guid isPermaLink="false">/?p=842#comment-2514</guid>
		<description><![CDATA[Hi, Lucas
Thank you for this nice solution, after some tuning it works nice. I would just like to inform you about some problems with code;
1.	In case of large triggers (BUR I BIR triggers generated for tables with more than 25 columns) code of trigger is truncated and unusable. I solved this using  dbms_lob.substr and dbms_sql.parse
2.	In case of tables with large names(29,30 characters ) solution does not works because you does not pay attention to truncate table name  with which your are  trying to find  package definition dbms_metadata.get_ddl(&#039;PACKAGE&#039;,&#039;CG$&#039;&#124;&#124;p_tbl_name,USER);
3.	Same problem apply to trigger names.]]></description>
		<content:encoded><![CDATA[<p>Hi, Lucas<br />
Thank you for this nice solution, after some tuning it works nice. I would just like to inform you about some problems with code;<br />
1.	In case of large triggers (BUR I BIR triggers generated for tables with more than 25 columns) code of trigger is truncated and unusable. I solved this using  dbms_lob.substr and dbms_sql.parse<br />
2.	In case of tables with large names(29,30 characters ) solution does not works because you does not pay attention to truncate table name  with which your are  trying to find  package definition dbms_metadata.get_ddl(&#8216;PACKAGE&#8217;,'CG$&#8217;||p_tbl_name,USER);<br />
3.	Same problem apply to trigger names.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas Jellema</title>
		<link>http://technology.amis.nl/2005/10/11/plsql-post-compiler-to-fix-tapi-dealing-with-the-tapi-cannot-deal-with-merge-problem/#comment-2513</link>
		<dc:creator>Lucas Jellema</dc:creator>
		<pubDate>Mon, 02 Jan 2006 07:44:55 +0000</pubDate>
		<guid isPermaLink="false">/?p=842#comment-2513</guid>
		<description><![CDATA[I am pretty sure it will - there is no real difference at all between the Designer 6i and 9i products. Nor will there be between the generated TAPI code in these two releases.]]></description>
		<content:encoded><![CDATA[<p>I am pretty sure it will &#8211; there is no real difference at all between the Designer 6i and 9i products. Nor will there be between the generated TAPI code in these two releases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Crone</title>
		<link>http://technology.amis.nl/2005/10/11/plsql-post-compiler-to-fix-tapi-dealing-with-the-tapi-cannot-deal-with-merge-problem/#comment-2512</link>
		<dc:creator>Andre Crone</dc:creator>
		<pubDate>Mon, 02 Jan 2006 06:58:51 +0000</pubDate>
		<guid isPermaLink="false">/?p=842#comment-2512</guid>
		<description><![CDATA[Lucs, this is great and I need it! Do you have any idea it this also works with designer 6i TAPIs?]]></description>
		<content:encoded><![CDATA[<p>Lucs, this is great and I need it! Do you have any idea it this also works with designer 6i TAPIs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Hudson</title>
		<link>http://technology.amis.nl/2005/10/11/plsql-post-compiler-to-fix-tapi-dealing-with-the-tapi-cannot-deal-with-merge-problem/#comment-2511</link>
		<dc:creator>Jim Hudson</dc:creator>
		<pubDate>Tue, 11 Oct 2005 20:41:07 +0000</pubDate>
		<guid isPermaLink="false">/?p=842#comment-2511</guid>
		<description><![CDATA[Lucas, this is nice work. I like the use of dbms_metadata. A couple minor code tweaks: your package spec in the source claims to be the &quot;body&quot;. And in 9.2 (where we are) dbms_metadata.set_transform_param doesn&#039;t have an &quot;object type&quot; parameter. I&#039;ve compiled it here, but haven&#039;t tried to use it for anything real yet.]]></description>
		<content:encoded><![CDATA[<p>Lucas, this is nice work. I like the use of dbms_metadata. A couple minor code tweaks: your package spec in the source claims to be the &#8220;body&#8221;. And in 9.2 (where we are) dbms_metadata.set_transform_param doesn&#8217;t have an &#8220;object type&#8221; parameter. I&#8217;ve compiled it here, but haven&#8217;t tried to use it for anything real yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
