Write Your First Query
Learn SQL basics with SELECT, WHERE, ORDER BY, and JOIN.
How do I install SQL Developer? Simply download, extract, and run. This guide covers installation on Windows 10 and Windows 11, plus connecting to your first database in under 10 minutes.
# Quickstart
level = Beginner
time = 10 minutes
steps = 5
deliverable = working SQL Developer + first DB connection
# Requirements
os = Windows 10 / 11 (64-bit)
ram = 4 GB min · 8 GB recommended
disk = 500 MB free
java = bundled (JDK 17) # no separate install
admin_rights = not required
// portable — runs from any folder or USB drive
Download SQL Developer from our website. Unlike Oracle's official site, you don't need to create an account or log in.
.zip file to your Downloads folderThe download is approximately 450 MB and includes a bundled JDK, so you don't need Java installed separately.
SQL Developer is a portable application. After you download SQL Developer, simply extract and run — no installation wizard required.
sqldeveloper-24.3.1.xxx-x64.zip fileC:\sqldeveloper)Tip: Avoid extracting to Program Files to prevent permission issues. A simple path like C:\sqldeveloper works best.
After extraction, you can run SQL Developer immediately. No additional setup is needed.
C:\sqldeveloper)sqldeveloper subfoldersqldeveloper.exeFirst launch: SQL Developer may take 30–60 seconds to start the first time as it initializes settings. Subsequent launches will be faster.
Windows SmartScreen: If you see a "Windows protected your PC" message, click More info then Run anyway. This is normal for downloaded applications.
Now that you've downloaded SQL Developer and launched it, connect to a database. SQL Developer supports Oracle, MySQL, PostgreSQL, SQL Server, and SQLite.
# Database default ports reference
mysql = 3306
postgresql = 5432
oracle = 1521
sqlserver = 1433
mariadb = 3306
Before saving your connection, always test it to verify your credentials are correct.
Connection failed? Three most common issues:
Now that you've downloaded SQL Developer and connected to your database, explore these guides:
Learn SQL basics with SELECT, WHERE, ORDER BY, and JOIN.
Navigate tables, views, and relationships in your database.
Move data between CSV, Excel, and your database tables.
Speed up your workflow with essential keyboard shortcuts.
Download SQL Developer free for Windows 10/11. No account required.