<?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"
	>
<channel>
	<title>Comments on: insert/update/delete/merge LOG ERRORS</title>
	<atom:link href="http://laurentschneider.com/wordpress/2007/05/insertupdatedeletemerge-log-errors.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://laurentschneider.com/wordpress/2007/05/insertupdatedeletemerge-log-errors.html</link>
	<description>Oracle Certified Master</description>
	<pubDate>Mon, 01 Dec 2008 18:21:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Michael Moore</title>
		<link>http://laurentschneider.com/wordpress/2007/05/insertupdatedeletemerge-log-errors.html#comment-2549</link>
		<dc:creator>Michael Moore</dc:creator>
		<pubDate>Thu, 17 May 2007 17:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://laurentschneider.com/wordpress/2007/05/insertupdatedeletemerge-log-errors.html#comment-2549</guid>
		<description>Laurent,
This does not apply to your blog subject but I didn't know how else to contact you. Please feel free to delete this. 

As a comment on my own blog, you had referred me to Expression Filters. I have been doing some testing. I think I found a bug. 

Given that the expression looks like this:

(Attribute03 in ( 'hi'))   AND Attribute08 &#62;= 75000

GET_EXPRSET_STATS will fail to find Attribute08. Removal of the leading parenthesis will cause it to work correctly. 

  DBMS_EXPFIL.GET_EXPRSET_STATS (expr_tab =&#62; 'criteria4',
                                 expr_col =&#62; 'match_criteria');

SELECT *
FROM user_expfil_exprset_stats;

I was wondering if you could confirm this.
Thanks,
Mike</description>
		<content:encoded><![CDATA[<p>Laurent,<br />
This does not apply to your blog subject but I didn&#8217;t know how else to contact you. Please feel free to delete this. </p>
<p>As a comment on my own blog, you had referred me to Expression Filters. I have been doing some testing. I think I found a bug. </p>
<p>Given that the expression looks like this:</p>
<p>(Attribute03 in ( &#8216;hi&#8217;))   AND Attribute08 &gt;= 75000</p>
<p>GET_EXPRSET_STATS will fail to find Attribute08. Removal of the leading parenthesis will cause it to work correctly. </p>
<p>  DBMS_EXPFIL.GET_EXPRSET_STATS (expr_tab =&gt; &#8216;criteria4&#8242;,<br />
                                 expr_col =&gt; &#8216;match_criteria&#8217;);</p>
<p>SELECT *<br />
FROM user_expfil_exprset_stats;</p>
<p>I was wondering if you could confirm this.<br />
Thanks,<br />
Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>
