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 -> CLOB / VARCHAR2

CLOB / VARCHAR2

From: Mattias Malmgren <a2matmal_at_ulmo.stud.slu.se>
Date: Wed, 10 Jun 1998 14:35:08 +0200
Message-ID: <357E7D7B.8C5F3CA0@ulmo.stud.slu.se>


In Oracle 8 this works fine

  x VARCHAR2(10) := 'ABC';

but not this

  y CLOB :='abc';

why ?

How is a value assigned to a CLOB?

 / Mattias Received on Wed Jun 10 1998 - 07:35:08 CDT

Original text of this message

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