Apache Zeppelin鏈接Oracle數據庫

     本文介紹Apache Zeppelin網頁筆記本如何建立配置jdbc解釋器,鏈接Oracle數據庫,進行SQL開發,實現數據可視化。數據庫

    簡單來講,步驟以下:oracle

  1. 下載ojdbc8.jar
  2. 建立新jdbc解釋器
  3. 配置jdbc參數
  4. 測試新解釋器

 

  1.  Download ojdbc8.jar
  2. Create new jdbc Interpreter
  3. Configure jdbc parameters
  4. Test new Interpreter

1. Go to Interpreters page.

2. Create new jdbc Interpreter.


3. Configure parameters.

default.driver	oracle.jdbc.driver.OracleDriver
default.url		jdbc:oracle:thin:@//host:port/servicename
default.user		database_user
default.password	password
artifact			/opt/oracle/ojdbc8.jar

 4. Create new notbook binding with the new interpreter.

 

    若是你以爲有收穫,請給我點贊/收藏/打賞。(^_−)☆測試

相關文章
相關標籤/搜索