You could use the dbms_job package inside Oracle<br>
to schedule the running of a stored procedure. The<br>
stored procedure in turn could perform the select<br>
into a cursor object, open up a file for writing,<br>
then loop through the cursor and write out to your<br>
file.<br>
<br>
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.