Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re:Spool Oracle Tables into Excel Format
--0-1300155633-1032552528=:94351
By the way, would you use replace to get rid of the commas withiin fields so that Excel reads it properly? dgoulet_at_vicr.com wrote:Bob,
You can create a CSV file from SQL*Plus with the following statement:
select ||','||
from
where <......................>;
Dick Goulet
____________________Reply Separator____________________Author: Bob Robert
All,
Is it possible to create Oracle reports into Excel
format ?
Is it possible to spool Oracle tables into Excel
format?
Thanks in Advance
Bob
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services
<P>By the way, would you use replace to get rid of the commas withiin fields so that Excel reads it properly? <P> <B><I>dgoulet_at_vicr.com</I></B> wrote: <BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Bob,<BR><BR>You can create a CSV file from SQL*Plus with the following statement:<BR><BR>select <COLUMN_NAME||','||<COLUMN_NAME>||','||<ETC.....><BR>from <TABLE_NAME><BR>where <......................>;<BR><BR>Dick Goulet<BR><BR>____________________Reply Separator____________________<BR>Author: Bob Robert <MSSQL_2002@YAHOO.COM><BR>Date: 9/20/2002 12:33 PM<BR><BR>All,<BR><BR>Is it possible to create Oracle reports into Excel<BR>format ? <BR>Is it possible to spool Oracle tables into Excel<BR>format?<BR><BR>Thanks in Advance<BR>Bob<BR><BR>__________________________________________________<BR>Do you Yahoo!?<BR>New DSL Internet Access from SBC & Yahoo!<BR>http://sbc.yahoo.com<BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.com<BR>-- <BR>Author: Bob Robert<BR>INET: mssql_2002@yahoo.com<BR><BR>Fat City Network Services -- 858-538-5051 http://www.fatcity.com<BR>San Diego!!
, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB ORACLE-L<BR>(or the name of mailing list you want to be removed from). You may<BR>also send the HELP command for other information (like subscribing).<BR>-- <BR>Please see the official ORACLE-L FAQ: http://www.orafaq.com<BR>-- <BR>Author: <BR>INET: dgoulet@vicr.com<BR><BR>Fat City Network Services -- 858-538-5051 http://www.fatcity.com<BR>San Diego, California -- Mailing list and web hosting services<BR>---------------------------------------------------------------------<BR>To REMOVE yourself from this mailing list, send an E-Mail message<BR>to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in<BR>the message BODY, include a line containing: UNSUB!!
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting servicesto: ListGuru_at_fatcity.com (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). Received on Fri Sep 20 2002 - 16:10:12 CDT
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |