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: How do I output a long datatype?

Re: How do I output a long datatype?

From: John Koo <johnkoo_at_i-wave.net>
Date: Thu, 21 Jan 1999 15:31:26 -0800
Message-ID: <36A7B8CE.1D43@i-wave.net>


wweng_at_ei.org wrote:
>
> How do I output a LONG datatype into standard output or a file?
> I can't use DBMS_OUTPUT package, since all its functions don't take LONG datatype as argument.
>
> Please help
> Thanks
>
> wei

You may write a ProC program or extract data thru' OCI interface. A third party database tool can also help in here. Or you may use the dbms packages provided by Oracle but it depends on your Oracle version.

John Koo Received on Thu Jan 21 1999 - 17:31:26 CST

Original text of this message

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