Print Thread
Large Data Editor Problem
#38423 07/19/10 01:49 PM
Joined: Mar 2009
Posts: 32
M
mamv Offline OP
Member
OP Offline
Member
M
Joined: Mar 2009
Posts: 32
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.

Last edited by mamv; 07/19/10 01:49 PM.
Re: Large Data Editor Problem
mamv #38431 07/21/10 01:44 PM
Joined: Aug 1999
Posts: 22,206
Member
Offline
Member
Joined: Aug 1999
Posts: 22,206
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?


Marco Kalter
Allround Automations
Re: Large Data Editor Problem
Marco Kalter #38473 07/26/10 02:01 PM
Joined: Mar 2009
Posts: 32
M
mamv Offline OP
Member
OP Offline
Member
M
Joined: Mar 2009
Posts: 32
Hi Marco,

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


Thanks in advance.

Re: Large Data Editor Problem
mamv #38475 07/27/10 11:43 AM
Joined: Aug 1999
Posts: 22,206
Member
Offline
Member
Joined: Aug 1999
Posts: 22,206
Can you resend it? I don't think we received it.


Marco Kalter
Allround Automations
Re: Large Data Editor Problem
Marco Kalter #38501 07/30/10 03:58 AM
Joined: Mar 2005
Posts: 2
Tokyo, Japan
Member
Offline
Member
Joined: Mar 2005
Posts: 2
Tokyo, Japan
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 ?


Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.084s Queries: 14 (0.051s) Memory: 2.5129 MB (Peak: 3.0380 MB) Data Comp: Off Server Time: 2024-04-30 03:16:55 UTC
Valid HTML 5 and Valid CSS