Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SQL Developer to SQL Server with SSL and Windows Authentication

3271122Jul 6 2016 — edited Jul 6 2016

I'm having trouble configuring all things SQL Developer so that I can do (what I consider to be) something complicated. I hope you all can help me.

Our auditors have requested that our SQL Server database be secured with SSL and Windows Authentication. Most of our database users are Linux and SQL Developer users (we use a number of different databases and environments). Our SQL Developer users can access the database very well with Windows Auth. SSL is a different beast, entirely. Windows users who use SSMS (SQL Server Management Studio) have no problem, but our SQL Developer users cannot open the database--it times out.

I am running SQL Developer 4.0.31.6. We connect to SQL Server 2012.

I have put ntlmauth.dll in the [sqldeveloper]\jdk\jre\bin folder.

I have placed .JAR files into my windows\system32 folder (jtds-1.2.7, sqljdbc files x, 4, 41, 42) and have added them to Tools | Preferences | Database | Third Party JDBC Drivers.

I have experimented with a NUMBER of different connection strings, including my latest: jdbc:jtds:sqlserver://[fully-qualified servername]:1433/[databasename];domain=[domain];AuthenticationMethod=kerberos;ssl=require;ValidateServerCertificate=false. Leaving out domain, authenticationMethod and validateServerCertificate don't seem to affect anything visible, but removing the ssl parameter forces an immediate failure, where otherwise it will churn until it eventually times out.

I have a feeling that the fix is either something idiotic I have overlooked, or it can't be done because of some technical detail. I have tried every mutation I have been able to find on the Internet. Does anyone have experience or knowledge that might be helpful?

Thanks in advance.

Kindest regards,

David

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 3 2016
Added on Jul 6 2016
0 comments
1,238 views