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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: flushing the shared pool...

Re: flushing the shared pool...

From: paquette stephane <stephane_paquette_at_yahoo.com>
Date: Mon, 30 Oct 2000 00:44:56 -0800 (PST)
Message-Id: <10665.120549@fatcity.com>


Flushing will remove from the shared_pool all objects that are not pinned. Shared_pool's memory can get fragmented so it's up to you to pin frequently used objects and removed the dead wood by flushing the shared pool.
You can pin packages, procedures, functions , types, sequences, triggers, cursors and java stuff .


Stephane Paquette
DBA Oracle
stephane_paquette_at_yahoo.com

Do You Yahoo!?
Yahoo! Messenger - Talk while you surf! It's FREE. Received on Mon Oct 30 2000 - 02:44:56 CST

Original text of this message

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