The "SQLPlus Remote Executor" extension for Visual Studio Code provides a powerful tool for Oracle database developers and administrators who wish to execute SQL scripts remotely using SQLPlus. Integrating directly with VS Code, this extension simplifies the process of connecting and executing SQL scripts on Oracle databases from any location.
Features
Simplified Connection: Quickly access your Oracle databases by entering essential connection information directly from the VS Code user interface.
Connection Management: Save your favorite connection configurations for quick and hassle-free access to different Oracle databases.
Remote Execution: Use the SQLPlus tool to run SQL scripts directly on your Oracle database, regardless of the physical location of the database using shortcut Ctrl+F3.
Displaying Results: Visualizza i risultati delle query direttamente in VS Code, facilitando l'analisi e la comprensione dei dati restituiti.
Multi-Database Compatibility: It supports connecting to several Oracle databases at once, allowing you to work on multiple projects without having to constantly reconfigure connections.
Requirements
You must have the SQLPlus tool installed on the same machine on which Visual Studio Code is running. SQLPlus is the command-line interface tool provided by Oracle for running SQL commands and scripts on Oracle databases. Make sure the tool is configured correctly and can be run from the command line.
Extension Settings
This extension contributes the following settings:
plsql-executor.sqlplusPath: Folder in which the SQLPath tool is installed..
plsql-executor.defaultProfile: Default profile for running scripts
plsql-executor.profiles: Array describing the various connection profiles, the profile structure is as follows