Passing cursor as input parameter

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Yaroslav
Posts: 1
Joined: Mon 25 Sep 2006 07:27

Passing cursor as input parameter

Post by Yaroslav » Mon 25 Sep 2006 09:32

Hi to all.
I faced with the problem: when I am trying to pass input cursor parameter I've received "ORA-01001: invalid cursor" error on server. In recent discussion it is said, that OCI doesn't support input REF CURSOR parameters. So, is it still possible to pass input cursor to oracle server (9i or 10g version) using ODAC with enabled Net option?

Thank you in advance,
Yaroslav

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

Post by Plash » Mon 25 Sep 2006 14:25

ODAC also does not support input REF CURSOR parameters with Net option.

Post Reply