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 result of clob query to file

Re: save result of clob query to file

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Fri, 24 Sep 2004 22:12:05 -0700
Message-ID: <1096089199.347901@yasure>


Michael Frost wrote:

> What is the best way to export a clob to a file, as the result of a query?
>
> I have something like:
> select xmlelement( "big_clob", big_clob ).getclobval() as "result"
>
> spool in sqlplus will corrupt the clob/xml-output because of spool line-breaking.
>
> Can it been done in sqlplus 9.2.0.5?
>
> What are the alternatives?

Java.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Sat Sep 25 2004 - 00:12:05 CDT

Original text of this message

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