Page 1 of 1

Torascript bug with wrapped procedure on Oracle 10gR2

Posted: Wed 17 Mar 2010 14:16
by lencsess
Hi,

I've ODAC 6.90.0.55 version, and I use it with RAD Studio02007.
When I wrapp an Oracle procedure with Oracle 10g (Release 10.2.0.4.0) wrapper and exetute it with Torascript, it send a message : 0/0 PLS-00753: malformed or corrupted wrapped unit. When I compile the wrapped procedure with oracle sqplus, it says the compile was succesfull.

Here is the source example:

create or replace procedure pir_null6(pn_torzsszam Float,pn_szerzszam Float,pd_datum date,pc_zar_nyit Varchar2,pc_megbizatas Varchar2,pc_egyedi_jutalek Varchar2,pc_hierarchia Varchar2)is begin
null;
end; -- procedure pir_null6
/

Here is the wrapped procedure:

create or replace procedure pir_null6 wrapped a000000 20 abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd abcd
7
bd db
B8oivmktqEusWXgjmURRakmgMlIwg1z6f5kVfC9AOMH5GP2Ue61T9UXfFyPs6EPx59fAx2vj
5/mq6+mKm6/4z7dfpFgUNmRDO3JyRYdKt7FX8suohqbqeODYmQJZlfmFTa91ORYMgXfeYMwk
x0Zb8rGMbnh2hWFuf+C0fzFYdB5i6fX1mkwAt376zoa2B+Vs2bzhpfq+6GYgq1fP+03nIYs=


/


I think, it is a bug !


When you will correct the bug ?

Best regards,

Sándor Lencsés
managing director

L-SOFT Kft.
Hungary

Posted: Fri 19 Mar 2010 10:09
by bork
Hello,

Your issue is known as Oracle bug #6651232 (potentially only affecting Oracle 10.2 for Win32). This bug appears randomly with wrapped packages and procedures.

You can find more detailed information about it in the Internet.