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: Multiple Buffer Pool

RE: Multiple Buffer Pool

From: paquette stephane <stephane_paquette_at_yahoo.com>
Date: Thu, 20 Jul 2000 00:14:46 -0700 (PDT)
Message-Id: <10564.112501@fatcity.com>


I agree.
When pinned, stored procs and packages are kept in the shared pool. When specified, the tables and indexes can be kept in 1 of the 3 buffer pools (kept,default ,recycle).

If performance isn't better after pinning the packages and keeping some tables in the keep buffer pool, it means that Oracle was already doing it and that your system must not be stressed enough.

You can verify what objects are in the shared pool by looking in v$db_object_cache.

You can verify what segments have blocks in cache by looking at v$bh and dba_objects.


Stephane Paquette
DBA Oracle
stephane_paquette_at_yahoo.com
spaquette_at_houra.fr
(33) 01 53 93 06 50
Received on Thu Jul 20 2000 - 02:14:46 CDT

Original text of this message

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