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

Unloading Data from Views

Unloading Data from Views

You can configure Fast Clone to unload data from Oracle views by using the conventional path unload method.
You cannot select views for a data unload job in the Fast Clone Console because source views are not displayed on the
Source Tables
tab. To unload data from views, use one of the following methods:
  • Open the configuration file in a text editor and manually add views to the [SOURCE_INDIRECT_TABLES] section. Use the following syntax:
    TABLE
    id
    =
    view_name
    To unload specific columns from a view, add a statement for each view on a separate row in the [SOURCE_INDIRECT_TABLES_COLUMNS_LIST] section. In each view statement, list the columns to unload, using a comma (,) as the separator. Use the following format:
    TABLE
    id
    _COLUMN_LIST=
    column_name_1
    ,
    column_name_2
    ,...
    For example, the following statements unload data from three columns of the DEMO_VIEW view:
    [SOURCE_INDIRECT_TABLES] TABLE1=DEMO_VIEW [SOURCE_INDIRECT_TABLES_COLUMNS_LIST] TABLE1_COLUMN_LIST=COLUMN1,COLUMN2,COLUMN3
  • Define an SQL query that selects data from the view. In the query statement, use the full view name, including the schema name. You can define an SQL query for a configuration file in the Fast Clone Console.
To unload data from Oracle materialized views, select the materialized views on the
Source Tables
tab in the Fast Clone Console. You can use the direct path unload method because Oracle stores materialized view data in the data files.

0 COMMENTS

We’d like to hear from you!