OracleSource interface
复制活动 Oracle 源。
- 扩展
属性
| additional |
指定要添加到源数据的其他列。 类型:对象数组(AdditionalColumns) (或包含 resultType 数组对象的表达式)。 |
| number |
用于表示不带精度和比例的 Oracle NUMBER 类型的小数精度。 范围为 1 到 256,如果未指定,则默认值为 256。 类型:整数(或包含 resultType 整数的表达式)。 仅用于版本 2.0。 |
| number |
用于表示 Oracle NUMBER 类型的十进制刻度,没有精度和刻度。 范围为 0 到 130,如果未指定,则默认值为 130。 类型:整数(或包含 resultType 整数的表达式)。 仅用于版本 2.0。 |
| oracle |
Oracle 读取器查询。 类型:字符串(或带有 resultType 字符串的表达式)。 |
| partition |
将并行用于 Oracle 读取的分区机制。 |
| partition |
将用于 Oracle 源分区的设置。 |
| query |
查询超时。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
| max |
源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。 |
| source |
源重试计数。 类型:整数(或包含 resultType 整数的表达式)。 |
| source |
源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])). |
属性详细信息
additionalColumns
指定要添加到源数据的其他列。 类型:对象数组(AdditionalColumns) (或包含 resultType 数组对象的表达式)。
additionalColumns?: any
属性值
any
numberPrecision
用于表示不带精度和比例的 Oracle NUMBER 类型的小数精度。 范围为 1 到 256,如果未指定,则默认值为 256。 类型:整数(或包含 resultType 整数的表达式)。 仅用于版本 2.0。
numberPrecision?: any
属性值
any
numberScale
用于表示 Oracle NUMBER 类型的十进制刻度,没有精度和刻度。 范围为 0 到 130,如果未指定,则默认值为 130。 类型:整数(或包含 resultType 整数的表达式)。 仅用于版本 2.0。
numberScale?: any
属性值
any
oracleReaderQuery
Oracle 读取器查询。 类型:字符串(或带有 resultType 字符串的表达式)。
oracleReaderQuery?: any
属性值
any
partitionOption
将并行用于 Oracle 读取的分区机制。
partitionOption?: string
属性值
string
partitionSettings
queryTimeout
查询超时。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).
queryTimeout?: any
属性值
any
type
多态鉴别器,它指定此对象可以的不同类型的
type: "OracleSource"
属性值
"OracleSource"
继承属性详细信息
maxConcurrentConnections
源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。
maxConcurrentConnections?: any
属性值
any
sourceRetryCount
sourceRetryWait
源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).
sourceRetryWait?: any
属性值
any