Dear SQLcl experts,
i just realized that SQLcl command project export ignores all our bitmap-indexes.
Using the debug-option i found the responsible line in the ALL_INDEXES Query:
and (All_indexes.index_type in ('NORMAL','FUNCTION-BASED NORMAL','DOMAIN','FUNCTION-BASED DOMAIN','NORMAL/REV')) --<-- sqlcl internal.fixed.filters
Since this filter is internal i can not do much about it through project.filters file to include other index-types, or is there a way to overwrite this internal filter?
Is there a way to still get them exported?