Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell committed Jan 13, 2022
1 parent 3ae9000 commit 19e9c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/secrets/databases/oracle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pluggable databases rather than the container database in the `connection_url` f

### Connect Using SSL

~> The wallets used when connecting via SSL should be available on every Vault
~> **Note**: The wallets used when connecting via SSL should be available on every Vault
server when using high availability clusters.

If the Oracle server Vault is trying to connect to uses an SSL listener, the database
Expand Down Expand Up @@ -135,7 +135,7 @@ vault write database/config/oracle \

### Using TNS Names

~> The `tnsnames.ora` file and environment variable used when connecting via SSL should
~> **Note**: The `tnsnames.ora` file and environment variable used when connecting via SSL should
be available on every Vault server when using high availability clusters.

Vault can optionally use TNS Names in the connection string when connecting to Oracle databases using a `tnsnames.ora` file. An example
Expand Down

0 comments on commit 19e9c02

Please sign in to comment.