We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a537d45 commit c2957bdCopy full SHA for c2957bd
docs/content/connectors/oracle-cdc.md
@@ -342,7 +342,7 @@ public class OracleSourceExample {
342
.hostname()
343
.port(1521)
344
.database("XE") // monitor XE database
345
- .shemaList("inventory") // monitor inventory schema
+ .schemaList("inventory") // monitor inventory schema
346
.tableList("inventory.products") // monitor products table
347
.username("flinkuser")
348
.password("flinkpw")
0 commit comments