Skip to content

Commit c3b081e

Browse files
committed
updated oracle connector readme
1 parent 0647657 commit c3b081e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

connectors/oracle/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,20 @@ Before using the Oracle connector (redis-connect-oracle) to capture the changes
5959
* 4 CPU cores
6060
* 20GB of disk space
6161
* 1G Network
62+
63+
### Runtime Requirements
64+
6265
* JRE 8+ (JRE 11 is preferred)
66+
* Oracle 12c or 19c with LogMiner (see [12c](https://docs.oracle.com/en/database/oracle/oracle-database/12.2/sutil/oracle-logminer-utility.html), [19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/sutil/oracle-logminer-utility.html#GUID-3417B738-374C-4EE3-B15C-3A66E01AE2B5) or [Debezium's doc](https://debezium.io/documentation/reference/stable/connectors/oracle.html#setting-up-oracle) or an example [here](https://github.com/redis-field-engineering/redis-connect-dist/blob/main/connectors/oracle/demo/setup_logminer.sh))
67+
* Oracle JDBC driver (ojdbc8.jar)
6368

6469
**NOTE**
6570

6671
The current [release](https://github.com/redis-field-engineering/redis-connect-dist/releases) has been built with JDK 11 and tested with JRE 11 and above. Please have JRE 11+ installed prior to running this connector.
6772

6873
---
6974

70-
Download the [latest release](https://github.com/redis-field-engineering/redis-connect-dist/releases) and untar redis-connect-oracle-`<version>.<build>`.tar.gz archive.
75+
Download the [latest release](https://github.com/redis-field-engineering/redis-connect-dist/releases) and un-tar redis-connect-oracle-`<version>.<build>`.tar.gz archive.
7176

7277
All the contents would be extracted under redis-connect-oracle
7378

0 commit comments

Comments
 (0)