Proxy to JDBC outbound interface.
PI 7.31 dual stack verion, Oracle 12.1.0.2.0
. below connection strings are using.
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=whatEverYourHostNameIs)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=yourServiceName)))
jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=TCP)(HOST= 192.168.10.11)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST= 192.168.10.12)(PORT=1521)) (ADDRESS=(PROTOCOL=TCP)(HOST= 192.168.10.13) (PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST= 192.168.10.14)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME= rac.hostname)))
while connecting from PI to RAC DB getting ORA:28040 error in jdbc channel.
RAC DB is using below paramerts in their side .
http://www.redstk.com/ora-28040-no-matching-authentication-protocol-after-upgrade-to-12c/
RAC DB sqlnet configuration maintained below parameters..
SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
SQLNET.ALLOWED_LOGON_VERSION_CLIENT=8. please can you help on this issue.