Why does the In Database 'Connect In-DB' tool not allow the use of 'Materialize' in a sql statement while the regular 'Input Data' tool will?
With Cust as
(select /*+MATERIALIZE*/
sto_cust_seq, etc..etc..
That is to say, I get a 'DataWrapOCI: unable to prepare the query' error at the 'Data Stream Out' tool.