Skip to content

Commit

Permalink
Renew documaentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ViacheslavP committed Dec 12, 2024
1 parent 04fb828 commit 5b12243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export SYNTHESIZED_KEY=kDpeQB...
Spin up Oracle databases:
```shell
docker compose up oracle_source oracle_target -d
docker compose run databases
```

Run TDK:
Expand Down
2 changes: 1 addition & 1 deletion oracle/ora2pg.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PG_VERSION 11

ORACLE_DSN dbi:Oracle:host=oracle_target;sid=xe;port=1521
ORACLE_DSN dbi:Oracle:host=input_db;sid=xe;port=1521
ORACLE_USER test
ORACLE_PWD test

Expand Down

0 comments on commit 5b12243

Please sign in to comment.