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!

Problem launching SQLcl in a terminal session on Windows

Mikael FranssonFeb 20 2025

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 on Feb 20 2025
1 comment
165 views