Skip to content
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

source-oracle: support CDB databases #2220

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

source-oracle: support CDB databases #2220

wants to merge 2 commits into from

Conversation

mdibaiee
Copy link
Member

@mdibaiee mdibaiee commented Dec 19, 2024

Description:

  • Support CDB databases. It is simpler than I thought, basically either the user connects directly to a root container database (unlikely), or they connect to a pluggable database (PDB). What we need to do is essentially switching the session to the CDB when running logminer, since logminer cannot run on PDBs.
  • I tested this by creating a container database in Oracle Cloud and running one of our tests against it. I have updated the tests of the connector so that they are run both against a non-container database and a container one. I have not run the full test suite yet... some connectivity issues from my machine are making it difficult... I'll see if I can do it
  • Docs pull-request to go with this: docs: OracleDB container database setup flow#1843

Workflow steps:

(How does one use this feature, and how has it changed)

Documentation links affected:

(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant