I think what you are trying above is MySQL statement to load data. In oracle if you need to exprot the Data into a flat file you need to do like one below.
spool outfile.txt
select * from myDatabase.claims_vw;
spool off
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.