star transformation not used in production
alter session set optimizer_index_cost_adj =85; which causes the COB to use the proper index and utilize star transformation.
However, I need to know why the same query works in UAT but not in prod.
Additionally, we have imported the production table into UAT but the plan in UAT is still good. I've looked at the bitmap indexes between UAT and prod but don't see any major differences.