Hi there,
I am not a unix scripter, however I have been given the task of amending the following so that it stores a daily log result:
mailx -s "`hostname`:$ORACLE_SID Commit Count for `date`" g.blah@blah.com,j.blah@blah.com </tmp/commitCount.log
currently this emails to two addresses and stores the a commitCount.log for today only this is overwritten the next time it runs.
Any help appreciated.
Many thanks,
Sam
I am not a unix scripter, however I have been given the task of amending the following so that it stores a daily log result:
mailx -s "`hostname`:$ORACLE_SID Commit Count for `date`" g.blah@blah.com,j.blah@blah.com </tmp/commitCount.log
currently this emails to two addresses and stores the a commitCount.log for today only this is overwritten the next time it runs.
Any help appreciated.
Many thanks,
Sam