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

Thread: ORA-01793: maximum number of index columns is 32

Threaded View

  1. #6
    Join Date
    Sep 2005
    Posts
    278
    The below link confirms that you cant have multiple block sizes for temporary tablespace.

    http://www.oracle-base.com/articles/...BlockSizes.php

    You have two options either to Normalize the table. Or to change the DB_BLOCK_SIZE to highest possible block size run the query, and bring back the DB_BLOCk_SIZE to its original value.

    For the second option u need to create the seperate database
    Last edited by tabreaz; 08-28-2006 at 11:50 AM.

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