Data Integration Connectors
- Data Integration Connectors
- All Products
Property | Description |
|---|---|
Update Mode | Specifies the mode to write data to PostgreSQL
target. You can specify the following modes:
|
Override Target Query | An SQL statement to override the default update
query that the Secure Agent generates for the update
operation. |
Schema Name | Overrides the schema name of the target
object. |
Target Table Name | Overrides the default PostgreSQL target table
name. |
Pre-SQL | The pre-SQL commands to run a query before you
write data to PostgreSQL. You can partially parameterize pre-SQL
with values specified in a parameter file. |
Post-SQL | The post-SQL commands to run a query after you
write data to PostgreSQL. You can partially parameterize post-SQL
with values specified in a parameter file. |
Truncate Target | The Secure Agent truncates the target before
writing the data. |
Enable target bulk load | Performs bulk upload when you configure an insert
operation to write to PostgreSQL. Select this option to improve the
performance of inserting data in bulk to PostgreSQL. Default is
unselected. When you
enable the target bulk mode to insert data to PostgreSQL,
error files are not generated for rejected
records. |
Batch size | Applicable if you select the Enable target bulk
load option.The number of rows that the Secure
Agent writes in a single batch to PostgreSQL. Specify a batch
size value that is greater than zero. You can use a
batch size smaller than the DTM buffer size to manage failures
and reliably track statuses when a batch is rejected due to
errors. |
Reject File Directory | The directory that stores the rejected files.
Specify the directory where you want to store the rejected
files. |
Reject File Name | Name of the rejected file that is stored in the
reject file directory. |
Forward Rejected Rows | Not applicable. |