I want to load multiple tables from an Oracle db using DataFusion, I am using "Multiple Database Tables".
If I use normal Oracle source everything works fine but when I use the Multiple Database I get an error "Output records have not been generated. Please verify your logic or try sending more data.". I think there is an error in my configuration but I can't find it. I set the jdbc string and plugin and I am using Table Allow List leaving all the fields empty. I can not find any example of using Multiple Database to load Oracle, is there an issue with Oracle?
Solved! Go to Solution.
There is no inherent issue with using the "Multiple Database Tables" source to load Oracle data in Cloud Data Fusion. The error message you're encountering suggests that the source isn't generating any data. This could be attributed to several reasons:
To address this, consider the following steps:
Additional troubleshooting steps:
Enabling "Allow flexible schemas in Output" in my sink "BigQuery multi table" solved the issue.