I have installed vscode on my mac (os 14.7) and I'm trying to connect to an Oracle 19c database. I can connect to this database from the same laptop using SQL Developer but when I try from the sql developer extension for VS Code I get this error:
An error occurred when attempting to connect to the database.The following error occurred: ORA-12650: No common encryption or data integrity algorithm
This is the about info from vscode:
Version: 1.95.3 (Universal)
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
Date: 2024-11-13T14:50:04.152Z
Electron: 32.2.1
ElectronBuildId: 10427718
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Darwin arm64 23.6.0
Can anyone help me?