Configuring Network encryption
Hi Gurus, Do i have to setup the following sqlnet.ora parameters on both database server and client machines/app servers . I have the below parameters setup on my 11204 on RHEL 6 db server and i did not configure anything on the client side(windows server),my understanding with this is i'm controlling the encryption from db server,correct? server side: SQLNET.ENCRYPTION_SERVER=REQUIRED SQLNET.ENCRYPTION_TYPES_SERVER=(AES256,AES128,RC4_256) SQLNET.CRYPTO_CHECKSUM_SERVER=REQUIRED SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER=(SHA1,MD5) SQLNET.CRYPTO_SEED="dfgejijxlmnpsdc" Do i need set the below parameters on the windows server where apps is running to have encryption or above server side should just suffice for implementing encryption. SQLNET.CRYPTO_CHECKSUM_CLIENT SQLNET.ENCRYPTION_TYPES_CLIENT SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT Thanks in advance.