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: The need to 'get around' the 4000 character limit in varchar2

Re: The need to 'get around' the 4000 character limit in varchar2

From: BD <robert.drea_at_gmail.com>
Date: 10 Nov 2006 10:33:22 -0800
Message-ID: <1163183602.278568.287210@m73g2000cwd.googlegroups.com>


> Can you not use the CLOB datatype? This is the datatype to use when you need
> more than 4000 characters.

The information I have from the developers indicates that CLOB will require a significant code modification in order to select the data. This may not be the case. So I was investigating other options and ran into the arguably hokey option of using views. Received on Fri Nov 10 2006 - 12:33:22 CST

Original text of this message

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