my scheduled job runs twice - Why?
On database version 11.2.0.4.0. I have set up a scheduled job to call a database procedure. the procedure outputs an excel sheet.
I have it set to run at 8am every morning. It runs and then runs a second time with a different output.
If I run the procedure in pl/sql it runs perfect.
If I drop and recreate the schedule to run in 30mins time it runs perfect - but once I add that I want itto run daily it runs twice?
What m i doing wrong ?
Is this a bug in my version of the database ?