Test Data Management
- Test Data Management 10.5
- All Products
Source and Target Options
| Description
|
---|---|
Imported Source Owner Name
| The default name of the source owner.
|
Runtime Source Owner Name
| The name of the table owner from which you want the source data. Specify the owner name of the source table if you need the table from a different schema. Enter the schema name in uppercase unless the schema name is case sensitive in the database. If the schema name is case sensitive in the database, enter the name as in the database.
|
Target Prefix Name
| The name prefix of the target table. Specify the target schema name if the target is in a different schema.
|
Target Pre SQL
| An SQL statement to run before writing data to the target. Enter the complete SQL statement.
For example, if you want to alter the name of the target table before writing data to the target, specify the following pre SQL statement:
Where $TABLENAME is a parameter that you can select in the SQL statement.
|
Target Post SQL
| An SQL statement to run after writing data to the target. Enter the complete SQL statement.
For example, if you want to alter the name of the target table after writing data to the target, specify the following post SQL statement:
Where $TABLENAME is a parameter that you can select in the SQL statement.
|