posted 20 years ago
I have hita design wall. I am working with a group that is writing some stuff to my database. I want to be able to process the information.
I could do it as the info come in or as a nightly job. However, I would like to make all of my configurations for this within the scope of my web app. For instance, I do not want to write a cron job to start a nightly process and I really don't want to write any PL-SQL from my oracle db to do stuff either.
What should I do?