Directly runs SQLPlus and executes your Oracle SQL queries showing you the result in your VSCode terminal. Mainly for testing your queries without having to deal with login or writing the execution scripts ect. Extension logs in as sysadmin by default.
Make sure you have SQLplus configured correctly and your database service is running.
- Go to the Oracle SQL file you want to execute
- Make sure you are viewing its content in the text editor
- Press Execute in SQLplus seen in the top right or alternatively click CTRL+SHIFT+P and search for it
https://marketplace.visualstudio.com/items?itemName=Faiztechnics.sqlplus-runner
https://github.com/djeffalKhaled/SQLPlus-Runner/
- v1.0.0 Main release of SQLPlus Runner
- v1.0.1 Added an icon and minor fixes
- v1.0.2 Terminal reinitialisation
- v1.0.3 Terminals now update correctly + New icon
- v1.0.4 v1.0.5 Minor: Fixed main extension icon visibility