-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Oracle->Doris] Chunjun Source 实时同步异常 #192
Comments
已经修改了,之前在 OracleDataSourceFactory中设置了 Oracle Date类型转 转Types.DATE 的转化去掉了(Oracle 的Date类型实际上是 timestamp的类型) // if ("DATE".equalsIgnoreCase(type.typeName)) {
// 由于Oracle的Date类型在实际上是精确到秒的,不能简单输出成Date类型
// return new DataType(Types.DATE, type.typeName, type.columnSize);
// } |
baisui1981
added a commit
to qlangtech/plugins
that referenced
this issue
Mar 27, 2023
fixed |
baisui1981
added a commit
to qlangtech/plugins
that referenced
this issue
Apr 18, 2023
…nt process on Source or Sink end for oracle Date type
baisui1981
added a commit
that referenced
this issue
Apr 18, 2023
…n Source or Sink end for oracle Date type
baisui1981
added a commit
to qlangtech/DataX
that referenced
this issue
Apr 18, 2023
…nt process on Source or Sink end for oracle Date type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用数据库:Oracle11
Oracle Create Table DDL
insert SQL
Source 端采用oracle chunjun,
异常:
@张三丰
The text was updated successfully, but these errors were encountered: