Skip to Main Content

Oracle Developer Tools 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.

Prompt connection dropdown on lost connection

Indy MaatDec 6 2023 — edited Dec 6 2023

Dear Developers,

First of all, compliments on this extension. It's great and lets me stay in VS Code as much as possible. I have a small feature request.

Issue
Whenever my connection to a database gets lost and I execute a query. The output will be:

ERROR at line <line number>:
Not connected

Current solution

I then need to use the "Oracle: Connect" VS Code command by either:

  1. Press F1 to show all VS Code commands
  2. Search for “Oracle: Connect”
  3. Press enter
  4. Choose my database connection.
  5. Press enter

Or

  1. Click on the connection button in the bottom right corner of VS Code
  2. Choose my database connection
  3. Press enter

Desired solution

If the connection has been lost, and a query is being executed. VS Code prompts the list of Oracle connections, so you get to choose it immediately.

This post has been answered by Christian.Shay -Oracle on Dec 7 2023
Jump to Answer
Comments
Post Details
Added on Dec 6 2023
2 comments
415 views