我正在尝试配置Oracle DB。但显示:错误
错误(无法创建和更新存储空间。)
{
type: "jdbc",
enabled: true,
driver: "oracle.jdbc.OracleDriver",
url:"jdbc:oracle:thin:system/pass@123@192.xxx.xxx.xxx:8047/nvn"
}
请告诉我这里做错了什么..?
答案 0 :(得分:1)
问题在于存储插件的 url 。
您需要提及Oracle machnie的主机名/ IP& port not Drill Web UI的URL。
url:"jdbc:oracle:thin:<username>/<password>@<oracle-machine-hostname>:<port>/SID"
例如:
url:"jdbc:oracle:thin:user/pass@192.168.xx.xx:1521/orcl"
注意:强>
ojdbc7.jar
<drill-directory>/jars/3rdparty