Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
py committed Feb 10, 2025
1 parent d037951 commit 6c5eb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to-build-with-ddn/with-oracle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ values:
jdbc:oracle:thin:@//127.0.0.53:1521/XE?user=SYS&password=mypassword
```

For Schemas, hit enter to use the databse provided in the JDBC URL.
For Schemas, hit enter to use the database provided in the JDBC URL.

### Step 4. Start the local Oracle container

```sh title="Begin by creating a compose file for the ClickHouse service:"
```sh title="Begin by creating a compose file for the Oracle service:"
touch app/connector/my_oracle/compose.oracle.yaml
```

Expand Down

0 comments on commit 6c5eb89

Please sign in to comment.