skip to main content
Connection property descriptions : DataIntegrityLevel
  

Try DataDirect Drivers Now

DataIntegrityLevel

Purpose

Determines the level of Oracle Advanced Security data integrity used for data sent between the driver and database server. The connection fails if the database server does not have a compatible integrity algorithm.

Valid values

rejected | accepted | requested | required

Behavior

If set to rejected, the driver does not enable a data integrity check for data sent between the driver and database server. The connection fails if the database server specifies REQUIRED.
If set to accepted, the driver enables a data integrity check for data sent between the driver and database server if the database server requests or requires it.
If set to requested, the driver enables a data integrity check for data sent between the driver and database server if the database server permits it.
If set to required, the driver performs a data integrity check for data sent between the driver and database server. The database server must have data integrity check enabled. The connection fails if the database server specifies REJECTED.

Notes

*You can enable data integrity protection without enabling encryption.
*Consult your Oracle administrator to verify the data integrity settings of your Oracle server.

Data source method

setDataIntegrityLevel

Default

accepted

Data type

String

See also

Data encryption
Performance considerations