您的位置:首页 > 其它

关于DB_CACHE_SIZE的一点内容

2013-01-28 22:03 375 查看

DB_CACHE_SIZE

PropertyDescription
Parameter typeBig integer
Syntax
DB_CACHE_SIZE =

integer
[K | M |
G]
Default valueIf
SGA_TARGET
is set: If the
parameter is not specified, then the default is
0

(internally determined by the Oracle Database). If the parameter is
specified, then the user-specified value indicates a minimum value
for the memory pool.
If
SGA_TARGET
is not
set, then the default is either 48 MB or 4MB * number of CPUs *
granule size, whichever is greater

Modifiable
ALTER SYSTEM
BasicNo
DB_CACHE_SIZE

specifies the size of the
DEFAULT
buffer pool for
buffers with the primary block size (the block size defined by the
DB_BLOCK_SIZE
initialization parameter).

The value must be at least
4M * number of cpus * granule size
(smaller values are
automatically rounded up to this value). A user-specified value
larger than this is rounded up to the nearest granule size. A value
of zero is illegal because it is needed for the
DEFAULT
memory pool of the primary block size, which
is the block size for the
SYSTEM
tablespace

Note:
DB_BLOCK_BUFFERS

cannot
be combined with the dynamic
DB_CACHE_SIZE

parameter;
combining these parameters in the same parameter file will produce
an error.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: