Torascript bug with wrapped procedure on Oracle 10gR2

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
lencsess
Posts: 5
Joined: Wed 04 Feb 2009 07:29

Torascript bug with wrapped procedure on Oracle 10gR2

Post by lencsess » Wed 17 Mar 2010 14:16

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

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Fri 19 Mar 2010 10:09

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.

Post Reply