Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
When WireProtocolMode is set to 2, the driver optimizes network traffic to the Oracle server. The warning message is just to notify that this optimization is done automatically and so it should not impact your business. You may refer to <Tibco Home>\tpcl\5.6\jdbc\help to get more information about the property WireProtocolMode.
To avoid this warning, you could set the WireProtocolMode to 2 manually in the JDBC URL like: jdbc:tibcosoftwareinc:oracle://localhost:1521;SID=orcl;WireProtocolMode=2. In this way, the property will not be modified automatically and no warning message anymore