Mandatory Parameters for DBFastTableCopy

Parameter

Meaning

Example

-S <path>

Source database path, as specified by Oracle.  This path is the Oracle destination database net8 listener.

-S tpcc_tst1

-D <path>

Destination database path, as specified by Oracle. This path is the Oracle source database net8 listener.

-D tpcc_tst2

-O <mode>

Type of output (mode); valid values are:

D = output to database

I = output information only

-O D

-T <table>

Name of the Oracle database table to copy

-T ordr

-u <username/
password
>

The schema username and password for both the source and target database. By default, it is the same on both databases. The Oracle user must have privileges to write data and set database parameters on the target table being copied. You may specify a different user on the target. See the following –d parameter.

-u scott/tiger