How to Install a JDBC driver in Oracle SQL Developer?
Last Updated :
11 Feb, 2022
JDBC driver is a software component. By using it java applications will be able to work up with a database or server. It is basically an application programming interface. JDBC is basically a bridge that interacts between all java applications & databases. It basically updates changes in the database. It is an important connection between them. As Oracle SQL Developer is a database, so with working with that everyone needs a JDBC driver installed on it. The installation process is very easy.
Features:
- It is the bridge between Java applications & Database connections.
- It is an application programming interface.
- It sends queries & updates statements to the database.
- It is a client-side adapter that converts a java program to a protocol.
Installing a JDBC driver in Oracle SQL Developer
Step 1: Browse to the website using any browser you like and then click on jtds.

Step 2: Then download the preferable version. There are different versions available for different types of operating systems. For my system, I will download the 1.2 version. If you have a new model you can easily download the latest version. There will be no trouble and no change in installation if you do so.

Step 3: After clicking on the desired version it is advisable to download only the dist version, not any other one.

Step 4: After downloading open your Oracle SQL Developer. Then move to Tools and then preferences.

Step 5: There you need to click on Database, then SQL Formatter, and then Third-party JDBC driver. Next, you have to click on Add entry.

Step 6: Then you have to search for DRIVERS, then JDBC, then jtds version (for me it is jtds-1.2). Then you have to click on .jar file (for me it is jtds-1.2.jar). Then click on Select.

Step 7: Then press OK to complete the process.

Step 8: Then click on the plus(+) symbol.

Step 9: A new window will open in front of you and if you found that all details are mentioned there then you have successfully done your job.

Hence, your installation is successful.
Similar Reads
How to Install SQL Developer in Linux? SQL Developer is a client application or a desktop application. We can install it in our local system & can access Oracle Database. Oracle provides it. Oracle has a server component & SQL Developer has a client component. By using SQL developer we can access the Oracle database. SQL Developm
3 min read
How to Install SQL Developer on MacOS? Oracle SQL Developer is a free, integrated development environment that optimizes Oracle Database development and management in both traditional and cloud deployments. SQL Developer provides complete end-to-end development of your PL/SQL applications, a spreadsheet for running queries and scripts, a
2 min read
How to Install SQL Developer on Windows? SQL Developer is a free, integrated development environment that simplifies development and management. SQL Developer offers complete end-to-end development of your PL/SQL applications, a worksheet for running queries and scripts. Installing SQL Developer on Windows: Follow the below steps to instal
1 min read
How to Install SQL Server Express in Linux? Microsoft SQL Server Express is a feature-limited edition of Microsoft's SQL Server relational database management which is free to download, distribute, and use. It is used for creating or developing small-scale applications. It has been published since the SQL Server 2005. Microsoft provides it fo
2 min read
How to Install SQL Client in Linux? The installation of MySQL client on Linux systems allows plenty possibilities to connect, manage and interact with MySQL databases straight from terminal. Whether itâs for Developers, Database Administrators or System Users, efficiently querying and managing databases requires setting up MySQL clien
3 min read
How to Install SQL Client on MacOS? SQL Client is an important tool for managing SQL Server. SQL Client is just a command line interface which helps a user to communicate with the Database. The data which is present on SQL Server can be shown or modified with the help of SQL Client. For example, a user can run SQL commands on SQL Clie
2 min read