# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://glyue.docs.sandboxbanking.com/etl/data-connectors/oracle-sql.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
