When jdbcUrl is spcified, oracle scheme is not required

This commit is contained in:
Anwar Chirakkattil
2016-10-05 21:34:16 -04:00
committed by Scott Frederick
parent ff2b601d18
commit 6aee5b9377

View File

@@ -108,7 +108,7 @@ The connector will check for:
The connector will check for:
* `uri` or `uris` using the scheme `oracle`
* `jdbcUrl` field in `credentials` using the scheme `oracle`
* `jdbcUrl` field in `credentials`
* `oracleUri`, `oracleuri`, `oracleUrl`, or `oracleurl` fields in `credentials`
==== PostgreSQL