Name
SQLNET.CRYPTO_CHECKSUM_SERVER
Synopsis
SQLNET.CRYPTO_CHECKSUM_CLIENT = {ACCEPTED | REJECTED | REQUESTED | REQUIRED}Specifies the manner in which a Net8 server negotiates the use of checksums with a client 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_CLIENT. The default setting is ACCEPTED.
Parameters
- ACCEPTED
The server does not request the use of checksums, but goes along if the client requests them. Compatible server parameters are REJECTED, REQUESTED, and REQUIRED.
- REJECTED
The server does not support the use of checksums at all. Compatible client parameters are REJECTED, ACCEPTED, and REQUESTED.
- REQUESTED
The server prefers to use checksums, but does not force the issue if the client rejects their use. Compatible client parameters are ACCEPTED, REQUESTED, and REQUIRED.
- REQUIRED
The server demands the use of checksums, and does not connect otherwise. Compatible client parameters are ACCEPTED, REQUESTED, and REQUIRED.