Last updated:|... min read
Field | Description | Example Value | Data Type |
---|---|---|---|
host | Hostname or IP address of the Oracle database server. | oracle-host | String |
port | TCP port on which the Oracle listener is accepting connections. | 1521 | Integer |
service_name | Oracle service name that identifies the specific database service to connect to. | oracle-service-name | String |
username | Database user used to authenticate the connection. | oracle-user | String |
password | Password for the specified user. | oracle-password | String |
max_threads | Maximum number of worker threads the connector can spin up for parallel tasks. | 10 | Integer |
retry_count | Number of times the connector will retry a failed operation before giving up. | 0 | Integer |
jdbc_url_params | Extra JDBC URL parameters for fine-tuning the connection (left empty if none are needed). | {} | Object |
ssl | SSL settings for the connection (e.g., whether SSL is disabled, allowed, or required). | {"mode": "disable"} | Object |