Wednesday, June 29, 2005
Using OS Authentication with JDev
It turns out that this is a bug in the oci jdbc driver shipped with the base install of Oracle 10g database (and presumably other 10g branded products). This is fixed in 10.1.0.3 and above.
My solution therefore. Backup the jdev jdbc/lib directory and then replace the contents with the contents of jdbc/lib from a 10.1.0.3 or 10.1.0.4 Oracle Database Oracle_Home. You'll still need to use the oci8 driver of course.