Solution
Set the SQLNET.ALLOWED_LOGON_VERSION parameters explicitly to 8 in the sqlnet.ora file:
SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
SQLNET.ALLOWED_LOGON_VERSION_CLIENT=8
Reloading the listener will fix the issue.
Set the SQLNET.ALLOWED_LOGON_VERSION parameters explicitly to 8 in the sqlnet.ora file:
SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
SQLNET.ALLOWED_LOGON_VERSION_CLIENT=8
Reloading the listener will fix the issue.