Automate sql script
585321Nov 3 2008 — edited Nov 4 2008I have a simple select statement which need to be automated ( run daily) in an oracle database . It basically selects data from several tables and then the resulting data populates an excel file . How do I achieve this .
I guess I can write a cron job . Are there any other easirer ways to do this ? Can I do this using the OEM ?
Thanks!