May 14, 2001 #1 lweng Technical User Joined May 18, 2001 Messages 113 Location US How to do cron job by user oracle than root? How to recive those oracle cron job mails by oracle than root? Tahnks!
How to do cron job by user oracle than root? How to recive those oracle cron job mails by oracle than root? Tahnks!
May 14, 2001 #2 rjdscs MIS Joined Apr 12, 2001 Messages 40 Location EU Step 1 Add user oracle to /etc/cron.d/cron.allow Step 2 Login as user oracle Step 3 create a crontab file with cron entries you want to run Step 4 Issue the command crontab cronfile Everything is now set. cron mail will go to user oracle Richard richard@brecon.co.uk Upvote 0 Downvote
Step 1 Add user oracle to /etc/cron.d/cron.allow Step 2 Login as user oracle Step 3 create a crontab file with cron entries you want to run Step 4 Issue the command crontab cronfile Everything is now set. cron mail will go to user oracle Richard richard@brecon.co.uk
May 14, 2001 Thread starter #3 lweng Technical User Joined May 18, 2001 Messages 113 Location US Thanks Richard, Is any way to receive only those cron job mails whose cron jobs fail? Thanks again. Upvote 0 Downvote