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

Thread: bitmap index

  1. #1
    Join Date
    Dec 2001
    Location
    Brazil
    Posts
    282

    bitmap index

    when I run the statement below I get the following oracle error:
    ORA-00439: resource not actived: Bit-mapped indexes

    CREATE BITMAP INDEX MY_INDX ON MYTABLE (STATE) TABLESPACE MY_TBS;


    ???????


    F

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492
    You need to install the 'partitioning' option.

  3. #3
    use the enterprise edition.
    www.cnoug.org

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