Skip to content

[BugFix][connector-cdc-oracle] Fix table or view doesn't exist in mu…

f3e985f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[BugFix][connector-cdc-oracle] Fix table or view doesn't exist in multitables CDB+PDB mode #10829

[BugFix][connector-cdc-oracle] Fix table or view doesn't exist in mu…
f3e985f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Build required action Apr 28, 2026 in 0s

Workflow run detection failed

Unable to detect the workflow run for testing the changes in your PR.

  1. If you did not enable GitHub Actions in your forked repository, please enable it by clicking the button as shown in the image below. See also Disabling or limiting GitHub Actions for a repository for more details.
  2. Create and push an empty commit to trigger the workflow.
  3. It is possible your branch is based on the old dev branch in Apache SeaTunnel, please sync your branch to the latest dev branch. For example as below:
    git fetch upstream
    git rebase upstream/dev
    git push origin YOUR_BRANCH --force