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: Loading a large text string

Re: Loading a large text string

From: sandra.thrasher <sandra.thrasher_at_MCI2000.com>
Date: 1998/01/13
Message-ID: <4pyu.1441$YH1.540238@news.internetMCI.com>#1/1

I've run into this problem before. I think I modified the insert to CONCATENATE parts of the data.

For example,

INSERT INTO MY_TABLE ('TEST VALUE FOR' ||
'MORE DATA' ||
'MORE DATA');
Received on Tue Jan 13 1998 - 00:00:00 CST

Original text of this message

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