Property | Description |
---|---|
JDBC Driver | The fully qualified Java class name of the JDBC driver. Specify the following driver class name: oracle.jdbc.OracleDriver |
JDBC Connection URL | The connection URL to connect to an external database. Specify the following connection URL: jdbc:oracle:thin:@(description= (retry_count=20)(retry_delay=3)(address=(protocol=tcps)(port=1521)(host=<hosturl>))(connect_data=(service_name=<ServiceName>))(security=(ssl_server_dn_match=yes))) Add the host and service name in the URL. |
User Name | The user name to connect to the database. |
Password | The password to connect to the database. |