Prev: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
Next: about nvl2 function
From: Mladen Gogala on 7 Jun 2010 20:53 On Mon, 07 Jun 2010 07:43:39 -0700, Sanjeev wrote: > So, Is there any SQL datatype which will allow more than 4000 character > so as to change data type of column 'LocDetail' in LocationDetail table. CLOB and LONG. LONG is deprecated, both types are a pain in the neck or lower. -- http://mgogala.byethost5.com |