Hi,

Oracle supports queries like

    SELECT  dname, loc, CURSOR( SELECT * FROM emp WHERE emp.deptno = 
dept.deptno)
    FROM dept;

I would like to use this construct through DBI. However, DBD::Oracle 
says that he doesn't support
type 116 (ORA_RSET). This suprised me because returning a cursor through 
a bound variable in a
PL/SQL call is supported.

Will there be any support in the future for nested cursors ?
Is there a reason for not supporting nested cursors ?


Regards


Paul

-- 
Paul Buss�                    Ubizen
Senior Systems Engineer       We Secure e-Business
Phone   +32 16 28 70 00       http://www.ubizen.com
Fax     +32 16 28 71 00       http://www.securitywatch.com


Reply via email to