Oracle 10g and SQL Developer

At work I’ve been using Oracle’s SQL Developer lately to do my database work. It has been working great until this week when we started working on migrating to Oracle 10g. I installed the new 10g client on my workstation and while I could still use SQL Developer to connect to my old 9x schemas - trying to connect to 10g would result in a horrible crash.

After I dug around I found what seems to be the solution on the SQL Developer Forum.

Turns out there may be an issue with the JDBC drivers shipping with the latest SQL Developer. The ‘fix’ is to copy two .jar files from your 10g client install to the SQL Developer directories.

On my machine I copied these two files from my Oracle installation:

C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14.jar
C:\oracle\product\10.2.0\client_1\jdbc\lib\ojdbc14dms.jar

To SQL Developer:

C:\Program Files\sqldeveloper\jdbc\lib\ojdbc14.jar
C:\Program Files\sqldeveloper\jdbc\lib\ojdbc14dms.jar

Overwriting the existing files.

While this isn’t an official fix - it worked for me as well as others on the forum.

FWIW - SQL Developer can also connect to MSSQL, MySQL and Access and it’s free!

One Comment

  1. Posted February 13, 2007 at 7:07 pm | Permalink

    Been using sql developer since its beta days. Great tool

One Trackback

  1. [...] Oracle 10g and SQL DeveloperAt work I ve been using Oracle s SQL Developer lately to do my database work. It has been working great until this week when we started working on migrating to Oracle 10g. [...]

Creative Commons License

Creative Commons License This article: Oracle 10g and SQL Developer, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License .

Copyright © 2007 thecrumb.com. All rights reserved.