Accessing a stored procedure with a List / Array of Records

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
chg
Posts: 3
Joined: Thu 11 Jan 2007 09:30
Location: Bremen, Germany

Accessing a stored procedure with a List / Array of Records

Post by chg » Fri 12 Jan 2007 10:13

Hello,

I would like to ask whether it is possible to access a stored procedure via OraDirect, that has an Array of Records as parameter?

Best regards,
Christoph Grimmer

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 12 Jan 2007 10:22

No, it is not possible. Record type is not supported in OCI.
You should write your own PL/SQL block and convert it to something else.

Post Reply