Can I pick a different block size during SAP installation? I want to build a new environment with 32K blksize instead of the regular 8k. Is it possible to do it during the installation?
Request clarification before answering.
How will you change the block size in the initDB.ora file? Will the installer give you the option to change it during the installation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You have to set the parameter value for DB_BLOCK_SIZE in initSID.ora file to 32K
Please note that this has to be done before creation of the database and once created we cannot change the value.
So in this case if your db is already created with default block size, u need to recreate it with new size.
Also, oracle block size should always be a multiple of Operating System block size.
Hope this clarifies.
Regards,
Sandeep.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
db_block_size parameter sets the size in bytes of Oracle database blocks. Together with db_block_buffers ( DB_BLOCK_BUFFERS (Oracle)), it is used to determine the size of the Data Buffer (Oracle) in the SGA. The parameter db_block_size can only be set at the time of creating the database and cannot be changed afterwards.
The parameter db_block_size is set to 8192 bytes for most R/3 installations. It should not be modified.
Vinod
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.