Native Network Encrytion in a Net Service Name (TNSNAMES)
Hi,
is it possible to set native network encryption parameters (ENCRYPTION_CLIENT,ENCRYPTION_TYPES_CLIENT etc. ) in a net service name?
I have found nothing in the documentation but adding e.g. (SERVICE_NAME=SERVICE))(Security=(ENCRYPTION_CLIENT=REQUIRED)) seems to work and the connection uses AES256. Also (SERVICE_NAME=SERVICE))(Security=(ENCRYPTION_CLIENT=REJECTED)) seems to work but e.g. ENCRYPTION_TYPES_CLIENT not? So why does this work? In the documentation I have found nothing about that.
I have found here an example in combination with ojdbc.properties: