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: CLOB : Inserting or Updating ?

Re: CLOB : Inserting or Updating ?

From: AnySQL <anysql_at_gmail.com>
Date: 6 Mar 2007 18:09:39 -0800
Message-ID: <1173233379.073851.312690@s48g2000cws.googlegroups.com>


On Mar 7, 5:10 am, "Ed" <e..._at_mail.com> wrote:
> Given a table that has a pk column and a CLOB column, and is to store CLOB
> of 40K ~ 100K
> and you have the option of either Inserting the CLOB or Updating it from
> Null to the CLOB
>
> Which one would you do and why ?
> Thanks
> 10g

Treat this field as a LONG field, check the doc of your current programing language for how to process LONG type.

AnySQL.net from China



http://www.anysql.net/en Received on Tue Mar 06 2007 - 20:09:39 CST

Original text of this message

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