Installing Oracle SQL Developer
This article will walk you through how to install and configure Oracle SQL Developer.
- Open your web browser and go to https://www.oracle.com/database/sqldeveloper/technologies/download/
- Download Windows 64-bit with JDK 17 included

- Once it finishes downloading, go to your Downloads folder
Right click on the zip file
Select Extract All

- Change the extract location
Click Browse

- When the navigation window opens
Go to your C:\ drive
Locate the app folder
Create a new folder under app and call it Oracle Developer

- Your extract location path should look like the one in the example below:
C:\app\Oracle Developer
Click Extract

Related Articles
Installing Microsoft SQL Server
This article will walk you through installing and configuring SQL Server for a migration workstation. Visit https://www.microsoft.com/en-us/sql-server/sql-server-downloads and scroll down just a bit until you see Developer and click the Download now ...
Connecting an Oracle Database
Navigate to the Oracle Developer folder (should be in C:\app\Oracle Developer) Locate the sqldeveloper Application Double click on it to open it Oracle SQL Developer will open and load Click NO Uncheck Click OK Open a Command Window Go to start and ...
Installing Oracle Database XE
The following instructions describe how to install Oracle Database XE Visit https://www.oracle.com/database/technologies/appdev/xe.html and download Oracle Database XE Click on the link to download Oracle Database 21c Express Edition for Windows x64 ...
Installing SQL Server Management Studio (SSMS)
This article will walk you through installing and configuring SQL Server Management Studio (SSMS). If you have not already installed SQL Server, you should do so prior to installing SSMS. Visit ...
Installing Postgres SQL
The following instructions describe how to install PostgresSQL. You will need to complete the following two tasks Install PostgresSql Configure PgAdmin 4 Install PostgresSQL Go to this link and download the most recent version at the top of the list: ...