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!

VS Code Extension 26.2.0: AppLocker issue (dbtools.exe replacing java.exe)

Allan LaheJul 7 2026

Hi,

Since upgrading the VS Code extension to v26.2.0, it fails to start in our environment due to strict AppLocker (application whitelisting) rules.

In v26.1.2, the extension directly launched java.exe (which we had whitelisted). In v26.2.0, the logs show it now uses .exe wrappers:

  • dbtools\bin\dbtools.exe
  • dbtools\sqlcl\bin\sql.exe

Questions:

  1. What is the reason for replacing the direct java.exe call with these wrappers?
  2. Is this a permanent architectural change for all future releases? We need to confirm this before permanently updating our enterprise AppLocker ACL rules.

Thanks!

This post has been answered by thatJeffSmith-Oracle on Jul 7 2026
Jump to Answer
Comments
Post Details
Added on Jul 7 2026
1 comment
216 views