In a previous version of Toad I had a scheduled job running which each night exported the scripts of my views, triggers, functions etc. from a selected schema.
When a new function was added, it was automatically added to the script because ALL functions were exported.
Now it seems for me, that I have to select each item that I want to export, so when I have e new function, I have to add that to my scheduled job.
How do I set up a script using Toad (version 12.6) to generate a SQL-file for each object in a schema automatically each night?