Skip to content

Commit 282ce92

Browse files
committed
Updated oracle docs
1 parent c9a3de5 commit 282ce92

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

connectors/oracle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ connections:
213213
url: "jdbc:oracle:thin:@127.0.0.1:1521/ORCLCDB?oracle.net.disableOob=true"
214214
host: 127.0.0.1
215215
port: 1521
216-
username: c##rcuser
216+
username: c##rcuser #LogMiner user
217217
password: rcpwd
218218
- id: RDBMetadataConnection
219219
type: RDB
@@ -222,7 +222,7 @@ connections:
222222
url: "jdbc:oracle:thin:@127.0.0.1:1521/ORCLPDB1"
223223
host: 127.0.0.1
224224
port: 1521
225-
username: hr
225+
username: hr #Schema user
226226
password: hr
227227
```
228228

connectors/oracle/demo/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ redis-connect-crud-loader/bin$ ./start.sh crudloader
252252
<details><summary><b>Stage pre-configured loader job</b></summary>
253253
<p>
254254
255+
Please update the Oracle database port according to your setup e.g. In this demo setup port `1521` is used with Oracle `12c` and port `1522` is used with Oracle `19c`.
255256
```bash
256257
docker run \
257258
-it --rm --privileged=true \
@@ -316,6 +317,7 @@ Loading Redis Connect redis-connect-oracle Configurations from /opt/redislabs/re
316317
<details><summary><b>Start pre-configured loader job</b></summary>
317318
<p>
318319
320+
Please update the Oracle database port according to your setup e.g. In this demo setup port `1521` is used with Oracle `12c` and port `1522` is used with Oracle `19c`.
319321
```bash
320322
docker run \
321323
-it --rm --privileged=true \
@@ -452,6 +454,7 @@ demo$ sudo docker exec -it re-node1 bash -c 'redis-cli -p 12000 ft.search idx:em
452454
<details><summary><b>Stage pre-configured cdc job</b></summary>
453455
<p>
454456
457+
Please update the Oracle database port according to your setup e.g. In this demo setup port `1521` is used with Oracle `12c` and port `1522` is used with Oracle `19c`.
455458
```bash
456459
docker run \
457460
-it --rm --privileged=true \
@@ -521,6 +524,7 @@ Loading Redis Connect redis-connect-oracle Configurations from /opt/redislabs/re
521524
<details><summary><b>Start pre-configured cdc job</b></summary>
522525
<p>
523526
527+
Please update the Oracle database port according to your setup e.g. In this demo setup port `1521` is used with Oracle `12c` and port `1522` is used with Oracle `19c`.
524528
```bash
525529
docker run \
526530
-it --rm --privileged=true \

0 commit comments

Comments
 (0)