Avatar of rmartes
rmartes
 asked on

Seeking Oracle Tools to Schedule SQL scripts

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
Oracle Database

Avatar of undefined
Last Comment
CarlsbergFTW

8/22/2022 - Mon
CarlsbergFTW

Have you tried using crontab to schedule a certain script to run at night time ?

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.
rmartes

ASKER
I am not fimilar with bash scripting, so that's why I was looking for an Oracle or third-party tool that would do this for me.  Even if that means several tools to accomplish everything.  I would  also perfer to not run on the database server if at all possible.  You know what I mean??
ASKER CERTIFIED SOLUTION
Wasim Akram Shaik

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
rmartes

ASKER
Thanks!!

Here is the problem.   I have never used and/or tried cronjobs, created database jobs or the DBMS_Scheduler.   This will require for me to learn, which I don't have the time with all my responsibilites.   Unfortunately, I am the only Oracle person and I am a jack of all trade with many hats and a small IT department.  I am the only one creating the various Oracle reports and emailing them to upper management.   The weekly reports take me about 45 minutes to run and the monthly/quarterly reports take approximate 2-3 hours in all.   This is why I was hoping for a tool that would do this all for me on a schedule.   I will in essence just put my script and bingo there is goes.. lol...   I will start looking at the links you provided, but I do need something quick with a short learning curve.  I do appreciate again your quick response.
Your help has saved me hundreds of hours of internet surfing.
fblack61
Geert G

try this application monitor from manage engine
http://www.manageengine.com/products/applications_manager/

it takes 20 minutes to install and 1 minute per database
David VanZandt

If you're too busy to learn on the job, perhaps one of us can be hired to do this for you......  But a tool to meet your specifications -- to my knowledge it does not exist.
CarlsbergFTW

dvz does have a point there.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
rmartes

ASKER
Lol.. Thanks guy.   I guess I will start this evening and hit books over the weekend, since there are no tools that will do it for me.
Geert G

depends on what reports you want ...
CarlsbergFTW

Probably custom financial reports :)
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23