jayjaybigs
IS-IT--Management
Hello All,
I have several constraints on table. I intend to load big data into the table. However I wanted to disable all the costraints at once like the following:
ALTER TABLE STATE
DISABLE CONSTRAINT ALL;
OR
ALTER TABLE STATE
ENABLE CONSTRAINT ALL;
Could anyone advice if this is feasable.
I have several constraints on table. I intend to load big data into the table. However I wanted to disable all the costraints at once like the following:
ALTER TABLE STATE
DISABLE CONSTRAINT ALL;
OR
ALTER TABLE STATE
ENABLE CONSTRAINT ALL;
Could anyone advice if this is feasable.