SQL Developer 23.1.1

Version 23.1.1.345.2114 - December 15, 2023

Install SQL Developer VS Code

 

Platform

Download

Notes

SQL Developer Extension for VSCode
  • Requires VS Code version 1.82.0 or higher
  • Available for Win64, OSX (intel/arm), Linux (intel/arm)
Windows 64-bit with JDK 11 included
Download (437 MB)
  • MD5: 3dc07aff110632a9e83189e7e689f279
  • SHA1: 59aa51cc318a32c4ddbac9f4c0b8ae12d6871cbd
  • Installation Notes
Windows 32-bit/64-bit
Download (486 MB)
  • MD5: dc13da11f837a5f9c64187f52afb1ffe
  • SHA1: b320870ca846858e5abfc3b3e010fc5e9040dd05
  • Installation Notes
  • JDK 11 required
Mac OSX with JDK 11 included
Download (441 MB)
  • MD5: 8b0f534c617e11def272130040de5ce2
  • SHA1: 35973b032a1556a873851d9bc5b728331327decb
  • Installation Notes

Mac ARM64 with JDK 11 included

Download (437 MB)
  • MD5: 4e3bfa196049ee87ed9965259b33ee39
  • SHA1: 0b2b31f25966ab948b0e7217d56f197e1d29c22c
  • Installation Notes
Linux RPM
Download (382 MB)
  • MD5: 03b21fa9b8ad431c54ccabc353b9d2fc
  • SHA1: 7cbe3a30c18d0ab2532befc6e8c58a06e469f1fb
  • Installation Notes
  • JDK 11 required
Other Platforms
Download (486 MB)
  • MD5: dc13da11f837a5f9c64187f52afb1ffe
  • SHA1: b320870ca846858e5abfc3b3e010fc5e9040dd05
  • Installation Notes
  • JDK 11 required

Previous Version

Installation Notes

Open all Close all

    Windows Installation Notes

    There are two downloads available for Windows users.

  • Windows 64-bit with JDK 11 Included

    This archive includes both SQL Developer and an embedded copy of the Java 11 Development Kit (JDK). Simply extract the zip to a fresh directory and run the sqldeveloper.exe in the top directory. The EXE is configured to run the embedded JDK by default.

    Note: the Windows EXE requires a MSVCR100.dll to run. Most computers will already have this file and in the Windows PATH. However, if the first copy of the file found by the EXE is a 32-bit copy of the DLL, then SQL Developer will fail to start. You can fix this by copying a 64-bit version of the DLL into the BIN directory or updating your OS PATH such that a 64 bit copy of the DLL is found first.

  • Windows 32-bit/64-bit

    This archive. will work on a 32 or 64 bit Windows OS. The bit level of the JDK you install will determine if it runs as a 32 or 64 bit application. This download does not include the required Oracle Java JDK. You will need to install it if it's not already on your machine. We officially support Oracle JDK 11.

    If SQL Developer cannot find Java on your machine, it will prompt you for the path for a JDK home. This only occurs the first time you launch SQL Developer. A valid Java Home on Windows will be similar to

    C:\Program Files\Java\jdk-11.0.11

    Mac OS X and ARM64 Installation Notes

    This download includes the Oracle JDK. SQL Developer supports Oracle JDK 11.

  • To install and run
    • Download the file for OS X or ARM64 on the Downloads page
    • Extract zip file
    • Run application

    RPM for Linux Installation Notes

    This download does not include the JDK. SQL Developer supports Oracle JDK 11.

  • To install and run
    • Ensure you have a JDK installed, if not, download here
    • rpm -Uhv sqldeveloper-(build number)-1.noarch.rpm (install the package)
    • cd sqldeveloper (go to sqldeveloper folder)
    • ./sqldeveloper.sh (run sqldeveloper.sh file)
    • You will be prompted to enter a jdk path. (ie usr/java/jdk-11.0.11)
    • SQL Developer will automatically launch once jdk location is provided