Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Help! I need to generate excel files from PL/ SQL
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.
-- 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
![]() |
![]() |