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 -> Re: LONG datatypes - what's the trick?

Re: LONG datatypes - what's the trick?

From: Daniel Clamage <dclamageNOSPAM_at_telerama.com>
Date: Thu, 4 Mar 1999 22:28:35 -0000
Message-ID: <7bnj1b$iae$1@remarQ.com>


You can use dbms_sql to get a long out of a column and into a set of varchar2 (such as a PL/SQL table of varchar2). You can also determine the length of the long with dbms_sql. But you can't insert or update them at all, except from C or COBOL.

--
- Dan Clamage
http://www.telerama.com/~dclamage
If you haven't crashed the Server,
you haven't been trying hard enough. Received on Thu Mar 04 1999 - 16:28:35 CST

Original text of this message

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