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: SQL string length maximum

Re: SQL string length maximum

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Mon, 25 Nov 2002 21:08:32 GMT
Message-ID: <3DE29147.7D3F4EB3@exesolutions.com>


Monty wrote:

> Excuse such a simple question but is there a limit on the number of
> characters that an SQL string can contain and if so, what is it (using
> Oracle9i personal).
> Thank you
> Monty

In a table 4K. In a variable 32K.

Assuming you are talking about VARCHAR2.

If you are talking about CLOBs then 4GB.

Daniel Morgan Received on Mon Nov 25 2002 - 15:08:32 CST

Original text of this message

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