Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: E-Mailing Reports
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.
![]() |
![]() |