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: ORA-01704 and SP2-0027 errors. Help!!!

Re: ORA-01704 and SP2-0027 errors. Help!!!

From: No Name <louisparsonsusa_at_netscape.net>
Date: Thu, 07 Feb 2002 01:10:13 GMT
Message-ID: <3C61C756.2070008@netscape.net>


Use CLOB, not LONG.
Have you considered a BFILE?

Sunil Pant wrote:

> I need to migrate text data from SQL sever to Oracle 8.1.7. When I tried to
> do-- insert into table_name (textfield) values ('a big textdata..'), it gave
> me error--ORA-01704: string literal too long. I tried to insert using
> PL/SQL and I got the following error:
> SP2-0027: Input is too long (> 2499 characters) - line ignored. What could
> be the solution to this problem? textfield column is of long data type in
> Oracle 8.1.7.
> Thanks for any help.
> SP
>
>
>
>
Received on Wed Feb 06 2002 - 19:10:13 CST

Original text of this message

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