I'm trying to use a "GenerateTableFetch" process, but it always returns empty flow files, with no error.
When I turn on trace, it runs the following
GenerateTableFetch[id=9adb6bf3-018a-1000-517b-b3f88a43e39e] Setting CLUSTER State to {}
GenerateTableFetch[id=9adb6bf3-018a-1000-517b-b3f88a43e39e] Returning CLUSTER State: StandardStateMap[version=663, values={}]
GenerateTableFetch[id=9adb6bf3-018a-1000-517b-b3f88a43e39e] Executing SELECT COUNT(*) FROM TESTTRANSFER
GenerateTableFetch[id=9adb6bf3-018a-1000-517b-b3f88a43e39e] Returning CLUSTER State: StandardStateMap[version=663, values={}]
GenerateTableFetch[id=9adb6bf3-018a-1000-517b-b3f88a43e39e] Returning CLUSTER State: StandardStateMap[version=663, values={}]
So it just runs a COUNT(*) and then exits it seems?
When I run the same query against the ORACLE 19c database I get a count of 500k
![Screenshot 2023-09-15 161640.jpg Screenshot 2023-09-15 161640.jpg](https://community.cloudera.com/t5/image/serverpage/image-id/38464i4806B4503C7BF1D9/image-size/large?v=v2&px=999)
I can't find any info that suggests Oracle isn't supported, but I can't figure out a reason it would just return nothing.
![Screenshot 2023-09-15 161906.jpg Screenshot 2023-09-15 161906.jpg](https://community.cloudera.com/t5/image/serverpage/image-id/38465i38E1CCDBB0660991/image-size/large?v=v2&px=999)