Add Oracle bootstrap and source provider documentation#222
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds end-user documentation for the new Oracle Database integration in Drasi Server, including both the Oracle Source (LogMiner-based CDC) and the Oracle Bootstrap Provider (snapshot bootstrapping), and surfaces them in the configuration “card” navigation pages.
Changes:
- Added a full “Configure Oracle Source” guide covering prerequisites, configuration, behavior, troubleshooting, and external resources.
- Added a “Configure Oracle Bootstrap Provider” guide describing snapshot bootstrapping configuration and behavior.
- Updated the Sources and Bootstrap Providers landing pages to include Oracle as a selectable card/link.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/content/drasi-server/how-to-guides/configuration/configure-sources/configure-oracle-source/_index.md | New Oracle Source documentation (LogMiner CDC), including config reference and troubleshooting. |
| docs/content/drasi-server/how-to-guides/configuration/configure-sources/_index.md | Adds an Oracle card linking to the new Oracle Source guide. |
| docs/content/drasi-server/how-to-guides/configuration/configure-bootstrap-providers/configure-oracle-bootstrap-provider/_index.md | New Oracle Bootstrap Provider documentation (snapshot bootstrapping) with config reference and notes. |
| docs/content/drasi-server/how-to-guides/configuration/configure-bootstrap-providers/_index.md | Adds an Oracle card linking to the new Oracle Bootstrap Provider guide. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add LogMiner, SCN, DML, DDL, DMG, ARCHIVELOG, and SYSDBA to the custom wordlist so the Oracle source and bootstrap provider docs pass the CI spellcheck. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
agentofreality
approved these changes
Jun 3, 2026
ruokun-niu
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The changes introduce a new Oracle bootstrap and source provider that allows users to load initial state and track changes from an Oracle Database snapshot.