Database Administration (MOSC)

MOSC Banner

DBMS_REDEFINITION.FINISH_REDEF_TABLE

edited Mar 22, 2016 5:02AM in Database Administration (MOSC) 1 commentAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center