File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -521,14 +521,34 @@ Loading Redis Connect redis-connect-oracle Configurations from /opt/redislabs/re
521
521
< /p>
522
522
< /details>
523
523
524
- < details><summary><b> INSERT/UPDATE a record in the Oracle HR.EMPLOYEES table (source)< /b></summary>
524
+ < details><summary><b> INSERT few records in the Oracle HR.EMPLOYEES table (source)< /b>
525
+
526
+ Insert data using [insert sql scripts](load_sql.sh):
527
+ < p>
528
+
529
+ * 12c
530
+ ` ` ` bash
531
+ docker exec -it oracle-12.2.0.1-ee-$( hostname) bash -c " /tmp/load_sql.sh insert"
532
+ ` ` `
533
+ < /p>
534
+ < /summary>
525
535
< /details>
526
536
527
537
< details><summary><b> Query for the above inserted record in Redis (target)< /b></summary>
528
538
< /details>
529
539
530
540
Similarly ` UPDATE` and ` DELETE` records on Oracle source and see Redis target getting updated in near real-time.
531
541
542
+ < details><summary><b> 12c< /b></summary>
543
+
544
+ ` ` ` bash
545
+ docker exec -it oracle-12.2.0.1-ee-$( hostname) bash -c " /tmp/load_sql.sh update"
546
+
547
+ docker exec -it oracle-12.2.0.1-ee-$( hostname) bash -c " /tmp/load_sql.sh delete"
548
+ ` ` `
549
+
550
+ < /details>
551
+
532
552
-------------------------------
533
553
534
554
# ## [_Custom Stage_](https://github.com/redis-field-engineering/redis-connect-custom-stage-demo)
You can’t perform that action at this time.
0 commit comments