Name | Type | Description |
---|---|---|
Host | String | The hostname of the database. |
Port | Integer | The port of the database. |
SID | String | The System Identifier uniquely distinguishes the instance from any other instance on the same computer. |
User | String | The username to access the database. This user must have CREATE USER privileges in the database. |
Password | String | The password associated with the username. |
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). |
Default Schema | String | The default schema is used as the target schema for all statements issued from the connection that do not explicitly specify a schema name. The usual value for this field is "airbyte". In Oracle, schemas and users are the same thing, so the "user" parameter is used as the login credentials and this is used for the default Airbyte message schema. |
Encryption | Object | The encryption method which is used when communicating with the database. |