caching - A method to Extract Output of Oracle Coherence Cache (CohQl) into a flat file -


do have way extract output of query flat file, while working cohql, know have way rdbms databases. in mysql

select ... ... ...  outfile 'file.csv' fields terminated ',' 

i want flat file, delimiter not preference, if solutuion delimiter, , good.

i'm not aware of built-in capability that.


Comments