本文主要是介绍同步数据工具Pentaho-(也就是Kettle),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
下载地址:https://community.hitachivantara.com/docs/DOC-1009855
参考地址:https://sourceforge.net/projects/pentaho/
中文参考地址:https://www.oschina.net/p/pentaho
配置文档参考:https://blog.csdn.net/github_38806262/article/details/78404760
遇到的问题:
错误连接数据库 [o2o-dev] : org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the database
Driver class ‘oracle.jdbc.driver.OracleDriver’ could not be found, make sure the ‘Oracle’ driver (jar file) is installed.
oracle.jdbc.driver.OracleDriver
解决办法:
将oracle或者oracle client安装目录下的ojdbc14.jar或ojdbc6.jar,复制到Pentaho安装目录lib下,重新启动Spoon.bat
参考:https://www.cnblogs.com/wangjunwei/p/7229823.html
发送邮件:
smtp授权失败,密码填的是授权码,而不是用户密码
授权码设置位置:
参考:https://www.cnblogs.com/OliverQin/p/5995962.html
这篇关于同步数据工具Pentaho-(也就是Kettle)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!