DBZ-3772 Address comment re: ojdbc8.jar vs xstreams.jar

Correct error in upstream version that indicated that you use either the Oracle JDBC driver (`ojdbc8.jar`) or the XStream API (`xstreams.jar`) depending on the environment.
This commit is contained in:
roldanbob 2021-07-22 12:09:33 -04:00 committed by Chris Cranford
parent daa410836a
commit 59465009b9

View File

@ -1190,15 +1190,15 @@ endif::product[]
[id="obtaining-oracle-jdbc-driver-and-xstreams-api-files"]
=== Obtaining the Oracle JDBC driver and XStream API files
The {prodname} Oracle connector requires the Oracle JDBC driver (`ojdbc8.jar`) to connect to Oracle databases.
ifdef::community[]
Depending on your Oracle environment, you must have either the Oracle JDBC driver (`ojdbc8.jar`) or XStream API (`xstreams.jar`) to run the {prodname} Oracle connector.
If the connector uses XStreams to access the database, you must also have the XStream API (`xstreams.jar`).
Licensing requirements prohibit {prodname} from including these files in the Oracle connector archive.
However, the required files are available for free download as part of the Oracle Instant Client.
The following steps describe how to download the Oracle Instant Client and extract the required files.
endif::community[]
ifdef::product[]
The {prodname} Oracle connector requires the Oracle JDBC driver (`ojdbc8.jar`) to connect to Oracle databases.
Due to licensing requirements, the required driver file is not included in the {prodname} Oracle connector archive.
You must download the required driver file directly from Oracle and add it to your Kafka Connect environment.
The following steps describe how to download the Oracle Instant Client and extract the driver.