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: Save only table values to a flat file without select statement

Re: Save only table values to a flat file without select statement

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Wed, 07 Jan 2004 19:10:28 -0800
Message-ID: <1073531345.893418@yasure>


Tyler Smith Watu wrote:

> Is it possible to write the contents of a table to a flat file
> without a select statement included?
>
> i.e if the table is blank the flat file is blank and if the table
> contains 1 record the flat file contains only the one record too ?
>
> TY

Use the UTL_FILE built-in package.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Wed Jan 07 2004 - 21:10:28 CST

Original text of this message

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