Giter Club home page Giter Club logo

plsql-executor's Introduction

SQLPlus Remote Executor README

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.

  • 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
"plsql-executor.profiles": [
        {
            "name": "dev",
            "connectionString": {
                "user": "<username>",
                "password": "<password>",
                "dbAddress": "<host>",
                "dbService": "<serviceName>"
            }
        }
    ]

Known Issues

To report any problems please create an issue on the Repository GitHub

Release Notes

1.0.0

plsql-executor's People

Contributors

giane88 avatar

Watchers

 avatar  avatar

plsql-executor's Issues

Add configuration contrubutes

In the package.json file declare the configuration properties.

  • sqlplus path must be a file picker if exist a string otherwise
  • default profile a simple string or an enum
  • a complex configuration like edit settings JSON for inserting different profiles (check if it is possible to validate JSON)

Gestione spazi percorsi script da eseguire

Se si prova ad eseguire uno script che contiene degli spazi nel percorso es: "C:\Users\test a\prova.sql", il processo va in errore perché converte il percorso in "C:\Users\test".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.