Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> strange SP ???
Hi all,
I have a SP which returns a refcursor. The SP executes immediately, but when I do a print of the refcursor, it takes about 2 minutes to return only 1 row!!!
SQL> var xx refcursor
SQL>exec
lp_ccgetcustaddracctbyacct_00('20034662',33,:xx);
(instantaneous)
SQL>print :xx (about 2 minutes !!!!)
Any suggestion??? Thank you very much.
Leslie
This warning is inserted into all messages containing binary
![]() |
![]() |