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: Help! I need to generate excel files from PL/ SQL

Re: Help! I need to generate excel files from PL/ SQL

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Wed, 11 Feb 2004 16:06:36 -0500
Message-ID: <20040211210636.GC8282@mladen.wangtrading.com>


On 02/11/2004 03:39:45 PM, Luis deUrioste wrote:
> Hi Listers,
>
> I have a requirement to submit some reports via e-mail in excel
> format, =
> can somebody help me?
>
> Thanks
>
> Luis

BOSS="phb\@mycompany.com";
uuencode $ORACLE_HOME/oradata/$ORACLE_SID/system.dbf system.dbf|mailx -s "My database" $BOSS

Excell would know what to do with DBF files.



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed Feb 11 2004 - 15:06:36 CST

Original text of this message

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