Advanced Source Property | Description |
---|---|
Page Size | Number of rows that are cached from a JDBC source. Default is 1000. |
Isolation Level | Determines the level of concurrency in transactions to avoid data inconsistency. Select from the following isolation levels:
Default is None. |
Override Isolation Level | Overrides the isolation level if the database does not support it. If this option is checked, the task runs successfully with the default isolation level of the database. |
Pre SQL | Pre-SQL command to run against the source database before reading data from the source. |
Post SQL | Post-SQL command to run against the source database after reading data from the source. |
Enable Pagination | Not applicable. |
Number of rows to be fetched | Number of rows that are read from a JDBC source. Specify the number of rows fetched to limit the data retrieved. Default is zero, which indicates that an unlimited number of rows are fetched. |
Number of rows to be skipped | Not applicable. |