How do I setup cron job to run any task?
10438Feb 10 2006 — edited Apr 4 2006Hello All,
OS: IBM AIX 5.2
How do I setup cron job to run any task?
e.g:
I wanted to put below code in the cron job.
(RMAN> backup archivelog all delete input;)
I want this to automatically run after every 48 hours.
DN