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

Defining SQL Queries for Unload Processing

Defining SQL Queries for Unload Processing

You can define SQL query statements that are processed when the data unload jobs run. For example, create a query that performs table joins or selects data from a view.
Fast Clone uses the conventional path unload method for unload jobs that use configuration files with user-defined SQL queries. During unload processing, Fast Clone generates an output file that contains the query results for each query that you define. Fast Clone uses the query name that you specify in the configuration file as the output file name.
  1. Click
    Data
    Add Conventional SQL
    on the menu bar, or click the
    Add conventional path SQL queries
    button on the toolbar.
    The menu command and toolbar button are not available until you connect to the source database.
    The
    Edit SQL Queries
    dialog box appears, as shown in the following image:
    This dialog box lists SQL queries that you previously defined. To edit or delete an existing SQL query, click
    Edit
    or
    Delete
    in the query row.
  2. To add an SQL query, click
    Add
    .
    The
    New Query
    dialog box appears, as shown in the following image:
  3. In the
    Query Name
    field, enter a unique query name.
    Fast Clone uses this value to name the query output file.
  4. In the text box, type the query, or copy and paste it from an SQL editor.
  5. Click
    Validate
    to validate the query.
    The Fast Clone Console does not execute the query when validating it.
  6. If the validation is successful, click
    Save
    to save the query.
    The query appears in the SQL query list.

0 COMMENTS

We’d like to hear from you!