Creating Bitmap Indexes on a Partitioned Table

If I use the PL/SQL Developer interface to create a bitmap index on a partitioned table I end up with this error:

ORA-25122: Only LOCAL bitmap indexes are permitted on partitioned tables

It would be nice if PL/SQL Developer was smart enough to notice that the table was partitioned, it does know, and add the LOCAL keyword to the CREATE BITMAP INDEX statement.
 
Back
Top