SQL Developer 3 - Connecting to SQL Server Using Third Party Drivers

Here's a Quick How To Connect SQL Devleoper 3 to SQL Server or MySQL

Note that you can use "Check For Updates" to locate the available drivers.
  1. Click Help->Check For Updates
  2. Then check the boxes to enable Oracle Extensions and Third Party SQL Devleoper Extensions
  3. In the list scroll down to JTDS JDBC Driver 11.1.58.17
  4. or directly download the JTDS JDBC Driver
  5. Restart SQL Developer 
  6. And then Click Tools->Preferences->Database->Third Party Drivers
  7. Add the JTDS driver.
  8. Now if you get a message that says java.sql.SQLException: I/O Error: SSO Failed: Native SSPI library not loaded. You are missing a DLL.
  9. Go to SourceForge and download jtds-version-dist.zip and find the missing DLL called ntlmauth.dll
  10. Put that anywhere in your path and restart SQL Developer.

留言

這個網誌中的熱門文章

Disable ionic's sidemenu content drag to toggle menu

Multiple writable mappings exist for the field. Only one may be defined as writable, all others must be specified read-only.

java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/datatype/XMLGregorianCalendarImpl$Parser