Write a Dbms_scheduler to run a job frequently
791888Nov 26 2010 — edited Nov 29 2010Hi,
I need to write dbms_scheduler to run the job on monthly basis which would delete data from database which are of 2 year old from sysdate.
For Eg: I have 50000 records in my table which are of differetn dates stored in database since 3 years.
If I run the job today, records which are created before today's date 2 years back should be deleted.
Can any one help me in step by step process as how can I do it as I am new in writing jobs.
Thanks in advance.