Data Encryption and Integrity Parameters
Table A–8 SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER Parameter Attributes
Attribute
Syntax
Valid Values
Default Setting
SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT
This parameter specifies a list of data integrity algorithms this client or server acting
as a client uses. This list is used to negotiate a mutually acceptable algorithm with
the other end of the connection. If an algorithm that is not installed on this side is
specified, the connection terminates with error message ORA-12650.
Table A–9 SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT Parameter Attributes
Attribute
Syntax
Valid Values
Default Setting
Seeding the Random Key Generator (Optional)
Setting this parameter in the sqlnet.ora file as follows is optional:
SQLNET.CRYPTO_SEED = "10-70 random characters"
The characters that form the value for this parameter can be used to seed the
random number generator that is used to generate cryptographic key material. The
more random the characters entered into this field are, the stronger the keys are.
You set this parameter by entering from 10 to 70 random characters into the
preceding statement.
A-8 Oracle Database Advanced Security Administrator's Guide
Description
SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER = (valid_crypto_
checksum_algorithm [,valid_crypto_checksum_algorithm])
SHA-1: Secure Hash Algorithm
MD5: Message Digest 5
If no algorithms are defined in the local sqlnet.ora file, all
installed algorithms are used in a negotiation in the preceding
sequence.
Description
SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT = (valid_crypto_
checksum_algorithm [,valid_crypto_checksum_algorithm])
SHA-1: Secure Hash Algorithm
MD5: Message Digest 5
If no algorithms are defined in the local sqlnet.ora file, all
installed algorithms are used in a negotiation.
Need help?
Do you have a question about the Oracle Database B10772-01 and is the answer not in the manual?