Greetings To All,

I have enabled sqlnetencryption on one of my servers by adding parameters in the sqlnet.ora

SQLNET.ENCRYPTION_CLIENT = accepted

SQLNET.ENCRYPTION_TYPES_CLIENT = RC4_128

SQLNET.CRYPTO_SEED = ddfgg565658679070880dsafjkdsfqp5f201p45mxskdlfdasf

SQLNET.ENCRYPTION_SERVER = required

SQLNET.ENCRYPTION_TYPES_SERVER = RC4_128

My question is can we have both SQLNET.ENCRYPTION_TYPES_CLIENT ,SQLNET.ENCRYPTION_TYPES_SERVER on the same server. What are the pros and cons to have both on the same server. My intention is to have this type of configuration as this server itself can act like a client for other sqlnetencrypted server.
correct me if i did something wrong.

Any help or suggestions would be greatly appreciated.

Thanks in Advance
P_G