...
Custom properties for the export jobs are:
Custom Property | Default Value | Description |
export.jdbc.field.%s.varchar-length | 50 | - property can be set on the cluster settings page or within an export job configuration (when set in both settings, the settings on the cluster setting page are dismissed)
- '%' must be replaced by the field name respectively
- property defines the length of a varchar field
|
export.jdbc.dialect.%s.varchar-length | 100000 | - property can be set on the cluster settings page or within an export job configuration (when set in both settings, the settings on the cluster setting page are dismissed)
- '%' must be replaced by the dialect name respectively
- property defines the varchar length within a varchar column
|
export.jdbc.varchar-length | 112 | - property can be set on the cluster settings page or within an export job configuration (when set in both settings, the settings on the cluster setting page are dismissed)
- property defines the varchar length within jdbc export jobs
|