Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Dumping results of SQL query into ASCII flat file

Dumping results of SQL query into ASCII flat file

From: René Schutte <Rene_at_webhost.co.za>
Date: 1997/12/26
Message-ID: <34A4080E.D2A91636@webhost.co.za>#1/1

Hi there,

(Season's greetings:)

I need to get place the results of a PL/SQL query: cursor c1 is

    select * from payments;
d_c1 c1%rowtype;

to be placed in an ASCII delimited "flat" file. Is there an easy way to do this. I am running Oracle 8.0.3, with Web Request Broker 3.

Any help would really be appreciated.

thanks&bye4now
Rene Received on Fri Dec 26 1997 - 00:00:00 CST

Original text of this message

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