DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: how to modify db_block_size

  1. #1
    Join Date
    Jan 2001
    Posts
    216
    Hi,

    how can we modify db_block_size after creating the database ?

    I tried doing this:
    edit init.ora
    modify db_block_size
    shutdown db
    startup db

    now its giving me an error "control file mismatch for db_block_size"

    please help.
    Also, how can we determine the appropriate value for db_block_size ?
    The default is 8k

    Thanks in advance

  2. #2
    Join Date
    Nov 2000
    Posts
    178
    To change the db_block_size you have to re-create the database.

    The size depends on the type of database... OLTP or DSS.

    Smaller size for OLTP and large for DSS

  3. #3
    Join Date
    Aug 2000
    Posts
    236
    There is no way to change DB_BLOCK_SIZE without recreating the database.

    Nizar

  4. #4
    Join Date
    Aug 2000
    Posts
    462
    It's not true that you can't do it. You just can't do it through the init.ora alone. In one of my Oracle Education courses, the instructor (who was excellent - knowledgeable and experienced), told us it could be done - unsupported. Oracle does not support changing DB_BLOCK_SIZE for an existing DB.

    Search around. There's info out there about how to do this. If I find it, I'll share it.
    Oracle DBA and Developer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width