oracle disable/enable all constraints and triggers
disable script: DECLAREBEGIN FOR i IN (SELECT table_name, constraint_name --disable first the foreign key FROM user_constraints WHERE constraint_type ='R' AND status ...