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/demo/README.md
+28-13Lines changed: 28 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,26 @@
3
3
* Docker compatible [*nix OS](https://en.wikipedia.org/wiki/Unix-like) and [Docker](https://docs.docker.com/get-docker) installed.
4
4
* Please have 8 vCPU*, 8GB RAM and 50GB storage for this demo to function properly. Adjust the resources based on your requirements. For HA, at least have 2 Redis Connect Connector instances deployed on separate hosts.
<p>We can not include the Oracle JDBC Driver due to licensing requirement. Please obtain the Oracle client jar following the link above or get a copy from your existing Oracle installation.</p>
9
-
</div>
10
6
11
-
<br>Execute the following commands (copy & paste) to download and setup Redis Connect Oracle Connector and demo scripts.
12
-
i.e.</br>
7
+
|:exclamation: IMPORTANT |
8
+
| :-----------------------------|
9
+
| We can not include the Oracle JDBC Driver due to licensing requirement. Please obtain the Oracle client jar following the link above or get a copy from your existing Oracle installation. |
10
+
11
+
<p>Execute the following commands (copy & paste) to download and setup Redis Connect Oracle Connector and demo scripts.
The above script will create a 1-node Redis Enterprise cluster in a docker container, [Create a target database with RediSearch module](https://docs.redislabs.com/latest/modules/add-module-to-database/), [Create a job management and metrics database with RedisTimeSeries module](https://docs.redislabs.com/latest/modules/add-module-to-database/), [Create a RediSearch index for emp Hash](https://redislabs.com/blog/getting-started-with-redisearch-2-0/) and [Start an instance of RedisInsight](https://docs.redislabs.com/latest/ri/installing/install-docker/).
154
161
155
162
---
156
163
157
164
## Start Redis Connect Oracle Connector
158
165
166
+
| :point_up: | Don't forget to download and copy the Oracle client jar into the extlib folder i.e. ```bash demo$ cp ojdbc8.jar extlib``` |
167
+
|---------------|:--------------------------|
168
+
159
169
<details><summary>Run Redis Connect Oracle Connector docker container to see all the options</summary>
0 commit comments