DBMS_REDEFINITION.FINISH_REDEF_TABLE
I have been using this package to redefine bunch of tables from non-partitioned to partitioned. I have noticed that after I have finished the redefinition using finish_redef_table package, some of my tables are still referring to the constraints on the temporary tables. In other words, if my original table is TABLE1 and my temporary table is TABLE1_REDEF, I now see some of my production tables's FKs referring to both TABLE1 and TABLE1_REDEF tables. Is there a way to make sure that oracle cleans it up? Or is there something that I have to clean up manually (I have no problem