There is a way to create a named schedule after a table?

52 Views Asked by At

I need to create a job whith DBMS_SCHEDULER.CREATE_JOB using the EXCLUDE CLAUSE to exclude the dates of table (holidays, it have 2 columns date and ). I tried to create a named schedule after this table, there is a way to accomplish this?

0

There are 0 best solutions below