Warn Message -[Oracle JDBC Driver]The wireProtocolMode connect option has been internally changed to 2,

When using JDBC activity in project you may get this Warn Message every time in logs

"[tibcosoftwareinc][Oracle JDBC Driver]The wireProtocolMode connect option has been internally changed to 2, due to the use of UTF8 transliteration."


To avoid this warn message add ';WireProtocolMode=2' to JDBC URL of the jdbc connection configuration
example:
jdbc:tibcosoftwareinc:oracle://XXXXXXXX.XXXX.nsroot.net:1234;SID=ABC;WireProtocolMode=2

This Warn message may come in case of BW version upgradation or oracle 11g or Oracle 10g

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP