Database Administration (MOSC)

MOSC Banner

Oracle database data in transit native encryption

edited Jul 27, 2021 1:56PM in Database Administration (MOSC) 9 commentsAnswered

I am trying to enable Native Network Encryption for Database Connections.

On the database side I have added these parameters to the sqlnet.ora file

SQLNET.ENCRYPTION_SERVER=REQUESTED

SQLNET.ENCRYPTION_TYPES_SERVER=(AES256)


and this because in some scenarios the database will be the client to another database

SQLNET.ENCRYPTION_CLIENT=REQUESTED

SQLNET.ENCRYPTION_TYPES_CLIENT=(AES256)


On clients that use OCI I have added this to the sqlnet.ora

SQLNET.ENCRYPTION_CLIENT=REQUESTED

SQLNET.ENCRYPTION_TYPES_CLIENT=(AES256)


For JDBC connections the appropriate parameters are being set

My issue is on the database side how do I verify what sessions have encryption enabled.

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