Page 1 of 1

ref_cursor IN support, and COM+ transactional support

Posted: Sat 25 Jun 2005 17:12
by Ghost
Can you tell me if this driver supports ref_cursor IN for passing recordsets into a PL/SQL procedure?

What about COM+ distributed transactional support?

Posted: Mon 27 Jun 2005 06:48
by Paul
You cannot pass ref_cursor into a PL/SQL procedure. It is not supported in OCI. The best way to pass recordes is to use OracleArray parameter. Please see OraDirect .NET documentation how to do this.
COM+ Distributed transactional is not supported in OraDirect .NET