Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to update a column daily? 1

Status
Not open for further replies.

huchen

Programmer
Jan 24, 2006
68
US
Hello,

I am looking for a simple way to achieve this:

I need to run this query at 7:00am daily:
update tab_1 set flag ='Y' where modifed_date > sysdate -2;

What are the options I have to achieve this?

Thank you!
 

Try using DBMS_SCHEDULER or DBMS_JOB packages.
[3eyes]


----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top