Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Opposite of SQL*Loader
Set heading off, set pagesize 0, set feedback off, set echo off, set
trimspool on (Oracle 7.3 (?) and later only), set linesize <insert desired
number here>, and use the spool command. Then run your select statement.
--
Matt Brennan
SQL*Tools Specialist
GERS Retail Systems
9725-C Scranton Road
San Diego, California 92121
1-800-854-2263
mbrennan_at_gers.com
(Original email address is spam-blocked.)
Andrew D. Arenson <arenson_at_swan.imgen.bcm.tmc.edu> wrote in article
<wqemuor4ot.fsf_at_swan.imgen.bcm.tmc.edu>...
>
> I am familiar with the Sybase utility bcp (bulk copy) which can
> be used to copy tab-delimited files of data into or out of a Sybase
> table.
>
> I would like to do the same thing in Oracle. From what I've read,
> SQL*Loader will achieve this handily and with _much_ more flexibility
> when I want to load data INTO an Oracle table.
>
> What do I use to bulk copy data OUT OF an Oracle table?
>
> I understand that I could write a fairly simple piece of code to do
> this, but I find it hard to believe that there isn't a utility like
> SQL*Loader for drawing data out of an Oracle table.
>
> Andy
>
>
>
> --
> Andrew D. Arenson |
http://gc.bcm.tmc.edu:8088/cgi-bin/andy/andy
> Baylor College of Medicine | arenson_at_bcm.tmc.edu (713) H
520-7392
> Genome Sequencing Center, Molecular & Human Genetics Dept. | W
798-4689
> One Baylor Plaza, Room S903, Houston, TX 77030 | F
798-5386
>
Received on Mon Aug 10 1998 - 17:02:26 CDT
![]() |
![]() |