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.
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.
To add an SQL query, click
Add
.
The
New Query
dialog box appears, as shown in the following image:
In the
Query Name
field, enter a unique query name.
Fast Clone uses this value to name the query output file.
In the text box, type the query, or copy and paste it from an SQL editor.
Click
Validate
to validate the query.
The Fast Clone Console does not execute the query when validating it.