Name | Type | Description |
---|---|---|
Host | String | Hostname of the database. |
Port | Integer | Port of the database. |
Oracle Corporations recommends the following port numbers: | ||
1521 - Default listening port for client connections to the listener. | ||
2484 - Recommended and officially registered listening port for client connections to the listener using TCP/IP with SSL | ||
Connect by | Object | Connect data that will be used for DB connection |
User | String | The username which is used to access the database. |
Password | String | The password associated with the username. |
Schemas | Array | The list of schemas to sync from. Defaults to user. Case sensitive. |
JDBC URL Params | String | Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3). |
Encryption | Object | The encryption method with is used when communicating with the database. |