So I googled about scheduling and it turns out that people mostly need things like "do something once a day", or "every few hours", now I need a task executed every few weeks, shoud I use any other tool than, say Quarz, or will it do just as well as for shorter periods of time, like 8 hours? Taking on account that performance impact matters very much
What I need scheduled is lots of data export from Oracle tables into .csv sheets, sometime at night. The functionality is planned to be implemented using Java.