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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Create new connections

Staš ČarfMay 26 2025

I'm trying to move my connections from SQL Developer to VS Code. Since there's no option to export and import existent connections to VS Code, I tried creating a connection by adding it manually in settings.json file, but that didn't work. When I tried the built-in ‘+’ option that's the same as in SQL Developer, I could successfully perform a test but when trying to save or connect, I got an error:

“Error: The resource identified by : T_AK1vPCJUMxVtuEVJgqNQ could not be created due to an unexpected error. An unexpected error occurred during the create operation: C:\Users\USER\AppData\Roaming\DBTools\connections\T_AK1vPCJUMxVtuEVJgqNQ.temp -> C:\Users\USER\AppData\Roaming\DBTools\connections\T_AK1vPCJUMxVtuEVJgqNQ.Ensure the resource is correctly formed”

I'm not sure what's causing the problem, but I've read that it could have something to do with permissions or corrupt files (highly unlikely since I just downloaded VS Code and the extension).

Comments
Post Details
Added on May 26 2025
1 comment
104 views