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.

Problem launching SQLcl in a terminal session on Windows

Mikael Fransson2 days ago

Disclaimer, I'm not a windows user

Helping a windows user at work to import SQL Developer connections. For the import step you need a SQLcl session. When the user tries this with sql /nolog the error below shows up.

I assumed that env. was setup as part of the VS Code SQL Developer Extension install… Looks like I was wrong:-)

sql : The term 'sql' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ sql /nolog
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (sql:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

This post has been answered by Mikael Fransson on Feb 20 2025
Jump to Answer
Comments
Post Details
Added 2 days ago
1 comment
35 views