Visit Counter

Wednesday, December 31, 2014

How can i connect SQL Server in SQL Developer




I'm using SQL Developer, I want to connect SQL Server n it and migrate data from SQL Server to Oracle 11g. When click on Retrieve Databaser its give me the following error:-



"Status: Failur-I/O Error: SSO Failed: Native SSPI library not loaded. Check the java.library.path system property."


Solution:


1 - Download and open the JTDS folder.
2 - The ntlmauth.dll you will find inside the x86/SSO folder
3 - The JtdsXA.dll you will find inside the x86/XA folder
4 - Put the ntlmauth.ddl and JtdsXA.dll inside de Sql Developer/sqldeveloper/bin
5 - Copy the jtds-1.2.4.jar to Sql Developer/sqldeveloper/lib





No comments:

Post a Comment