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

Thread: Assigning a different block size to any specific table

  1. #1
    Join Date
    May 2008
    Posts
    29

    Assigning a different block size to any specific table

    Hi, I am aware of that Oracle supports multi block configuration .... I would like to assign a different block size (16K) for one specific table. I will appreciate if anyone could send me a link to how to configure the same ..... syntax etc?

    Regards

  2. #2
    Join Date
    Feb 2003
    Location
    INDIA
    Posts
    96
    Need to do following before creating table.

    1. Create separate 16K buffer (Set parameter db_16k_cache_size )
    2. Create separate tablespace with 16K blocksize
    3. Create table on tablespace you created with 16K blocksize (you may need to give quota to user in which you are creating table)

    Dilipkumar Patel.

  3. #3
    Join Date
    Mar 2008
    Posts
    8
    Hi,
    You want to do this for performance reason or will be moving this tables to other db having 16k blocksize.


    Regards,
    Satheesh Babu S

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