Page 1 of 1

Oracle 10g Express Edition

Posted: Thu 03 Aug 2006 10:51
by AgustinL
I have ODAC 5.00.0.2.
Delphi 6.
Oracle 10g Express Edition (10.2.0.1.0).

I have a package that gives error me in Oracle Express and nevertheless it does not give error me in Oracle Enterprise Edition. I use the control TOraPackage.

Knows somebody because I can happen this?
Thank you

Posted: Fri 04 Aug 2006 11:45
by Plash
Check if this error will occur when you call the package procedure using SQL Plus or other tool.

Posted: Wed 16 Aug 2006 20:05
by AgustinL
With SQLPlus it work well.

Posted: Fri 18 Aug 2006 07:25
by Plash
Describe how do you use TOraPackage to call a procedure in the package more detailed, please. Provide Delphi code you are using and code of the package.