Data Integration Connectors
- Data Integration Connectors
- All Products
Property
| Description
|
---|---|
Pre-SQL
| The pre-SQL commands to run a query before you read data from 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 read data from PostgreSQL.
You can partially parameterize post-SQL with values specified
in a parameter file. |
Fetch Size
| Determines the number of rows to read in one resultant set from PostgreSQL. Specifying a number limits the number of rows to fetch with each trip to the database and avoids unnecessary memory consumption.
You can specify a maximum fetch size of 2147483647. Default is 100000.
|
Schema Name
| Overrides the schema name of the source object.
|
Source Table Name
| Overrides the default PostgreSQL source table name.
|
Tracing Level
| Sets the amount of details that appear in the log file.
You can choose terse, normal, verbose initialization, or verbose data.
Default is normal.
|
SQL Override
| The SQL statement to override the default query generated from the specified source type to read data from the PostgreSQL source.
You can partially parameterize SQL override with values specified in a parameter file.
Ensure that the list of selected columns, data types, and the order of the columns that appear in the query matches the columns, data types, and order in which they appear in the source object.
SQL override is not applicable when you enable partitioning. If you specify an SQL override and configure partitioning, the mapping fails.
|