Skip to content

Commit

Permalink
Docs: fix misspelled name in docs (#15392)
Browse files Browse the repository at this point in the history
  • Loading branch information
panilya authored Aug 8, 2022
1 parent 546c24a commit 28b3db6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/integrations/destinations/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Using this feature requires additional configuration, when creating the source.

## Encryption Options

Airbite has the ability to connect to the Oracle source with 3 network connectivity options:
Airbyte has the ability to connect to the Oracle source with 3 network connectivity options:

1. `Unencrypted` the connection will be made using the TCP protocol. In this case, all data over the network will be transmitted in unencrypted form.
2. `Native network encryption` gives you the ability to encrypt database connections, without the configuration overhead of TCP / IP and SSL / TLS and without the need to open and listen on different ports. In this case, the *SQLNET.ENCRYPTION_CLIENT*
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ If you do not see a type in this list, assume that it is coerced into a string.

## Encryption Options

Airbite has the ability to connect to the Oracle source with 3 network connectivity options:
Airbyte has the ability to connect to the Oracle source with 3 network connectivity options:

1.`Unencrypted` the connection will be made using the TCP protocol. In this case, all data over the network will be transmitted in unencrypted form. 2.`Native network encryption` gives you the ability to encrypt database connections, without the configuration overhead of TCP / IP and SSL / TLS and without the need to open and listen on different ports. In this case, the _SQLNET.ENCRYPTION\_CLIENT_ option will always be set as _REQUIRED_ by default: The client or server will only accept encrypted traffic, but the user has the opportunity to choose an `Encryption algorithm` according to the security policies he needs. 3.`TLS Encrypted` \(verify certificate\) - if this option is selected, data transfer will be transfered using the TLS protocol, taking into account the handshake procedure and certificate verification. To use this option, insert the content of the certificate issued by the server into the `SSL PEM file` field

Expand Down

0 comments on commit 28b3db6

Please sign in to comment.