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

Home -> Community -> Usenet -> c.d.o.server -> Re: exporting ASCII file from Oracle8

Re: exporting ASCII file from Oracle8

From: Dale Leonard <dll_at_mindspring.com>
Date: 1998/05/28
Message-ID: <6kla6g$1a5$1@camel0.mindspring.com>#1/1

The attached Stored Procedure file will allow you to export data to an ASCII file.

Modify the cursor to select only the columns that you want to export. The v_sep variable can be set to whatever field delimiter you want. Change the TEXT_IO.FOPEN filemode to 'a' for appending.

Dale
dll_at_mindspring.com Received on Thu May 28 1998 - 00:00:00 CDT

Original text of this message

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