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

Home -> Community -> Usenet -> c.d.o.tools -> Re: LONG datatype

Re: LONG datatype

From: Ian Cary <cary_at_gatwick.geco-prakla.slb.com>
Date: 1997/10/02
Message-ID: <34339716.6F2@gatwick.geco-prakla.slb.com>#1/1

If you can guarantee that the LONG variable will always contain less than 62000 (ish) bytes you could use PL/SQL as you are allowed to use functions such as replace against PL/SQL LONG variable types, because they have that size limitation.

Regards,

Ian Received on Thu Oct 02 1997 - 00:00:00 CDT

Original text of this message

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