DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Cron not running in oralce user?

  1. #1
    Join Date
    Mar 2010
    Posts
    2

    Cron not running in oralce user?

    Hi,

    I have set a RMAN backup cron job run by oracle user,and script and cron job seems like not problem. i can run it manually, but when i set it as automatic, then the cron job not runing.

    but when i set the cron job in Root user, the job is automatic as i set .
    do u all know which part i got settting wrong?

    in the /etc/cron.deny is empty and i dont have /etc/cron.allow file.

    ORACLE user cron job -> ( wont run automacatic)
    --------------------------
    48 10 * * * /appl/script/RMAN_Backup.sh >> /dump/ADWES01B/backup/recover_list.out 2>&1

    Root user cron job -> (no problem)
    -----------------------------
    24 11 * * * su - oracle -c /appl/script/RMAN_Backup.sh >> /dump/ADWES01B/backup/recover_list.out 2>&1


    Thanks

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    What do you see in /dump/ADWES01B/backup/recover_list.out ?
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Mar 2010
    Posts
    2
    cant see the out file..im thinking the cron is not runing although i have set it in cron job.
    i dont have cron.allow file and inside cron.deny is empty.

    is it i need so something in cron file?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width