debezium / debezium/dbz

Correct documentation for Oracle XStream [DBZ-6022]

Open
#747 0 comments 0 reactions 1 assignee Claimed by @vjuranek View on GitHub
component/documentation migrated-from-jira type/task
Dominant language
HTML
Stars
6
Forks
9
Avg merge
2d 19h
Merged PRs (30d)
1

Description

Migrated from [DBZ-6022](https://issues.redhat.com/browse/DBZ-6022)

Documentation section Connectors > Oracle > XStreams support
# XStream user needs to be able to select any table for the connector to work, i.e. need to add
{code:java}
GRANT SELECT ANY TABLE TO c##dbzuser CONTAINER=ALL;{code}

# The example configuration for the XStream Outbound Server is misleading: 
{code:java}
schemas(1) := 'debezium';{code}
 should be changed to 
{code:java}
schemas(1) := NULL;{code}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.