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:Spool Oracle Tables into Excel Format

Re:Spool Oracle Tables into Excel Format

From: <dgoulet_at_vicr.com>
Date: Fri, 20 Sep 2002 12:48:51 -0800
Message-ID: <F001.004D594F.20020920124851@fatcity.com>


Bob,

    You can create a CSV file from SQL*Plus with the following statement:

select <column_name||','||<column_name>||','||<etc.....> from <table_name>

where <......................>;

Dick Goulet

____________________Reply Separator____________________
Author: Bob Robert <mssql_2002_at_yahoo.com>
Date:       9/20/2002 12:33 PM

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



Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
--

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

Author: Bob Robert
  INET: mssql_2002_at_yahoo.com
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: 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).
--

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

Author:
  INET: dgoulet_at_vicr.com
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: 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 - 15:48:51 CDT

Original text of this message

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