updating clob datatype

From: Manikandan <member12054_at_dbforums.com>
Date: Fri, 15 Aug 2003 05:32:21 -0400
Message-ID: <3242186.1060939941_at_dbforums.com>


Hi,

[Quoted]   Pls look into the following:

TRN: att Mani>desc event_log;

 Name                            Null?    Type

 ------------------------------- -------- ----

 DESCRIPTION                              CLOB



TRN: att Mani>select * from event_log;

DESCRIPTION



e_INTL table,TCF_KEY have been populated

1 row selected.

TRN: att Mani>update event_log set description = description||'mani';

update event_log set description = description||'mani'

                                   *

ERROR at line 1:

ORA-00932: inconsistent datatypes

TRN: att Mani>

PLease guide me how to resolve this issue?

--

Posted via http://dbforums.com Received on Fri Aug 15 2003 - 11:32:21 CEST

Original text of this message