Table of Contents

Search

  1. Preface
  2. Fast Clone Overview
  3. Configuring and Using the Fast Clone Server
  4. Creating Cloning Configuration Files in the Fast Clone Console
  5. Unloading Data from the Source Database
  6. Loading Data to a Target
  7. Remote Configuration Management
  8. Fast Clone Command Line Interface
  9. Troubleshooting
  10. Fast Clone Configuration File Parameters
  11. Glossary

User Guide

User Guide

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:
  1. Close the Fast Clone Console.
  2. 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.

0 COMMENTS

We’d like to hear from you!