Presto: v0.241 Oracle Connector logon denied

Created on 28 Sep 2020  路  3Comments  路  Source: prestodb/presto

After installing and configuring Oracle Connector, the execution query shows "ORA-01017: invalid username/password; logon denied"

https://github.com/prestodb/presto/blob/715704fd0c09f354cb518d6c24ebc30a3f49d6a9/presto-oracle/src/main/java/com/facebook/presto/plugin/oracle/OracleClientModule.java#L47

It seems that ORACLE parameters are not processed?

Most helpful comment

As a workaround... this worked for me. Change your jdbc uri to this format:
jdbc:oracle:thin:user/password@//<host>[:<port>]/<service>

All 3 comments

Seeing the same thing here. Our custom oracle connector from previous versions worked.

As a workaround... this worked for me. Change your jdbc uri to this format:
jdbc:oracle:thin:user/password@//<host>[:<port>]/<service>

浣滀负瑙e喅鏂规硶锛岃繖瀵规垜鏈夌敤銆傚皢鎮ㄧ殑jdbc uri鏇存敼涓轰互涓嬫牸寮忥細
jdbc:oracle:thin:user/password@//<host>[:<port>]/<service>

Thank you very much.

At present, it is also used in this way

Was this page helpful?
0 / 5 - 0 ratings