Comments
2 comments
-
Have you tried adding the explicit partition definition to the index in the repository? -
Can you explain how to do this? I am experiencing same issues here, when i try to save schema model with LOCAL index in itJoshH said:Have you tried adding the explicit partition definition to the index in the repository?
Add comment
Please sign in to leave a comment.
Failed to parse file C:\..\CURR\Indexes\LMEREFIT_MBU_TRD_REGS_IDX1.sql - Unable to count local partitions for index.
The sql in the index file is
CREATE INDEX CURR.LMEREFIT_MBU_TRD_REGS_IDX1 ON CURR.LMEREFIT_MBU_TRD_REGS (UNIQUE_TRANSACTION_ID) LOCAL;
while the table in question is partitioned
...
Obviously the index can be created in SQL Developer, but now our scripts don't match the schema.
I get the same error if I compare the schema scripts to an earlier version. What is causing this error?