Home » Other » Client Tools » how to set connection property "oracle.jdbc.thinLogonCapability" (Red Hat, Oracle 11g, Web logic10.3.5)
how to set connection property "oracle.jdbc.thinLogonCapability" [message #596640] Wed, 25 September 2013 06:10 Go to next message
deepak416
Messages: 63
Registered: January 2013
Location: Pune
Member
how to set connection property "oracle.jdbc.thinLogonCapability"
icon14.gif  Re: how to set connection property "oracle.jdbc.thinLogonCapability" [message #596656 is a reply to message #596640] Wed, 25 September 2013 08:12 Go to previous messageGo to next message
Michel Cadot
Messages: 68624
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator

You can either use it in "java" command line as:
-Doracle.jdbc.thinLogonCapability=o3

or you can set it in your program using:
System.setProperty("oracle.jdbc.thinLogonCapability","o3")

Note there is a bug in 11.2.0.3 driver which ignores this parameter, you have to use a 11.2.0.1 driver.

Re: how to set connection property "oracle.jdbc.thinLogonCapability" [message #596722 is a reply to message #596656] Thu, 26 September 2013 00:36 Go to previous message
deepak416
Messages: 63
Registered: January 2013
Location: Pune
Member
problem solved --

add "-Doracle.jdbc.thinLogonCapability=o3" in JAVA_OPTS parameters
Previous Topic: ORA-12504, TNS:listener was not given the SID in CONNECT_DATA
Next Topic: Error 6 initializing SQL*Plus
Goto Forum:
  


Current Time: Thu Mar 28 11:03:18 CDT 2024