docs: fix oracle docs

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10420
GitOrigin-RevId: ba571a568bc79224a69a499996d5b39db09e8a3e
This commit is contained in:
Rob Dominguez 2023-10-27 03:46:24 -05:00 committed by hasura-bot
parent 4007104653
commit e81f461e59

View File

@ -63,10 +63,16 @@ From the Console, click the `Data` tab:
<Thumbnail src="/img/getting-started/connect-db-console.png" alt="Connect database" width="1000px" /> <Thumbnail src="/img/getting-started/connect-db-console.png" alt="Connect database" width="1000px" />
Select the Oracle data source driver. Enter a database display name and the JDBC Connection URL for your Oracle Select the Oracle data source driver.
instance.
The JDBC connection URL should look like this: :::info Already have a data source connected?
You'll need to click `Manage` in the sidenav and then `Connect Database` to bring up the different available agents.
:::
Enter a database display name and the JDBC Connection URL for your Oracle instance. The JDBC connection URL should look
like this:
```yaml {4-6} ```yaml {4-6}
jdbc:oracle:thin:<username>/<password>@<hostname>:<port>:<service-name> jdbc:oracle:thin:<username>/<password>@<hostname>:<port>:<service-name>