您的位置: 首页 > 文章 > org.pentaho.di.core.exception.KettleDatabaseException:Error occurred while trying to connect to the org.pentaho.di.core.exception.KettleDatabaseException:Error occurred while trying to connect to the 分类: 文章 • 2022-10-19 23:52:47 1、kettle连接oracle数据库异常 缺少驱动 下载 ojdbc.jar包 将下载的jar包(ojdbc14.jar)放到kettle目录下(data-integration\lib文件夹下) 2、kettle连接mysql数据库异常 驱动包下载地址: https://download.****.net/download/weixin_38919176/13099358 数据库名错误:3、mysql 查询数据库名: show databases(oracle 查询数据库名:select name from v$database)