I just upgraded form Oracle 2017.1 to Oracle 2018 and now I'm having issues with Oracle database connections.
I get this 'ORA-12638: Credential retrieval failed' error which is solved by changing SQLNET.AUTHENTICATION_SERVICES= (NTS) to SQLNET.AUTHENTICATION_SERVICES= (NONE) in /oracle home/network/admin/sqlnet.ora.
The thing is that after applying that solution when I execute my workspace there's this Warning line in the log:
Unable to determine version of Oracle database. (serverType=`ORACLE8I', serverName=`myServerName', userName=`myUserNAme', password=`***', dbname=`').
It's confusing because warnings are important in our workflow.
Is there anything I can do to make FME know our database version?