一、連接sql server數據庫報錯 html
錯誤鏈接數據庫 [My_vm_win_sql] : org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the databasesql
Driver class 'net.sourceforge.jtds.jdbc.Driver' could not be found, make sure the 'MS SQL Server' driver (jar file) is installed.
net.sourceforge.jtds.jdbc.Driver數據庫
org.pentaho.di.core.exception.KettleDatabaseException:
Error occurred while trying to connect to the databaseoracle
二、缺乏sql驅動 插件
oracle:ojdbc7.jar : 支持 12c.1 http://www.oracle.com/technetwork/database/features/jdbc/default-2280470.htmlserver
ojdbc8.jar : 12.2 http://www.oracle.com/technetwork/database/features/jdbc/jdbc-ucp-122-3110062.htmlhtm
ojdbc6 :http://vdisk.weibo.com/s/z8ZZMoqsgpNFHblog
SqlServer能夠直接搜索 sqljdbc.jar 官方下載 https://www.microsoft.com/en-us/download/details.aspx?id=11774cmd
三、將下好的驅動文件放入到kettle目錄中的lib文佳佳中,並重啓kettleio
四、12c的插件數據庫,若是容器數據庫爲orcl,插件數據庫爲orclpdb
那麼以下填寫錯誤,將不能連接插件數據庫:
特徵列表的URL爲:jdbc:oracle:thin:@localhost:1521:orclpdb
用cmd驗證以下:
正確登陸:
只由於一個是/ 一個是:,故此定性爲bug。