The JDBC URL to connect to the database when Driver is oracle
. For example, to connect with a database hosted in multiple Oracle nodes:
(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=yes)(FAILOVER=on)(ADDRESS=(PROTOCOL=TCP)(HOST=host1.domain.com)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=host2.domain.com)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=ServiceName)))
Do not include the following prefix in the parameter value:
jdbc:oracle:thin:@
Mandatory: database connection settings support the following combinations.
Port | ||||
---|---|---|---|---|
oracle | | | ||
oracle | ||||
postgres | ||||
sqlserver |
Remove any unnecessary parameters.
JSON data type: String.