<?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/"
	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>Comments on: How to reformat the highwatermark of a table after a delete?</title>
	<atom:link href="http://iadviseblog.wordpress.com/2008/05/29/how-to-reformat-the-highwatermark-of-a-table-after-a-delete/feed/" rel="self" type="application/rss+xml" />
	<link>http://iadviseblog.wordpress.com/2008/05/29/how-to-reformat-the-highwatermark-of-a-table-after-a-delete/</link>
	<description>Building applications using the Oracle Technology stack</description>
	<lastBuildDate>Wed, 27 Mar 2013 02:33:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Frederik Vallaeys</title>
		<link>http://iadviseblog.wordpress.com/2008/05/29/how-to-reformat-the-highwatermark-of-a-table-after-a-delete/#comment-430</link>
		<dc:creator><![CDATA[Frederik Vallaeys]]></dc:creator>
		<pubDate>Sun, 01 Jun 2008 20:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/05/29/how-to-reformat-the-highwatermark-of-a-table-after-a-delete#comment-430</guid>
		<description><![CDATA[Jens,You are absolutely right, I have changed the blog post.Thank you for pointing me on this misunderstanding!Frederik]]></description>
		<content:encoded><![CDATA[<p>Jens,You are absolutely right, I have changed the blog post.Thank you for pointing me on this misunderstanding!Frederik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://iadviseblog.wordpress.com/2008/05/29/how-to-reformat-the-highwatermark-of-a-table-after-a-delete/#comment-429</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Fri, 30 May 2008 10:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://iadviseblog.wordpress.com/2008/05/29/how-to-reformat-the-highwatermark-of-a-table-after-a-delete#comment-429</guid>
		<description><![CDATA[I think you are mixing things up a bit:The HighWaterMark (HWM) has not got to with the index, but is for the table itself. A full tablescan will read all blocks up to the HWM, whether there are rows in the blocks or not. You are correct in that the best way of clearing out is to use &quot;alter table tablename shrink space&quot;. The drawback is however that subsequent insert statements will have to reallocate these blocks. So you need to check the usage of the table before adding this costly operation to all of your delete procedures.Just my 2 cents..Jens]]></description>
		<content:encoded><![CDATA[<p>I think you are mixing things up a bit:The HighWaterMark (HWM) has not got to with the index, but is for the table itself. A full tablescan will read all blocks up to the HWM, whether there are rows in the blocks or not. You are correct in that the best way of clearing out is to use &#8220;alter table tablename shrink space&#8221;. The drawback is however that subsequent insert statements will have to reallocate these blocks. So you need to check the usage of the table before adding this costly operation to all of your delete procedures.Just my 2 cents..Jens</p>
]]></content:encoded>
	</item>
</channel>
</rss>
