We use external authentication via a tnsnames.ora file. In software such as SQL developer there is a box that can be checked that enables usage of TNS external authentication. This may be enabled in node-oracle via
let connectionDetails = {
externalAuth: true,
connectString: connString
};
but I'm not sure where that would integrate with a vscode extension.
We use external authentication via a tnsnames.ora file. In software such as SQL developer there is a box that can be checked that enables usage of TNS external authentication. This may be enabled in node-oracle via
but I'm not sure where that would integrate with a vscode extension.