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