1.68 DB_CACHE_SIZE
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).
Note:
Oracle recommends against setting this parameter in a PDB. The only
shared memory sizing parameter that should be set in a PDB is
SGA_TARGET
, which specifies the maximum SGA that the PDB
can use at any time.
Property | Description |
---|---|
Parameter type |
Big integer |
Syntax |
|
Default value |
If If |
Modifiable |
|
Modifiable in a PDB |
Yes |
Basic |
No |
The value must be at least 4M * number of cpus
(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.
See Also:
-
Oracle Database Performance Tuning Guide and Oracle Database Administrator’s Guide for more information on setting this parameter
-
Oracle Database Administrator’s Guide for more information about the initialization parameters that control the memory usage of PDBs