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: Sql loader loads - what is the name of the counterpart that exports

Re: Sql loader loads - what is the name of the counterpart that exports

From: Jared Still <jkstill_at_cybcon.com>
Date: Fri, 06 Sep 2002 18:18:19 -0800
Message-ID: <F001.004CA8CB.20020906181819@fatcity.com>

Sqplus works well for this as long as the file is not too large.

Spooling to a file in sqlplus is quite slow.

C or, ahem, Perl, are much faster.

Jared - OCP and Part Time Perl Evangelist ;)

On Thursday 05 September 2002 11:44, Reginald.W.Bailey_at_jpmorgan.com wrote:
> It's called SQL Plus. Set the heading off, pagesize = 0, linesize = 200,
> set record delimiter = ',' or '|' and set feedback off; and termout on.
> This should produce an ASCII file once you supply your own query.
>
> RWB
>
>
>
>
>
> ltiu <ltiu_at_alumni.sfu.ca>@fatcity.com on 09/05/2002 01:05:07 PM
>
> Please respond to ORACLE-L_at_fatcity.com
>
>
>
> Sent by: root_at_fatcity.com
>
>
> To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
> cc:
> exports
>
>
> Hello guys,
>
> I just blurted out my whole message in the subject line.
>
> Here it is again?
>
> Sql loader loads - what is the name of the counterpart that exports
> Oracle data in plain text?
>
> Export and Import does not handle plain ascii - these handle their own
> proprietary binary format, which utility can export Oracle data out from
> an Oracle database to a plain text file in comma-delimited format?
>
> Thanks for any tips.
>
> ltiu
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: ltiu
> INET: ltiu_at_alumni.sfu.ca
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> 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: Jared Still
  INET: jkstill_at_cybcon.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 06 2002 - 21:18:19 CDT

Original text of this message

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