We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc17925 commit 0fdb00eCopy full SHA for 0fdb00e
lib/thin/sqlnet/ezConnectResolver.js
@@ -145,7 +145,7 @@ class EZConnectResolver {
145
if (!(url.includes("//")))
146
protocol = 'TCP';
147
} else if (protocol.toLowerCase() != 'tcp' && protocol.toLowerCase() != 'tcps') {
148
- errors.throwErr(errors.ERR_INVALID_EZCONNECT_SYNTAX, 'Invalid protocol', protocol);
+ errors.throwErr(errors.ERR_INVALID_EZCONNECT_SYNTAX, 'Unsupported protocol in thin mode', protocol);
149
}
150
// Try to get the proxy information from URL properties
151
const proxyHost = this.urlProps.get("HTTPS_PROXY");
0 commit comments