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 a Target

Defining a Target

To define a target, enter connection information and set a few additional options. The Fast Clone Console saves this information to the configuration file and uses it to generate load scripts. When you run the Fast Clone executable, it uses the connection information to generate a connection string for the target.
After you enter the target connection information, you can connect to the target database to generate or validate the target schema and to manage target constraints that are used for loading data.
  1. Click the
    Target DB
    tab.
    The following image shows the
    Target DB
    tab for an Oracle target:
  2. Select the
    Database
    option to make the connection fields available.
    This option must be selected for Fast Clone to unload data into output files and generate the load scripts for the target database.
  3. Enter connection information for the target in one of the following ways:
    • Manually enter connection information for the target on the
      Target DB
      tab.
    • Click
      From SourceDB
      to use the source connection information for the target.
    The following table describes the connection fields on the
    Target DB
    tab:
    Field
    Description
    Target Types
    Database Type
    Select one of the following target types:
    • AMAZON REDSHIFT
    • CLOUDERA
    • GREENPLUM/BIZGRES
    • HIVE
    • HORTONWORKS
    • MAPR
    • MS SQL SERVER
    • NETEZZA
    • ORACLE
    • TERADATA
    • VERTICA
    The default value is ORACLE.
    All
    Version
    The version of the selected target type.
    • Cloudera
    • Hortonworks
    • Hive
    • MapR
    Hadoop version
    For Hive targets, the version of Hadoop for the Hive database.
    Hive
    Hostname
    The host name or IP address of the system where the target instance runs. The default value is the local host name.
    All
    Port
    The port number that Fast Clone uses to connect to the target. The default value depends on the target type.
    All
    Username
    A user ID that has the privileges that Fast Clone requires to write data to the target.
    For Hive targets, this field name is
    Hadoop username
    .
    All
    Password
    A valid password for the specified user.
    • Greenplum/Bizgres
    • Microsoft SQL Server
    • Netezza
    • Oracle
    • Teradata
    • Vertica
    Instance
    An Amazon Redshift, Oracle or Teradata instance name.
    • Amazon Redshift
    • Oracle
    • Teradata
    Database
    The target name.
    To select the target name from the
    Database
    list, you must first connect to the target.
    To manually enter the database name without connecting to the target, select the
    Allow entering owner as free text instead of retrieving list from database
    option.
    Hive, Netezza, and Vertica targets do not have the option to manually enter a database name.
    • Greenplum/Bizgres
    • Hive
    • Microsoft SQL Server
    • Netezza
    • Teradata
    • Vertica
    Location
    For Hive targets, the location of flat files that store table data on the Hadoop Distributed File System (HDFS) for a selected Hive database. The Fast Clone Console gets this location from the Hive target.
    Hive
    Owner
    The target owner name.
    To select the owner name from the
    Owner
    list, you must first connect to the target.
    To manually enter the owner name without connecting to the target, select the
    Allow entering owner as free text instead of retrieving list from database
    option.
    Oracle
    Path
    The directory in a distributed file system for the output files. Click
    Select
    to browse to the directory, or enter the path to the directory.
    The user name that you specify for connecting to the target must have write permissions on this directory.
    • Cloudera
    • Hortonworks
    • MapR
    SSL
    Select this option to configure Fast Clone to use the TCP/IP protocol with the Secure Sockets Layer (SSL), also called the TCPS protocol, to connect to the Oracle target.
    If you use TCPS connections between the Fast Clone Console and remote Oracle databases, you must install the Oracle Instant Client on the Fast Clone Console system.
    Oracle
    Schema
    A Greenplum schema name.
    To select the owner name from the
    Schema
    list, you must first connect to the target.
    To manually enter the schema name without connecting to the target, select the
    Allow entering owner as free text instead of retrieving list from database
    option.
    Greenplum
    OS Authentication in Informatica Fast Clone Console
    Select this option to configure Fast Clone to connect to a target by using the operating system user.
    • Microsoft SQL Server
    • Oracle
    Connect Direct in Informatica Fast Clone Console
    Select this option to connect to the target directly without using a database instance.
    • Microsoft SQL Server
    • Oracle
    Allow entering owner as free text instead of retrieving list from database
    If you do not connect to the target to enter a database, owner, or schema name from a list, select this option to manually enter this information.
    • Cloudera
    • Greenplum/Bizgres
    • Hortonworks
    • MapR
    • Microsoft SQL Server
    • Oracle
    • Teradata
    RAC connect support
    Select this option if you load data to an Oracle database in a RAC environment. To connect to the Oracle RAC, the Fast Clone Console uses an instance name that is specified in the
    Instance
    field and the Fast Clone executable uses a service name that is specified in the
    Service
    field.
    Oracle in a RAC environment
    Use custom url
    Select this option to configure the Fast Clone executable and Fast Clone Console to use different connection settings. In this case, Fast Clone uses the following connection settings to connect to the target:
    • The Fast Clone executable uses the connection information that you provide under
      Connection Details
      to generate a connection string.
    • The Fast Clone Console uses the connection string that you enter in the
      JDBC custom URL
      field.
    All
    JDBC custom URL
    If you selected the
    Use custom url
    option, specifies a connection URL for the JDBC driver that the Fast Clone Console uses to connect to an Oracle source. This URL has the following format:
    jdbc:oracle:thin@[
    host
    ][:
    port
    ]:
    SID
    For the SSL connection to an Oracle target, use the following format:
    jdbc:oracle:oci@[
    host
    ][:
    port
    ]:
    SID
    If you enter an SSL connection URL, clear the
    SSL
    option.
    JDBC custom connection URLs always use the values that are specified in the
    Username
    and
    Password
    fields. Ensure that any JDBC custom connection URL that you specify does not include a user name and a password.
    All
    Service
    An Oracle service name that is defined in a SERVICE_NAME environment variable.
    Oracle in a RAC environment
    If you do not enter the target connection information, the Fast Clone Console tries to use values that you entered for the source database on the
    Source DB
    tab.
  4. Click
    Connect
    .
    Verify that the target connection is successful.
    If you did not manually enter the database, owner, and schema, which are required for some target types, you must enter this information at this point.
    Fast Clone does not require you to connect to the target to save the target connection information to the configuration file.

0 COMMENTS

We’d like to hear from you!