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 -> How do I Insert and Read Long data?

How do I Insert and Read Long data?

From: Tom Niderost <tom_at_tempus.com>
Date: Mon, 29 Mar 1999 18:20:04 -0500
Message-ID: <37000AA4.71DFF757@tempus.com>


I seem to have a problem inserting a string into a Long column if the data length is greater than 3906 characters. How do I read and write into a Long column and access all of the data?

For example:

Insert into TestTable
Values(
'First Row',
'abcdefghijijklmnop....(5000 more

characters)...klmnopabcdefghijklmnop');

Thanks in Advance!

Tom Received on Mon Mar 29 1999 - 17:20:04 CST

Original text of this message

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