skip to main content
Part 2: The 32-Bit/64-Bit Drivers : The Oracle Wire Protocol Driver : Connection Option Descriptions : Encryption Level
  
Encryption Level
Attribute
EncryptionLevel (EL)
Purpose
Specifies a preference on whether to use encryption on data being sent between the driver and the database server.
Valid Values
Rejected | Accepted | Requested | Required
Behavior
If set to 0 - Rejected, or if no match is found between the driver and server encryption types, data sent between the driver and the database server is not encrypted or decrypted. The connection fails if the database server specifies REQUIRED.
If set to 1 - Accepted, encryption is used on data sent between the driver and the database server if the database server requests or requires it.
If set to 2 - Requested, data sent between the driver and the database server is encrypted and decrypted if the database server permits it.
If set to 3 - Required, data sent between the driver and the database server must be encrypted and decrypted. The connection fails if the database server specifies REJECTED.
Notes
*Consult your database administrator concerning the data encryption settings of your Oracle server.
*This connection option can affect performance.
Default
0 - Rejected
GUI Tab
Advanced Security tab
See also
Performance Considerations