# Oracle SQL

## Supported Tasks

* Extract
* Load

## Fields

<table><thead><tr><th width="159.62109375">Field</th><th width="370.7890625">Description</th><th>Example</th></tr></thead><tbody><tr><td>Host</td><td>The hostname of the Oracle SQL server.</td><td><code>oracle-sql.example.com</code></td></tr><tr><td>Port</td><td>The port the Oracle SQL server is listening on.<br><br>By default, it's <code>1521</code>.</td><td><code>1521</code></td></tr><tr><td>Username</td><td>The name of the Oracle SQL user.</td><td><code>oracle</code></td></tr><tr><td>Password</td><td>The password associated with the specified username.</td><td><code>oracle</code></td></tr><tr><td>Service Name</td><td>The name of the database to connect to.</td><td><code>my_db</code></td></tr><tr><td>Connect Timeout</td><td>The timeout, in seconds, when connecting to the database.<br><br>By default, it's 30 seconds.</td><td><code>30</code></td></tr></tbody></table>
