require recommendation for database job scheduling
Posted: Wed Dec 03, 2008 3:37 am
Hi to all,
As mentioned on the top, I would like to able to set/reset/edit data scheduling via php for an oracle database.
ETC:
every day at 00:00:00
select * from table1 where A=100 and date > SYSDATE -1
the output could be a csv format for example.
How would you do it?
As mentioned on the top, I would like to able to set/reset/edit data scheduling via php for an oracle database.
ETC:
every day at 00:00:00
select * from table1 where A=100 and date > SYSDATE -1
the output could be a csv format for example.
How would you do it?