Multiple Block Sizes (53)

tsinglee發表於2007-10-10

Oracle supports multiple block sizes in a database. The standard block size is used for
the SYSTEM tablespace. This is set when the database is created and can be any valid
size. You specify the standard block size by setting the initialization parameter
DB_BLOCK_SIZE. Legitimate values are from 2K to 32K.
In the initialization parameter file or server parameter, you can configure subcaches
within the buffer cache for each of these block sizes. Subcaches can also be configured
while an instance is running. You can create tablespaces having any of these block
sizes. The standard block size is used for the system tablespace and most other
tablespaces.
Note: All partitions of a partitioned object must reside in tablespaces
of a single block size.

多樣的塊值大小
1. 有DB_BLOCK_SIZE初始引數控制標準的塊大小 , 2K to 32K為合法的值
2. 分割槽物件只能是單一的塊值

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10599713/viewspace-975629/,如需轉載,請註明出處,否則將追究法律責任。

相關文章