Page 1 of 1

BUG: Params in Ora Stored Procedure

Posted: Fri 30 May 2008 09:48
by oschulz
The version 6.5 of ODAC maybe has a bug with params from stored procedure
for example

Code: Select all

From

begin
  :RESULT := PCK$_TEST.GETTEST(:VAR1, :VAR2);
end;

changes to

begin
  PCK$_TEST.GETTEST(:RESULT, :VAR1, :VAR2);
end;
with version 6.25 and earlier it runs without Problems

kind regards
Oliver

Posted: Tue 03 Jun 2008 08:41
by Plash
We have fixed this problem. The fix will be included in the next build of ODAC.