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: Different ways to transfer data in a table to a FLAT file

RE: Different ways to transfer data in a table to a FLAT file

From: Cale, Rick T (Richard) <RICHARD.T.CALE_at_saic.com>
Date: Fri, 12 Jan 2001 11:07:34 -0800
Message-Id: <10739.126545@fatcity.com>


What version of Oracle is this utility?

Rick

> -----Original Message-----
> From: Charlie Mengler [SMTP:charliem_at_mwh.com]
> Sent: Friday, January 12, 2001 1:16 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Different ways to transfer data in a table to a FLAT
> file
>
> Additionally, you could use the Oracle supplied procedure
> DBMS_UTILITY.TABLE_TO_COMMA if you need a CSV file.
>
> sfaroult_at_oriole.com wrote:
> >
> > You have basically three means :
> > o PL/SQL with UTL_FILE. You are limited by the line size. An advantage
> > is that everything happens on the server (no data transfer across the
> > network).
> > o SQL*Plus spool. Works fine when used cleverly. Jared's dump.sql
> > is a good example and is fast, I think I have seen others mentioned
> > on www.lonyx.com
> > o Third party products. Oriole has one, pdqout <plug>free for up to
> > 250,000 rows starting with version 2.1 available next week</plug>,
> > CA has one, BMC has one ...
> >
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Charlie Mengler
> INET: charliem_at_mwh.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 Jan 12 2001 - 13:07:34 CST

Original text of this message

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