cweijan / vscode-database-client

Database Client For Visual Studio Code
https://database-client.com
MIT License
2.44k stars 271 forks source link

Unable to open terminal for Oracle database[BUG] #1210

Closed vedrk5672 closed 1 week ago

vedrk5672 commented 2 months ago

connection is made via connection string as the service type is not option is not available in new connection page foe oracle DB.

cweijan commented 2 months ago

Hi, please give me your JDBC URL example, I will support it in future versions

vedrk5672 commented 1 month ago

jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL= XXXX)(HOST=XXXXX)(PORT=XXXX)))(CONNECT_DATA=(SID/SERVICE=XXXX)))

vedrk5672 commented 1 month ago

it will be great if it is possible to add the TNS support for the oracle database, something like the database navigator plugin of jetbrains.

I really loved your plugin. It's really great and helpful. Keep up the good work.

vedrk5672 commented 2 weeks ago

any update on this ??

cweijan commented 1 week ago

Hi, I added the custom terminal command function in version 7.6.0. Please solve this issue by configuring the terminal command.

image image