Access violation at address 04DBFA06 in module 'Toad.exe'. Read of address 00000008

Hi!

CREATE OR REPLACE PROCEDURE cur_test# (cur OUT sys_refcursor)
IS
BEGIN
OPEN cur FOR SELECT 1,2,3 FROM dual;
END;
/

BEGIN
cur_test# (:cur);
END;
/

TOAD 13.2.0.34 x64

Thanks, I can reproduce and have logged it. I’ll take a look later in the week.

Correction, it’ll be fixed in 13.2.0.38.