Sending cursors to a store procedure
Posted: Thu 14 May 2009 07:06
Hi,
I have a Oracle stored procedure called myfunction:
FUNCTION myfunction (mycursor IN cur_valueslist
, myone IN VARCHAR2)
RETURN cur_valueslist
IS
[...]
Can I send a parameter of type cursor to a store procedure?
thanks,
________
Bmw x5 m
I have a Oracle stored procedure called myfunction:
FUNCTION myfunction (mycursor IN cur_valueslist
, myone IN VARCHAR2)
RETURN cur_valueslist
IS
[...]
Can I send a parameter of type cursor to a store procedure?
thanks,
________
Bmw x5 m