Hello
I am using HP-UX IA64. Prior of definning backup strategy I want to delete everything on /oracle/<SID>/oraarch(on test system)
I tried using "crontab -e root" with 5 * * * * /usr/bin/rm /oracle/<SID>/oraarch/*.dbf
On other system it is functionning(not set by me). I wander do I have to do something more to activate ( "man crontab" does not tell me about this)?
Thank you in advance