Hi all. I've been trying to use old threads to accomplish this, but I've been unsuccessful and was hoping someone could check my work. I'm using Toad for Oracle Base (64-bit) v.16.3.231.2085
What I want to achieve:
I want to run a query every hour to an excel file. Ideally this would be an online file on sharepoint so collaborators could see the updates. Ideally, it would write to anew sheet within the excel file so we could track the changes over time.
What I've tried so far:
- I open the Automation Designer and create a new app.
- I add a new action 'Export Dataset' and double click into it to configure.
- I set the format as Excel File, select the output destination on my hard drive, and leave all other fields in the Options tab as default.
- In the dataset tab, I paste in my query which I've confirmed works.
- I click apply, nothing happens. So I click Run instead and the Run Status shows 'completed'.
- I right click the action and select 'Schedule..'
- I name the task and click Next, I leave the default Start a Program > Toad action selected and click Next again.
- In the conditions, I set Begin the Task to: 'At task creation/ modification'.
- Under Advanced Settings, I check the box 'Repeat task every..' and set the options to '1 hour for a duration of 1 indefinitely' and click okay.
- Then I leave the setting as 'Run only wen user is logged on' enabled and click Next and enter my credentials. Then I click Finish.
What I expect:
The task runs every hour and overwrites the excel file with new info.
What happens:
The task runs once and then never again.
I stay logged in and yet, nothing happens the following hour.
What am I doing wrong? Can anyone help?