You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: connectors/oracle/README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,20 @@ Before using the Oracle connector (redis-connect-oracle) to capture the changes
59
59
* 4 CPU cores
60
60
* 20GB of disk space
61
61
* 1G Network
62
+
63
+
### Runtime Requirements
64
+
62
65
* 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)
63
68
64
69
**NOTE**
65
70
66
71
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.
67
72
68
73
---
69
74
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.
71
76
72
77
All the contents would be extracted under redis-connect-oracle
0 commit comments