Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: anyway to flush the db_buffer_cache?

Re: anyway to flush the db_buffer_cache?

From: Howard J. Rogers <howardjr2000_at_yahoo.com.au>
Date: Wed, 7 May 2003 02:37:40 +1000
Message-ID: <2nRta.29971$1s1.440152@newsfeeds.bigpond.com>


True enough. So will making it read-only. But flushing blocks to disk doesn't mean the data won't be in the cache, merely that those blocks/buffers will be over-writeable in the event of you needing to with another bulky select.

The only way to *clear* the cache so that data can't be found in it at all is to bounce the instance.

Regards
HJR "srivenu" <srivenu_at_hotmail.com> wrote in message news:1a68177.0305052044.456a6a60_at_posting.google.com...
> I read somewhere, someone saying (i think Jonathan ?) that taking a
> tablespace offline will flush all the blocks from that tablespace.
> regards
> Srivenu
Received on Tue May 06 2003 - 11:37:40 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US