I have a oracle bitmap index.
I have used the script
create bitmap index idx1 on table1 (columns);
but while running SPs the index takes more than 28 GB. I sthere any method to compress the space used.