Posted By: mamv Large Data Editor Problem - 07/19/10 01:49 PM
Hi Marco,

When I try to insert a big varchar2 (with 4000 characters) I'm getting an error: "ORA-01480: trailing null missing from STR bind value".

Could you please try the following:

1 - create table test (a varchar2(4000));
2 - select lpad('A',,'A') from dual;
3 - Open the result of the query with large data editor and copy the content
4 - Edit data of table test and paste the result of the query into the table.
5- When I try to post changes, I get the error "ORA-01480: trailing null missing from STR bind value".

If I use an insert statment, everything works ok:
insert into test
select lpad('A',4000,'A') from dual;


Thanks in advance.
Posted By: Marco Kalter Re: Large Data Editor Problem - 07/21/10 01:44 PM
Can you go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
Posted By: mamv Re: Large Data Editor Problem - 07/26/10 02:01 PM
Hi Marco,

I sent you the email reply last week, do you have any update regarding this bug?


Thanks in advance.
Posted By: Marco Kalter Re: Large Data Editor Problem - 07/27/10 11:43 AM
Can you resend it? I don't think we received it.
Posted By: Kunikazu Okada Re: Large Data Editor Problem - 07/30/10 03:58 AM
Hello,Marco.

I'm pretty sure this is the same issue with
the following DOA issue.

DOA causes "ora-01480" with long varchar.

http://www.allroundautomations.com/...ords=ora-01480&Search=true#Post37685

Will you check this agin ?
© Allround Automations forums