Update oraclereader.md

在DEMO中的querysql在结尾不应该添加 `;`,不然会导致ORA-00911: 无效字符
This commit is contained in:
randomGear 2020-07-08 15:01:14 +08:00 committed by GitHub
parent e2aed2e9e0
commit 1a2ca67bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ OracleReader插件实现了从Oracle读取数据。在底层实现上OracleRe
"connection": [
{
"querySql": [
"select db_id,on_line_flag from db_info where db_id < 10;"
"select db_id,on_line_flag from db_info where db_id < 10"
],
"jdbcUrl": [
"jdbc:oracle:thin:@[HOST_NAME]:PORT:[DATABASE_NAME]"