Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
10.0.2.1
-
None
-
Windows XP/2000
Description
I have created an table with
create table egal (
text long varchar
);
Now I try to insert an 38000 charakters long String.
insert into egal values ('
......
');
But there are following error message:
ERROR 54002: A string constant starting with ''
ddddddddddddddddddddddddddddddddddddddddddddddddddddddddd&' is too long.
I tryed the same with CLOB, but the same error occures.
The "Reference Manual" says to LONG VARCHAR:
"The LONG VARCHAR type allows storage of character strings of unlimited length"
Have I missunderstood this, or is this a BUG.
Thanks
Rainer