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.

Can I keep a script connected after saving it?

Doug SieversSep 4 2024

In the VS Code version, I can open a sqlcl worksheet on a connection.

However, when I save that script, it seems to get disconnected from the data source, and can no longer execute commands on the server.

Am I missing something here? It seems once the file is saved to a folder qith .sql extension, it can't still be a “sqlcl worksheet”. That or maybe there is some extension mapping that got taken over.

I'm using 24.2.1 version of the VSCode extension.

In the Java SQL Developer, my normal workflow is to save the scripts as I am working on them, but it doesn't seem possible (yet?) here.

Thank you for any advice.

This post has been answered by thatJeffSmith-Oracle on Sep 4 2024
Jump to Answer
Comments
Post Details
Added on Sep 4 2024
2 comments
53 views