We are using Firefly version 33073 and connecting to an Oracle 19c database. Our customer has enabled the latest security algorithms and now our application doesn't connect. Sqlplus connects without a problem, but our app doesn't use the Oracle client. Is there a way to connect from our application using the latest encryption, or to tell our app to use the client? The encryption settings required by the server are:
SQLNET.ENCRYPTION_SERVER = REQUIRED
SQLNET.ENCRYPTION_TYPES_SERVER = (AES256, AES128)
SQLNET.CRYPTO_CHECKSUM_SERVER = REQUIRED
SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER = SHA1