muddu wrote:
> DA Morgan wrote:
>> muddu wrote:
>>> Hi ,
>>>
>>> I am running a simple unix script but mailx option is not working .
>>> please help me out.
>>>
>>> DAT=`date +%m%d%Y`
>>> MAIL=mudassar.dba_at_gmail.com
>>> AUDIT_DIR=$ORACLE_HOME/rdbms/audit
>>> DIR=/opt/oracle/adminscripts
>>> . $DIR/parfiles/jobprofile
>>>
>>> cd $AUDIT_DIR
>>>
>>> #merge all .aud files to audit.log
>>> cat *.aud > audit_$DAT.log
>>>
>>> mv audit_$DAT.log $DIR/logs/audit/
>>> cd $DIR/logs/audit/
>>>
>>> #send audit.log to the mail recipient
>>> mailx -s "Audit log file" $MAIL < audit_$DAT.log
>>>
>>> Thanks.
>> In what way is this an Oracle issue?
>>
>> What version of Oracle?
>> I'd suggest using UTL_MAIL or UTL_SMTP and get out of the shell.
>> --
>> Daniel A. Morgan
>> University of Washington
>> damorgan_at_x.washington.edu
>> (replace x with u to respond)
>> Puget Sound Oracle Users Group
>> www.psoug.org
>
> I dont think it is an oracle issue. I am using oracle 8.1.7.4.0 and
> sun solaris 9 version.
> My problem is the mailx is working in stage server but not in
> production server.
Then it is clearly not an Oracle issue so why did you post here?
Go to the Solaris usenet group.
--
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Aug 31 2006 - 20:04:17 CDT