Open mvanluytelaar opened 2 years ago
Hi @mvanluytelaar , could you please specify which Oracle connectors you've got in mind?
Hi @mvanluytelaar , could you please specify which Oracle connectors you've got in mind?
I am referring to the Oracle DB connector, source and destination
Problem
When connecting to an oracle database, the current descriptor pattern as part of the JDBC-URL is not enough when dealing with failover scenario's or for instance mTLS connections requiring specific parameters which fail to parse when provided as additional JDBC-parameters.
Example: when connecting to an OCI hosted Autonomous database the following TNS-description is required;
Currently there is no way to add extra security/failover options in the description. Suggestion is to add an optional field for entry of a custom TNS name description.
Description
In the web-GUI, on Oracle connections, an extra field is present allowing a custom TNS name description.