Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Changing DB_CACHE_SIZE to DB_BLOCK_BUFFERS
Depends upon what version of Oracle and what OS.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of J. Dex
Sent: Wednesday, August 23, 2006 10:05 AM
To: oracle-l_at_freelists.org
Subject: Changing DB_CACHE_SIZE to DB_BLOCK_BUFFERS
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;
--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Aug 23 2006 - 12:12:21 CDT
![]() |
![]() |