Hi All,
I have previously posted some queries on Partition Table. I have completed the partition on table. After that I have observed there is a difference on a bitmap index num_rows count before and after partition.
SQL> select owner,index_name,partitioned,table_owner,table_name, num_rows,partitioned,temporary,last_analyzed,status from all_indexes
where index_name like 'OE_ORDER_HEADERS_DSS1';
Before Table & Index(OE_ORDER_HEADERS_DSS1) Partition:

After Table and Index(OE_ORDER_HEADERS_DSS1) Partition:

Bitmap index should be Local on partitioned table.
Thanks,
Ramaraju