After installing and configuring Oracle Connector, the execution query shows "ORA-01017: invalid username/password; logon denied"
It seems that ORACLE parameters are not processed?
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
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>