skip to main content
Connection Option Descriptions : Data Integrity Types
  

Try DataDirect Drivers Now

Data Integrity Types

Attribute

DataIntegrityTypes (DIT)

Purpose

Determines the method the driver uses to protect against attacks that intercept and modify data being transmitted between the client and server. You can enable data integrity protection without enabling encryption. See "Encryption and Data Integrity" for more information.

Valid Values

value [[, value ]...]
where:
value
is one of the following cryptographic algorithms:
MD5 | SHA1 | SHA256 | SHA384 | SHA512
If multiple values are specified and Oracle Advanced Security data integrity is enabled using the Data Integrity Level option, the database server determines which algorithm is used based on how it is configured.

Notes

*This option has no effect if "Data Integrity Level" is set to 0 - Rejected.
*Consult your database administrator concerning the data integrity settings of your Oracle server.
*This connection option can affect performance.

Default

MD5,SHA1,SHA256,SHA384,SHA512

GUI Tab

Advanced Security tab

See also

*Data Integrity Level
*Oracle Advanced Security
*Performance Considerations