<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>How To ... &#187; oracle</title>
	<atom:link href="http://howto.tawaret.com/t/oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://howto.tawaret.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 May 2011 08:53:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Flush the buffer cache in Oracle</title>
		<link>http://howto.tawaret.com/flush-the-buffer-cache-in-oracle/</link>
		<comments>http://howto.tawaret.com/flush-the-buffer-cache-in-oracle/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 10:01:15 +0000</pubDate>
		<dc:creator>pjdc</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://howto.tawaret.com/index.php/flush-the-buffer-cache-in-oracle/</guid>
		<description><![CDATA[Flush the buffer cache in [tag]Oracle[/tag]. This invalidates also the read cache, so the query performance results provides from the physical reads time. alter system flush buffer_cache; This command is not available prior to 10g. It flushes the buffer cache in the SGA.9i had an undocumented command to flush the buffer cache: alter session set [...]]]></description>
			<content:encoded><![CDATA[<p>Flush the buffer cache in [tag]Oracle[/tag]. This invalidates also the read cache, so the query performance results provides from the physical reads time.
<pre>alter system flush buffer_cache;</pre>
<p> This command is not available prior to 10g. It flushes the buffer cache in the SGA.<br />9i had an undocumented command to flush the buffer cache: 
<pre>alter session set events = 'immediate trace name flush_cache';</pre>
]]></content:encoded>
			<wfw:commentRss>http://howto.tawaret.com/flush-the-buffer-cache-in-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

