How to fix the Oracle error ORA-12683: encryption/crypto-checksumming: no Diffie-Hellman seed?
In this post, you’ll learn more about the Oracle ErrorORA-12683: encryption/crypto-checksumming: no Diffie-Hellman seed with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-12683: encryption/crypto-checksumming: no Diffie-Hellman seed
Reason for the Error ORA-12683: encryption/crypto-checksumming: no Diffie-Hellman seed
The “sqlnet.crypto_seed” parameter is missing from the SQLNET.ORA parameters file for Oracle Advanced Security.
How to fix the Error ORA-12683: encryption/crypto-checksumming: no Diffie-Hellman seed ?
You can fix this error in Oracle by following the below steps
Add this line to SQLNET.ORA: sqlnet.crypto_seed = “randomly-chosen text”
Leave Your Comment