Hi ,
I want to load huge data into a particular partition of a table.
During load i want to disable constraints on the particular partition of the table which i am currently loading.
I don't want to disable constraint on whole table and enable it later .. as it may take more time ...
Similar to the way we can mark index of a particular partition 'UNUSABLE' during a bulk load , is it possible to do the same for constraints also ?