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

Home -> Community -> Mailing Lists -> Oracle-L -> Changing DB_CACHE_SIZE to DB_BLOCK_BUFFERS

Changing DB_CACHE_SIZE to DB_BLOCK_BUFFERS

From: J. Dex <cemail_219_at_hotmail.com>
Date: Wed, 23 Aug 2006 13:05:15 -0400
Message-ID: <BAY115-F33631905D4B47D2333CECAA5470@phx.gbl>


After creation, can a database that was created using DB_CACHE_SIZE be changed to use DB_BLOCK_BUFFERS? We want to use AWE extended memory so I need to use DB_BLOCK_BUFFERS. Is this the correct way to make the changes?

startup nomount
ALTER SYSTEM SET USE_INDIRECT_DATA_BUFFERS=TRUE scope=spfile; ALTER SYSTEM SET DB_CACHE_SIZE = 0 scope=spfile; ALTER SYSTEM SET DB_BLOCK_BUFFERS = 524288 scope=spfile;



Call friends with PC-to-PC calling -- FREE http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Aug 23 2006 - 12:05:15 CDT

Original text of this message

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