SQL Developer 19.1

Version 19.1.0.094.2042
April 10, 2019

Release Notes, Bugs Fixed, Documentation

Platform

Download

Release Notes

Windows 64-bit with JDK 8 included

MD5: a4063569e190e57512844d71cc72838a

SHA1: 9f6c49b051d3386305b069127f20eeda72364de7

Installation Notes

Windows 32-bit/64-bit

MD5: 47eac55a273b3e78c6463cedc4885ec9

SHA1: 2e8778b1110a15d6447afddfe48efc1a885e1410

Installation Notes, JDK 8 required

Mac OSX

MD5: 37a87f35c6053073807b5b6f74b57334

SHA1: bd166d0af61fc003e0e8ac9dcc1be7ed3bdcffbf

Installation Notes, JDK 8 required

Linux RPM

MD5: 1ae9e4a6521ece58184c57c237382ef0

SHA1: 5f4d57a8e287f4692b83cb359df683b35b40f21e

Installation Notes, JDK 8 required

Other Platforms

MD5: 47eac55a273b3e78c6463cedc4885ec9

SHA1: 2e8778b1110a15d6447afddfe48efc1a885e1410

Installation Notes, JDK 8 required

Command Line - SQLcl 19.1

April 10, 2019- Update 19.1.0.094.1619

Download

Size

Release Notes

All Platforms

MD5: 2c1f7787851bce13f64c5e237c4607ce

SHA1: 1e8979a8ce035d7b09442e4a40cc5ae9ad301c67

Learn More, Command-Line Reference, Release Notes,FAQGetting Started Video

Installation Notes

Open all Close all

    Windows Installation Notes

    There are two downloads available for Windows users.

  • Windows 64-bit with JDK 17 Included

    This archive includes both SQL Developer and an embedded copy of the Java 17 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 17.

    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-17

    Mac OS X and ARM64 Installation Notes

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

  • 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 17.

  • 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-17)
    • SQL Developer will automatically launch once jdk location is provided