Skip to content

Commit 627ae42

Browse files
committed
oracle demo updates
1 parent 3d797c8 commit 627ae42

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

connectors/oracle/demo/README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff 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
530540
Similarly `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)

0 commit comments

Comments
 (0)