From the Fast Clone Console, you can generate a script for disabling or dropping target table constraints, depending on the target type.
If you have target tables with primary key-foreign key relationships, run this script prior to loading data to avoid constraint violations on the target.
Connect to the source database and target database.
On the
Target DB
tab, ensure that you select the target schema or owner.
Click the
Schema
Disable Constraints
on the menu bar, or click the
Disable all constraints on all selected tables on destination
button on the toolbar.
The
View Script
dialog box appears. It shows the generated script for disabling or dropping target constraints.
Perform one of the following actions:
Click
Run
to run the script immediately.
Click
Save
to save the generated script to a directory of your choice. You can run the script on the target system later to disable or drop constraints.