Downloads

DownloadDetails

datamodeler-24.3.1.351.0831-x64.zip

339,463,447 bytes

SHA256 0a7086b6103426d1cb731ebea49979051b23fd296f58cb69bc596525dcabd4a6

This archive includes JDK 17.

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

datamodeler-24.3.1.351.0831-no-jre.zip

384,389,525 bytes

SHA256 3c6e01189fbd7f0faf66955a1afc92447f4fb20453b9ff491f4c014f83b39af5

This archive does not include JDK 17.

  • This archive will work on 32- or 64-bit Windows. The bit level of the JDK you install determines if it runs as a 32- or 64-bit application.
  • If SQL Developer cannot find the JDK on your machine, it prompts you for the path to your 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

datamodeler-24.3.1.351.0831-macos-x64.app.zip

341,933,613 bytes

SHA256 2bbbabefeab870c51bcaf27b47beaf9a40ac236c345fb4ff2a72192fa5c633d1

This archive does not include JDK 17.

To install and run:

  1. Download the file.
  2. Extract the file.
  3. Run the application.

datamodeler-24.3.1.351.0831-macos-aarch64.app.zip

337,428,878 bytes

SHA256 de5b9b79aa197499314d215d94edf496843076b3e9d95192380538407765d9bc

This archive does not include JDK 17.

To install and run:

  1. Download the file.
  2. Extract the file.
  3. Run the application.

datamodeler-24.3.1.351.0831-1.noarch.rpm

276,353,160 bytes

SHA256 994c38a9a69ac769a92bf4da2f1d8fef096f785f1acac97363bc034be22d395a

This archive does not include JDK 17.

To install and run:

    1. Ensure you have a JDK (17 or higher) installed. If not, download here and install.
    2. rpm -Uhv sqldeveloper-(build number)-1.noarch.rpm
      (install the package)
    3. cd sqldeveloper
      (go to sqldeveloper folder)
    4. ./sqldeveloper.sh
      (run sqldeveloper.sh file)
    5. When prompted, enter your JDK path. For example,

      usr/java/jdk-17

      SQL Developer automatically launches once your JDK location is provided.