DataIntegrityLevel
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
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.
Default
rejected
Data Type
String