Oracle 10g Express Edition

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
AgustinL
Posts: 2
Joined: Fri 08 Jul 2005 12:08

Oracle 10g Express Edition

Post by AgustinL » Thu 03 Aug 2006 10:51

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

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 04 Aug 2006 11:45

Check if this error will occur when you call the package procedure using SQL Plus or other tool.

AgustinL
Posts: 2
Joined: Fri 08 Jul 2005 12:08

Post by AgustinL » Wed 16 Aug 2006 20:05

With SQLPlus it work well.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 18 Aug 2006 07:25

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.

Post Reply