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

Thread: Export log in mail body

  1. #1
    Join Date
    Sep 2001
    Location
    Düsseldorf, Germany.
    Posts
    588

    Question

    Hi,

    I have set up an automatic backup job in crontab for the database. It works as expected.

    After execting the cronjob I get mail from the user. And it contains the complete log file of Export.

    How do I prevent going complete Export log file in the mail

    Thanks

    Sameer

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Send the output of your job to /dev/null

    exp system@xyz file=xyz.dmp log=xyz.log > /dev/null 2>&1
    Jeff Hunter

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