Skip to content

Commit 541e5f8

Browse files
committed
Merge branch 'feature/sql-server-to-mysql-overview' of github.com:alswl/yugong into feature/sql-server-to-mysql-overview
2 parents 0119cd0 + 5c91343 commit 541e5f8

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,47 @@ logs
116116
```
117117
* 运行
118118
119+
## Tips
120+
121+
odjbc missing:
122+
123+
> ould not resolve dependencies for project com.taobao.yugong:yugong:jar:1.2.0:
124+
> The following artifacts could not be resolved: com.oracle:ojdbc14:jar:10.2.0.4.0,
125+
> com.alibaba.otter:canal.client:jar:1.0.25-SNAPSHOT:
126+
> Failure to find com.oracle:ojdbc14:jar:10.2.0.4.0 in
127+
> http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository,
128+
> resolution will not be reattempted until the update interval of maven.aliyun.com
129+
> has elapsed or updates are forced
130+
131+
```
132+
open http://www.oracle.com/technetwork/apps-tech/jdbc-10201-088211.html
133+
# download ojbc14_g.jar
134+
mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.4.0 -Dpackaging=jar -Dfile=ojdbc14_g.jar -DgeneratePom=true
135+
```
136+
137+
canal-client missing:
138+
139+
> Could not resolve dependencies for project com.taobao.yugong:yugong:jar:1.2.0: Failure to find
140+
> com.alibaba.otter:canal.client:jar:1.0.25-SNAPSHOT in
141+
> https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository,
142+
> resolution will not be reattempted until the update interval of sonatype has elapsed or updates are
143+
> forced
144+
145+
```
146+
git clone https://github.com/alibaba/canal
147+
cd canal
148+
git checkout 2cebfa0
149+
mvn clean install
150+
```
119151
120152
## 需要帮助怎么办?
121153
122154
123155
请联系作者 **3D**,CCTalk 找我「狄敬超」。
124156
157+
158+
相关文章:
159+
160+
* [从 SQL Server 到 MySQL (一):异构数据库迁移 - Log4D](https://blog.alswl.com/2018/03/sql-server-migration-1/)
161+
* [从 SQL Server 到 MySQL(二):在线迁移,空中换发动机 - Log4D](https://blog.alswl.com/2018/05/sql-server-migration-2/)
162+
* [从 SQL Server 到 MySQL(三):愚公移山 - 开源力量 - Log4D](https://blog.alswl.com/2018/06/sql-server-migration-3/)

0 commit comments

Comments
 (0)