new partition name must differ from the old partition name

Solution ID:ORA-14081

Type: Oracle

Cause

User entered ALTER TABLE/INDEX RENAME PARTITION specifying <new-partition-name> which is identical to the name of the partition being renamed

Actions

Ensure that the partition specified in ALTER INDEX DROP PARTITION statement is not the highest partition of the index.

Try the following links for this error:


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


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