Automating/Scheduling a sequence of tasks

ghn

Member
Is it possible to automate and schedule a sequence of tasks in PL/SQL Developer?

I would like to have Developer run a query on a certain date, at a certain time, then save the output as a CSV file to a specified folder on the network.
 
No, this is not possible with PL/SQL Developer. It is possible by using the standard Windows Task Scheduler in combination with a tool that allows you to export a query result from the command-line (such as our Query Reporter freeware tool).
 
Back
Top