Database Networking (MOSC)

MOSC Banner

ORA 12650 12650, 00000, "No common encryption or data integrity algorithm"

We are using an oracle database enterprise edition 19CR26

We are testing data encryption between the database and weblogic.

The set up under the sqlnet.ora file is:

# sqlnet.ora Network Configuration File: /oracle-software/app/oracle/product/19.0.0/dbhome_1/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

SQLNET.ENCRYPTION_SERVER = REQUIRED
SQLNET.ENCRYPTION_TYPES_SERVER = (AES256)
SQLNET.CRYPTO_CHECKSUM_SERVER = REQUIRED
SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER = (SHA512)
SQLNET.ALLOW_WEAK_CRYPTO_CLIENTS = FALSE

##SQLNET.ENCRYPTION_TYPES_SERVER= (3DES168)
ADR_BASE = /oracle-software/app/oracle
##HOSTNAME.DEFAULT_SERVICE_IS_HOST=1
DEFAULT_DOMAIN=nasaprs.com

#SQLNET.AUTHENTICATION_SERVICES=NONE 
SQLNET.ALLOWED_LOGON_VERSION_SERVER = 8
SQLNET.ALLOWED_LOGON_VERSION_CLIENT = 8

TRACE_LEVEL_CLIENT=16

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center