Skip to content
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

sqlserver同步到oracle 提示枚举类缺少常量 #127

Open
Shelton1125 opened this issue Mar 9, 2020 · 1 comment
Open

sqlserver同步到oracle 提示枚举类缺少常量 #127

Shelton1125 opened this issue Mar 9, 2020 · 1 comment

Comments

@Shelton1125
Copy link

`#资源数据库
yugong.database.source.username=erp2
yugong.database.source.password=MES
yugong.database.source.type=SqlServer
yugong.database.source.url=jdbc:sqlserver://192.168.6.249:1433;DatabaseName=AIS20140512135317
yugong.database.source.encode=UTF-8
yugong.database.source.poolSize=30

#目标数据库
yugong.database.target.url=jdbc:oracle:thin:@192.168.6.253:1521:mestest
yugong.database.target.username=MES
yugong.database.target.password=MES
yugong.database.target.type=ORACLE
#yugong.database.target.encode=UTF-8
#yugong.database.target.poolSize=30
#yugong.table.batchApply=true
#yugong.table.onceCrawNum=1000
#yugong.table.tpsLimit=0

use connection default schema

yugong.table.ignoreSchema=false

skip Applier Load Db failed data

yugong.table.skipApplierException=false
#yugong.table.white=yugong_example_join,yugong_example_oracle,yugong_example_two
yugong.table.white=yugong_example_oracle
yugong.table.black=
`
yugong.properties

@alswl
Copy link
Collaborator

alswl commented Mar 9, 2020

请问错误信息是什么?能否贴上来看一下?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants