Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
elic-eon committed Aug 1, 2024
1 parent b1b832e commit 68ff870
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metaphor/oracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ By default, the connector will connect using the default Oracle port 1521. You c
port: <port_number>
```
If you are indirectly connect to the database, you need to set the real host of the database using the following config:
When connecting to the database indirectly, such as through a tunnel, it's important to configure the `alternative_host` parameter. This ensures that a stable hostname is used to construct unique identifiers for tables, regardless of the connection method.

For example, if you connect to the database using the IP and port host: `10.1.1.200`, you should also set the `alternative_host` parameter to a stable hostname like `dev.oracle.foo.com`. This hostname will be used for table identification and consistency.

```yaml
alternative_host: <hostname>
Expand Down

0 comments on commit 68ff870

Please sign in to comment.