I have a Oracle BBDD with multiple schemas.
I am trying to create a Scheduler Job for delete data from a table and i have a script that work fine for one schema but fails in other two. The script is the same for the three schemas.
Schema 1: Works Fine.
Schema 2 & 3:
Error ORA-27465: Invalid value
FREQ=DAILY;BYHOUR=00;BYMINUTE=15;BYSECOND=0 for the attribute REPEAT_INTERVAL.