UMG Developer
Member²
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.
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.