Giter Club home page Giter Club logo

Comments (9)

yevon avatar yevon commented on August 23, 2024 1

It seems that is working ok if you put user "" and password "" and you just execute as script, but if you compile code it tries to reuse the connection from a connection pool that requires environment and user to be non empty. I will need to make some changes, what do you think?

  1. Modify validations and json definition to allow connectString to be optional at users level in dbconfig.json:
    {
    "ENVIRONMENT":{
    "users":[
    {
    "user":"SCHEMA_NAME",
    "connectString":"CONNECT_STRING",
    }
    ]
    }
    }

  2. Make password non mandatory in dbconfig.json, so it stops asking for it if you specify connectString at users level.

  3. When you specify connectString at users level, connect string will be /@connectString

from oradew-vscode.

mickeypearce avatar mickeypearce commented on August 23, 2024

export const runFileAsScript = async (file, env, user = U_AUTO) => {

Take a look here...

from oradew-vscode.

mickeypearce avatar mickeypearce commented on August 23, 2024

I agree, it is perfectly fine with me.

from oradew-vscode.

yevon avatar yevon commented on August 23, 2024

I've seen that you participated in SQL Tools for oracle driver, but it is now deprecated as of version 0.23 because drivers are now separated extensions. Is there any special reason for it? Did you just not updated it or did you find some limitations?

from oradew-vscode.

mickeypearce avatar mickeypearce commented on August 23, 2024

Mainly I haven't found the time to update it, also It hadn't really suited my needs for fast data browsing that I needed. Maybe you can try version 0.22...

from oradew-vscode.

yevon avatar yevon commented on August 23, 2024

I will give a try to visual studio and official oracle extension as I think that it could solve all my needs. The visual studio code official extension is too basic right now.

from oradew-vscode.

mickeypearce avatar mickeypearce commented on August 23, 2024

please let me know if you find it satisfying.

from oradew-vscode.

yevon avatar yevon commented on August 23, 2024

I've tried it and it was really dissapointing, visual studio code is much faster and the extension for full visual studio has reallly serious bugs and performance issues

from oradew-vscode.

mickeypearce avatar mickeypearce commented on August 23, 2024

I still use SQL Developer for more data-related work (complicated SQLs, optimizactions, etc..), but oradew for PL/SQL development...

from oradew-vscode.

Related Issues (20)

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.