Installing Oracle SQL Developer 24 on Windows is very simple; you just need to follow a few steps, and it’s done.
To interact with Oracle Database in a user-friendly way, every developer needs an IDE that makes it easy to view, create, and modify database objects. Having the right IDE is essential for working efficiently.
In this short tutorial, I will guide you through downloading, installing, and connecting to an Oracle Database using Oracle SQL Developer version 24 and later.
Steps to Install Oracle SQL Developer 24 on Windows
Step 1: Download the Oracle SQL Developer 24 via the link below:
https://www.oracle.com/in/database/sqldeveloper/technologies/download
You will get a zip file named something like this: sqldeveloper-24.3.1.347.1826-x64.zip.
Step 2: Extract the file content into a folder.
Step 3: Open that folder and locate the file sqldeveloper.exe.
Step 4: Right-click on the file and select Send To > Desktop (create shortcut) option.
Your Oracle SQL Developer version 24 installation is complete, and a desktop shortcut has been created.
Now you can launch Oracle SQL Developer by double-clicking the desktop shortcut.

The application will open, and you can create a new database connection by going to the Connections tab, clicking the + icon, and selecting New Database Connection.
A connection window will appear where you can enter your database details. In the example below, I am connecting to an Oracle Database 23ai. To learn how to install Oracle Database 23ai on Windows, check this guide: Install Oracle Database 23ai on Windows.

Conclusion
With Oracle SQL Developer version 24 installed and configured, you are now ready to connect to any Oracle Database and start working with your schemas, queries, and PL/SQL programs. This simple setup gives you a powerful tool to manage databases, run SQL statements, and develop applications more efficiently.
From here, you can explore advanced features such as exporting data, debugging PL/SQL, and integrating with Oracle 23ai for a complete development experience.


