Re: rename partition script error

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/rename-partition-script-error-tp5170p5172.html

As the error suggest, your code tries to name a partition with a new name , but  that new name is already belongs to another partition.

use dbms_output to display the execute immediate statements that are produced by your code during runtine, and see the problematic statement.
After that, revise your code accordingly.