Skip to content

Understand how to create two seperate connections with seperate TNS_ADMIN, sqlnet.ora in same process #1730

Answered by sudarshan12s
karkan20 asked this question in Q&A
Discussion options

You must be logged in to vote

The changes in sqlnet.ora (inside $TNS_ADMIN) for NNE TCPS connections still need to be present. Within an application, some connections can use TCP while others use TCPS, and combining them should not be an issue.

Sqlnet.encryption_client = required
Sqlnet.encrytion_types_client = aes256
Sqlnet.crypto_checksum = required
Sqlnet.crypto_checksum_types_client =sha512

Please see NNE is only for thick mode. So initOracleClient call needs to be present in application.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by karkan20
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants