Correct documentation for Oracle XStream [DBZ-6022]
Open
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
Assessment
This issue has not been assessed yet.