Are Stored Procedures (PL/SQL) Supported?
Yes. The DataDirect Connect Series Oracle drivers fully support returning result sets (including multiple result sets) generated from PL/SQL stored procedures against 7, 8, 8i, 9i, and 10g servers. This implementation is: • Flexible-You can call any stored procedure without worrying about data integrity or the size of result sets. • Standards-based-Calling an Oracle stored procedure and returning a result set is done the same way it would be done for other databases, such as Informix or Sybase, and the way it would be expected by any third-party application. • Fully functional-Business logic written in PL/SQL is not limited to a single result set. Multiple result sets can be returned from a single invocation, which allows the greatest application flexibility and performance.