Thursday, July 28, 2016

Giving Crontab permission for Oracle User in HP-Ux



1) Checking cron jobs for oracle user.

#crontab -l oracle
crontab: can't open your crontab file.

2) Add the oracle user in /var/adm/cron.allow file to give crontab permission to oracle user.

#vi cron.allow
oracle

3) Oracle user will now able to create cron jobs.

#crontab -e 

No comments:

Post a Comment