Has anyone every gotten that to work?
I have on server sqlnet.ora:
SQLNET.ENCRYPTION_SERVER=requested
SQLNET.ENCRYPTION_TYPES_SERVER=(DES)
SQLNET,ALLOWED_LOGON_VERSION_SERVER=10 (previously tried 8 and that didn't work either)
client sqlnet.ora:
SQLNET.ENCRYPTION_CLIENT=requested
SQLNET.ENCRYPTION_TYPES_CLIENT=(DES)
V 11.2.0.1 clients get TNS-12547
but once in a while it will work.
Same tnsnames.ora and sqlnet.ora on v 12 client works.