Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Checksum mismatch for SQL Developer for VS Code (v26.2.0 - macOS ARM64)

jonasdenadaiJul 14 2026

To whom it may concern,

I am reporting a consistent SHA-256 checksum mismatch for the "SQL Developer for VS Code" extension (macOS ARM64 version). The file currently being served via the download link does not match the official hash published on the download page.

Environment:

  • OS: macOS Sonoma (ARM64)
  • File: sql-developer-darwin-arm64-26.2.0.vsix
  • Location: Brazil (likely hitting a South American CDN node)

Expected Hash (from download page): dd90cc29a8c46252a283759ac50aa0a87f0b5a7f86ba3a47eede4aeab9eb1ab1

Actual Hash (calculated from downloaded file): 69eed24c2b82d62027f4b11f77beccad7088faa99e36f0f2dc580629752816b3

Reproduction Steps:

  1. Downloaded the file using curl -O https://download.oracle.com/otn_software/java/sqldev-vscode/sql-developer-darwin-arm64-26.2.0.vsix
  2. Verified the hash using shasum -a 256 sql-developer-darwin-arm64-26.2.0.vsix
  3. The output hash consistently differs from the official documentation, suggesting a corrupted file or an outdated cache on the CDN node.

I have verified this using a clean network connection and the curl command to avoid browser cache interference. Could you please investigate if the incorrect version of the file is being served by the regional CDN?

Thank you for your assistance.

This post has been answered by Ashley Chen-Oracle on Jul 14 2026
Jump to Answer
Comments
Post Details
Added on Jul 14 2026
1 comment
103 views