-
Notifications
You must be signed in to change notification settings - Fork 259
DOC-5771 RDI Oracle Xstream setup #2184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we recommend either LogMiner or Xstream or is it purely a matter of which one the user prefers?
- This is a matter of licensing. XStream is paid, and LogMiner is free..
``` | ||
|
||
## 6. Support for Oracle XMLTYPE columns (optional) | ||
### 6. Support for Oracle XMLTYPE columns (optional) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this could be moved to the bottom. It is valid for both LogMiner and XStream.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peperon Done.
the Debezium Server container image (`debezium/server:3.0.8.Final` for RDI GA v1.8.0 and | ||
later). | ||
|
||
On the Docker machine, download the Instant Client package for Linux x64 from the Oracle website |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should more like the one for XMLTYPE:
To support XStream connector, you must create a custom [Docker](https://www.docker.com/) image that includes the required Instant Client package libraries for Linux x64 from the Oracle website.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. (I've also added numbered steps like the XMLTYPE
section).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Language LGTM.
Instructions to prepare Oracle using Xstream as an alternative to LogMiner.
A few things to note:
Any other feedback is also welcome, of course :-)