Are ther any consequences when you disable a
"DISABLE VALIDATE" CONSTRAINT
then load a huge data into a partition table.
After the load,then re-enable the constraint?
You can re-enable by using exceptions table or if u are certain that there are no
duplicates and you have millions of rows that would cause a lot of time to enable
the unique key then use rely option of enabling constraint which shall force Oracle
to believe that everything is ok .For rely u have to enable query_rewrite parameter in init.ora.
Bookmarks