Hi,
I have some oracle packages I would like to schedule in a Linux environment using crontab. Its simple to schedule them on calendar months however my requirement is for them to run on working days of the month. For example on the 1st or 2nd working days of the month, can anyone suggest the best way around doing this
There is a time dimension in the database that contains a working_day indicator for each day, can that somehow be combined in the crontab schedule to only run if the 1st of the month is a working day