How to connect to a SQL Server database from a separate Oracle SQL Developer's Server?

235 Views Asked by At

I cannot connect to a SQL Server database through SQL Developer (Oracle). It gives the following error: "Status : Failed Test failed: I/O Error: Unknown packet type 0x48"

I was able to connect with SQL Server Management Studio, but I need to connect through SQL Developer.

I tried using JDBC jtds 1.2, and 1.3.1 and both didn't work.

I was able to connect with SQL Server Management Studio, but I need to connect through SQL Developer. I use JDBC jtds 1.2, but I've already tested it with 1.3.1 and it wasn't either.

enter image description here

0

There are 0 best solutions below