Re: db_block _size 4k [message #369459] |
Tue, 26 September 2000 01:52 |
Thierry Van der Auwera
Messages: 44 Registered: January 2000
|
Member |
|
|
Hi Mala,
First, you can not alter the size of an existing database. You must set this before creation.
When you create a database, oracle uses a parameter-file, where the (default) oracle parameters stands in, like sort_area_size, shared_pool_size, db_block_buffers,... and also the block_size.
You must alter this file to a value of 8192 and then start creating you db.
Greetings,
Thierry.
|
|
|