Tag: data migration
-
Oracle: Enable/Disable all constraints in schema at once
Here are the snippets for enabling and disabling all constraints in an oracle schema. This is useful when you create a new schema and then fill it up with the data from other databases. For whatever reason you will need this be careful to only enable primary keys at first, otherwise all foreign key validation […]