Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Send Mail in Unix

RE: Send Mail in Unix

From: Daniel Garant <danielg_at_conceptis.com>
Date: Thu, 13 Feb 2003 11:29:58 -0800
Message-ID: <F001.0054C7F1.20030213112958@fatcity.com>


Here what I do on our SUN

(cat $ORACLE_BASE/THO1/scripts/backup_misc.log ; uuencode
$ORACLE_BASE/THO1/scripts/crontab_content.txt crontab_content.txt ; uuencode $ORACLE_BASE/THO1/scripts/pfile_content.txt pfile_content.txt)| $MAIL -s "Backup misc files THO1" $EMAIL_ADDRESS

Hope it helps
Daniel

-----Original Message-----
Mercadante, Thomas F
Sent: Thursday, February 13, 2003 12:45 PM To: Multiple recipients of list ORACLE-L

Mohammed,

thanks, but the -m option does not seem to exist in Sun Unix.

$ mailx -m
mailx: illegal option -- m
Usage: mailx -eiIUdFntBNHvV~ -T FILE -u USER -h hops -r address

                -s SUBJECT -f FILE users

any other ideas?

Tom Mercadante
Oracle Certified Professional

-----Original Message-----
Sent: Thursday, February 13, 2003 12:42 PM To: ORACLE-L_at_fatcity.com
Cc: NDATFM_at_labor.state.ny.us

You mean:

mailx -m -s "Test Message" me_at_somewhere.com << EOF `ux2dos /home/report/tbsp.lst | uuencode /home/report/tbsp.lst`

This is from an HP-UX system

hth

mohammed


Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Mercadante, Thomas F
  INET: NDATFM_at_labor.state.ny.us

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Daniel Garant INET: danielg_at_conceptis.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Thu Feb 13 2003 - 13:29:58 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US