Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> cast varchar to clob

cast varchar to clob

From: Andreas Boehm <andreas_at_andiboehm.de>
Date: Wed, 01 Sep 2004 11:10:42 +0200
Message-ID: <2pli0iFmc7itU1@uni-berlin.de>


Hi,

how does one cast a varchar to a clob, so the DBMS_LOB.COMPARE can be used to compare a varchar with a clob? Or is it a must to create a temporary clob by hand in order to use the DBMS_LOB.COMPARE? (and to destroy it afterwards)

regards,
Andreas Received on Wed Sep 01 2004 - 04:10:42 CDT

Original text of this message

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