Enabling the Extended Procedure for Generating Oracle Target Tables
Enabling the Extended Procedure for Generating Oracle Target Tables
By default, when generating target tables based on the source table schema, the Fast Clone Console preserves only the primary key constraints and column names that you define on the source.
For Oracle targets, if you also want to preserve default values, foreign key constraints, check constraints, unique constraints, indexes, and triggers that you define on the source, set the
newDDLConversion
parameter in the default.cfg file to false, as follows:
Close the Fast Clone Console.
In the
FastClone_installation
/uiconfig/default.cfg file, set the
newDDLConversion
parameter to false:
newDDLConversion=false
This parameter affects Oracle targets only. For other targets, the Fast Clone Console always uses the default target generation procedure.