<?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: Performance Issues with DML Error Logging and Conventional Path Inserts</title>
	<atom:link href="http://www.rittmanmead.com/2005/12/04/performance-issues-with-dml-error-logging-and-conventional-path-inserts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rittmanmead.com/2005/12/04/performance-issues-with-dml-error-logging-and-conventional-path-inserts/</link>
	<description>Delivered Intelligence</description>
	<lastBuildDate>Wed, 17 Mar 2010 13:47:41 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rittman Mead Consulting &#187; OWB11g, DML Error Logging and Data Rules</title>
		<link>http://www.rittmanmead.com/2005/12/04/performance-issues-with-dml-error-logging-and-conventional-path-inserts/comment-page-1/#comment-626</link>
		<dc:creator>Rittman Mead Consulting &#187; OWB11g, DML Error Logging and Data Rules</dc:creator>
		<pubDate>Thu, 31 Jan 2008 17:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2005/12/04/performance-issues-with-dml-error-logging-and-conventional-path-inserts/#comment-626</guid>
		<description>[...] wrote about DML Error Logging in a blog post last year and in this article for Oracle Magazine. One of the drawbacks in the 10gR2 implementation of DML [...]</description>
		<content:encoded><![CDATA[<p>[...] wrote about DML Error Logging in a blog post last year and in this article for Oracle Magazine. One of the drawbacks in the 10gR2 implementation of DML [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Aldridge</title>
		<link>http://www.rittmanmead.com/2005/12/04/performance-issues-with-dml-error-logging-and-conventional-path-inserts/comment-page-1/#comment-625</link>
		<dc:creator>David Aldridge</dc:creator>
		<pubDate>Tue, 06 Dec 2005 22:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2005/12/04/performance-issues-with-dml-error-logging-and-conventional-path-inserts/#comment-625</guid>
		<description>These reverse engineering articles are pretty tricky stuff, i find. I didn&#039;t realise how much work and thought they require before I started on them myself.
Good job Mark: have you had a look through trace files for the differences between the scenarios? I always find them illuminating.</description>
		<content:encoded><![CDATA[<p>These reverse engineering articles are pretty tricky stuff, i find. I didn&#8217;t realise how much work and thought they require before I started on them myself.<br />
Good job Mark: have you had a look through trace files for the differences between the scenarios? I always find them illuminating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.rittmanmead.com/2005/12/04/performance-issues-with-dml-error-logging-and-conventional-path-inserts/comment-page-1/#comment-624</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 05 Dec 2005 21:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2005/12/04/performance-issues-with-dml-error-logging-and-conventional-path-inserts/#comment-624</guid>
		<description>Hi Jaromir
Good to hear from you!
Thanks for the heads up on the number of exception rows issue - I kind of expected that this might be an issue, thanks for the test case.
I don&#039;t know why the comments were rejected - they all got through and I uploaded one of them this morning. I&#039;ve got an issue with the software used to run my site, this probably sounds like it playing up again. Thanks for persevering though.
all the best
Mark</description>
		<content:encoded><![CDATA[<p>Hi Jaromir<br />
Good to hear from you!<br />
Thanks for the heads up on the number of exception rows issue &#8211; I kind of expected that this might be an issue, thanks for the test case.<br />
I don&#8217;t know why the comments were rejected &#8211; they all got through and I uploaded one of them this morning. I&#8217;ve got an issue with the software used to run my site, this probably sounds like it playing up again. Thanks for persevering though.<br />
all the best<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaromir D.B. Nemec</title>
		<link>http://www.rittmanmead.com/2005/12/04/performance-issues-with-dml-error-logging-and-conventional-path-inserts/comment-page-1/#comment-623</link>
		<dc:creator>Jaromir D.B. Nemec</dc:creator>
		<pubDate>Sun, 04 Dec 2005 22:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.rittmanmead.com/wp2/2005/12/04/performance-issues-with-dml-error-logging-and-conventional-path-inserts/#comment-623</guid>
		<description>Hi Mark,
nice to see you on such low level of BI:)
A small addendum: a care should be taken if the number of exceptional rows is not very low, i.e. if a non trivial number of rows is written in the err$ table. See test case below comparing the LOG ERRORS feature with a self implemented check on a 200k rows table with 100k exceptions. (Note the difference in recursive calls - one per exception row - and db block gets statistics; in addition to redo size).
Yes, I know exceptions *should* be rare, but this could be a negative feedback, you have a really bad data and you get a really slow running job.
Regard,
Jaromir
-- table src has 200k rows; the half of then is not valid and is written in the err$ table
-- process high number of exceptions is relatively expensive </description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
nice to see you on such low level of BI:)<br />
A small addendum: a care should be taken if the number of exceptional rows is not very low, i.e. if a non trivial number of rows is written in the err$ table. See test case below comparing the LOG ERRORS feature with a self implemented check on a 200k rows table with 100k exceptions. (Note the difference in recursive calls &#8211; one per exception row &#8211; and db block gets statistics; in addition to redo size).<br />
Yes, I know exceptions *should* be rare, but this could be a negative feedback, you have a really bad data and you get a really slow running job.<br />
Regard,<br />
Jaromir<br />
&#8211; table src has 200k rows; the half of then is not valid and is written in the err$ table<br />
&#8211; process high number of exceptions is relatively expensive</p>
]]></content:encoded>
	</item>
</channel>
</rss>
