skip to main content
DataDirect Connect Drivers : Oracle Driver : Connection Properties : WireProtocolMode
  
WireProtocolMode
Purpose
This property is supported for backward compatibility. A value of 2 (the default) allows the driver to use the optimal protocol to communicate with the Oracle server; however, there may be some scenarios where setting the value to 1 may produce better results.
Valid Values
1 | 2
Behavior
If set to 1, the driver uses an older protocol to communicate with the Oracle server.
If set to 2, the driver uses an updated protocol to communicate with the Oracle server.
Default
2
Data Type
int
See also
Performance Considerations