partition extended table name cannot refer to a synonym

Solution ID:ORA-14101

Type: Oracle

Cause

User attempted to use partition-extended table name syntax in conjunction with synonym name which is illegal

Actions

Ensure that the indexes for the two tables have indexes which follow this rule For every non partitioned index for the non partitioned table, there has to be an identical LOCAL index on the partitioned table and vice versa. By identical, the column position, type and size have to be the same.

Try the following links for this error:


http://docs.oracle.com/cd/E16655_01/server.121/e26079/e12700.htm


https://community.oracle.com/message/3229900


Browse all solutions to database errors from Oracle, MS SQL, or MySQL