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
521521< /p>
522522< /details>
523523
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>
525535< /details>
526536
527537< details><summary><b> Query for the above inserted record in Redis (target)< /b></summary>
528538< /details>
529539
530540Similarly ` UPDATE` and ` DELETE` records on Oracle source and see Redis target getting updated in near real-time.
531541
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+
532552-------------------------------
533553
534554# ## [_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