Name

SQLNET.CRYPTO_CHECKSUM_CLIENT

Synopsis

SQLNET.CRYPTO_CHECKSUM_CLIENT = {ACCEPTED | REJECTED | REQUESTED | REQUIRED}

Specifies the manner in which a Net8 client negotiates the use of checksums with a server when a new connection is made. If a client and server cannot agree on the use of checksums, then the connection attempt fails. See SQLNET.CRYPTO_CHECKSUM_SERVER. The default setting is ACCEPTED.

Parameters

ACCEPTED

The client does not request the use of checksums, but goes along if the server requests them. Compatible server parameters are REJECTED, REQUESTED, and REQUIRED.

REJECTED

The client does not support the use of checksums at all. Compatible server parameters are REJECTED, ACCEPTED, and REQUESTED.

REQUESTED

The client prefers to use checksums, but does not force the issue if the server rejects their use. Compatible server parameters are ACCEPTED, REQUESTED, and REQUIRED.

REQUIRED

The client demands the use of checksums, and does not connect otherwise. Compatible server parameters are ACCEPTED, REQUESTED, and REQUIRED.

Get Oracle Net8 Configuration and Troubleshooting now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.