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

Home -> Community -> Usenet -> c.d.o.tools -> Re: newbie question on clob

Re: newbie question on clob

From: The Saint Nimnul ! <stnimnul_at_mail.ru>
Date: Wed, 28 Feb 2001 09:57:41 +0300
Message-ID: <97i79l$dk8$1@oak.rt.ru>

Which method use you to insert and in which column?

Markus Rösner <roesner_at_cms.tecmath.com> ÐÉÛÅÔ × ÓÏÏÂÝÅÎÉÉ:97gcf0$kvk$1_at_sun.rhrk.uni-kl.de...
> Hi all,
>
> sorry for this newbie question.
>
> i want to create this table:
>
> create table frs(
> FRS_Identifier INTEGER not null,
> MOB_Identifier INTEGER not null,
> FRS_Analysis_ethod VARCHAR2(4000),
> MOI_Identifier INTEGER,
> FRA_LIST CLOB default empty_clob() null)
> LOB (FRA_LIST) store as
> (storage (initial 32000 next 32000)
> chunk 32000
> disable storage in row)
> ;
>
> can somebody please tell me what is wrong, i stiil can' t insert a String
> longer than 4k
>
> Thanks in advance
> Markus
>
>
>
>
Received on Wed Feb 28 2001 - 00:57:41 CST

Original text of this message

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