I am currently running Oracle EE 10.2.0.5.0 on Sun OS 5.10 Sun box and need a tool to schedule SQL script jobs to run against the database at night, weekly, monthly and quarterly. I want then the output to save automatically to csv or txt and possibly PDF. I am spending too much time trying to run reports after hours when I know there must be something out there that will allow me to automate this process and allow me to get some sleep. If possible, I can then securely email and/or SFTP the output file as well. Any ideas, thoughts or suggestions? I would run this tool from my Windows workstation or server. I am basically looking for a solution to do all of the above with minimal human intervention.
I need this right away.
Thanks
But then you would need to code such script in order to output the report in a manner that suits you best.
I've done such job in the past on a mysql database (i'm pretty sure it's doable in oracle also) that was running a query format the output as XML format and then email it to me. The XML would be then processed with BI publisher and exported as PDF - minimal human interaction.
You would require basic bash scripting (script would run on your sunos machine) and awk. BI publisher installed.
I'll try to find the scripts i've coded and get back to you - not sure if i can still find then tho. Maybe they will give you an idea/concept on how to approach this.