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

Source Table Parameter

Source Table Parameter

In the [SOURCE_TABLES] section of the configuration file, specify the tables or materialized views to unload with the direct path unload method. In the [SOURCE_INDIRECT_TABLES] section, specify the tables or views to unload with the conventional path unload method.
In both sections, use the following parameter to identify the tables or views:
table_id
The name of a source table to unload. For partitioned tables, specify the table name followed by the partition name. Each
table_id
must be a unique key in the configuration file.
To unload data from selected partitions in a source table, specify each partition on a separate row. For example:
table1=table_1.partition_1 table2=table_1.partition_3
To unload data from all partitions in a source table, specify the table name only or list all partitions. For example:
table1=table_1
or
table1=table_1.partition_1 table2=table_1.partition_2 table3=table_1.partition_3
The data load script can load table partitions in parallel because Fast Clone creates control and data files for each partition.

0 COMMENTS

We’d like to hear from you!