Test Data Management
- Test Data Management 10.4.0
- All Products
Advanced Options
| Description
|
---|---|
Datetime Format String
| Date-time format defined in the session properties. You can enter seconds, milliseconds, microseconds, or nanoseconds.
Default is microseconds.
|
Target Load Type
| Choose Normal or Bulk.
If you select Normal, the PowerCenter Integration Service loads targets normally. Choose Normal mode if the mapping contains an Update Strategy transformation.
Choose Bulk to improve session performance. Bulk load limits the ability to recover because no database logging occurs.
Default is Normal.
|
Target Schema Name
| Table name prefix. Specify the target schema name if the target is in a different schema. Choose to enter a value or parameter. If you choose to enter a parameter, select the parameter name from the list. The list includes global parameters and project parameters. Global parameters are indicated with an asterisk (*).
If the target is Cassandra, you must specify the target schema name.
If the target is MongoDB, you must not specify the target schema name.
|
Source Schema Name
| Table owner name. Specify the source schema name if the source is in a different schema. Choose to enter a value or parameter. 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. If you choose to enter a parameter, select the parameter name from the list.
The list includes global parameters and project parameters. Global parameters are indicated with an asterisk (*).
If the source is Cassandra, you must specify the source schema name.
If the source is MongoDB, you must not specify the source schema name.
|
Source Pre SQL
| SQL query executed before the plan is run. Required if you need to perform an operation before you run the plan. Enter the complete SQL statement.
|
Source Post SQL
| SQL query executed after the plan is run. Required if you need to perform an operation after you run the plan. Enter the complete SQL statement.
|
Target Pre SQL
| An SQL statement to run before writing data to the target. Enter the complete SQL statement.
|
Target Post SQL
| An SQL statement to run after writing data to the target. Enter the complete SQL statement.
|
Batch Size
| The number of target rows that you want to move at a time. This option is available when you select the Batch Update as Yes. Use with inplace masking.
If a primary key or a unique constraint column contains a masking rule assignment, the batch size must be greater than or equal to the total number of records.
|
Use Oracle ROWID in Source
| Determines whether to use the ROWID from Oracle sources as a column. The ROWID indicates the physical location of a row in the database. Enabled when the Oracle source and target connections are the same.
|
Performance Hint
| Optimizes the SQL query after the plan is run. Enter a performance hint value only for Oracle databases.
|
Source Table Name
| The name of the table in the source that you use in the plan. Enter the name of the source table if the name differs from the name of the table that you imported into the project. The metadata in both tables must be the same.
You can choose to override either the source or the target table names or both.
|
Target Table Name
| The name of the table in the target that you use in the plan. Enter the name of the target table if the name differs from the name of the table that you imported into the project. The metadata in both tables must be the same.
You can choose to override either the source or the target table names or both.
|