Bitmap join index on accumulator table
432386Jul 14 2008 — edited Jul 15 2008I have a fact table regarding orders. There are columns for created, completed, and last_modified date. All of these columns reference a generic date dimension table. Is there a way to create bitmap join indexes for all of these columns back to the date dimension table? Oracle complains that the PK of the dimension table is already indexed: ORA-01408: such column list already indexed
Oracle 10.2.0.3 EE.