All,

I guess I made the mistake mentioning Excel.  

I am creating a tab delimited text file with an .xls file type that Excel
can easily open.  It is not a binary Excel file.

I just need to be able to send the file as an attachement.

thanks again and sorry for the mis-statement!

Tom Mercadante
Oracle Certified Professional


-----Original Message-----
Sent: Thursday, February 13, 2003 12:45 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]


There are a couple of ways to do it.  You could uuencode it and then mail
the encoded file.  The file has to be decoded on the other end.

I send binaries off the server to users who wouldn't be familiar with decode
software using a python program that builds a mime message with the file
attached to the message.  You can do the same with perl.

Glenn Stauffer

----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Thursday, February 13, 2003 10:44 AM


> All,
>
> I'm trying to send an email attachment (Oracle Tablespace Report) from a
Sun
> Unix box to myself when the batch job runs.
>
> Anybody been able to do this?  I can send the text of the file, but what I
> really want to do is to send the file (it's an Excel Spreadsheet).
>
> thanks in advance.
>
> Tom Mercadante
> Oracle Certified Professional
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: Mercadante, Thomas F
>   INET: [EMAIL PROTECTED]
>
> 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: [EMAIL PROTECTED] (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: Mercadante, Thomas F
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to