How to fix the Oracle error ORA-14186: number of sub-partitions of LOCAL index must equal that of the underlying table?

In this post, you’ll learn more about the Oracle ErrorORA-14186: number of sub-partitions of LOCAL index must equal that of the underlying table with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

ORA-14186: number of sub-partitions of LOCAL index must equal that of the underlying table

Reason for the Error ORA-14186: number of sub-partitions of LOCAL index must equal that of the underlying table

User attempted to create a LOCAL partitioned index with a number of sub-partitions which is different from that of the underlying table.

How to fix the Error ORA-14186: number of sub-partitions of LOCAL index must equal that of the underlying table ?

You can fix this error in Oracle by following the below steps

Correct the CREATE INDEX statement to specify a correct number of sub-partitions

Tags :

Leave Your Comment