[Question][oracleLogmr-oracle] oracleLogmr_to_oracle.json报错,提示数组越界
- Dominant language
- Java
- Stars
- 4.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Search before asking
- [ ] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question.
- [X] I had googled my question but i didn't get any help.
- [X] I had read the documentation: [ChunJun doc](https://dtstack.github.io/chunjun) but it didn't help me.
### Description
创建oracleLogmr_to_oracle的json文件,执行时提示数组越界
```
{
"job": {
"content": [
{
"reader": {
"name": "oraclelogminerreader",
"parameter": {
"table": [
"TEST.T_CDC_TEST"
],
"username": "system",
"password": "@3PuXdx6SjffrfPP1BqseK1",
"cat": "UPDATE,INSERT,DELETE",
"jdbcUrl": "jdbc:oracle:thin:@192.168.10.189:1521:helowin",
"readPosition": "CURRENT",
"pavingData": true
}
},
"writer": {
"name": "oraclewriter",
"parameter": {
"username": "system",
"password": "@3PuXdx6SjffrfPP1BqseK1",
"connection": [
{
"jdbcUrl": "jdbc:oracle:thin:@192.168.10.189:1521:helowin",
"table": [
"T_CDC_TEST2"
],
"schema": "TEST"
}
],
"writeMode": "insert",
"column": [
{
"name": "ID",
"type": "INT"
},
{
"name": "TASK_NAME",
"type": "VARCHAR"
},
{
"name": "TASK_INFO",
"type": "VARCHAR"
},
{
"name": "COLLECT_TABLE",
"type": "VARCHAR"
}
]
}
}
}
],
"setting": {
"speed": {
"channel": 1,
"bytes": 0
},
"restore": {
"isStream": true,
"isRestore": false,
"restoreColumnName": "",
"restoreColumnIndex": 0
}
}
}
}
```

### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
Contributor guide
Assessment
This issue has not been assessed yet.