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: E-Mailing Reports

Re: E-Mailing Reports

From: Eric Siglin <eric_b_siglin_at_MILACRON.COM>
Date: Fri, 19 Jan 1996 16:44:57 EST
Message-Id: <9601192218.AA14092@alice.jcc.com>


falkson <falkson_at_ETISALES.COM> Wrote:

| I'm a little ignorant about this - but is there a way to e-mail a report
| without using oracle*mail?
|

I'm doing this through a shell script in Unix. Here's a general idea of how I do it:

sqlplus user/pass @process
cat spoolfile.lis | mailx -s "Subject Line" userid

Hope this helps.


Received on Fri Jan 19 1996 - 17:18:51 CST

Original text of this message

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