Hi Experts,
we are doing oracle advanced compression in BW 7.0 system with oracle
11g.
I have created new tablespace with compression enabled. After
reorg&compression tables and indexes are transferred to new tablespace
which has compression enabled.
Now in BI system new indexes are created during loads, if it happens to be a bitmap index , then system tries to
create it as compressed index in new tablespace but fails with
following
error.
Database error 14646 at EXE
> ORA-14646: Specified alter table operation involving
> compression cannot be performed in the presence of usable
> bitmap indexes
Does it mean that bitmap indexes need to be put in separate tablespace
with compression disabled ??
thanks,