Posts by Spy_vVare • 13 points
1 post
-
1
votes1
answer92
viewsQ: How to fetch data from an Oracle sys_refcursor via PHP?
I have a Package with a function where the return of it is a sys_refcursor: FUNCTION getConfigPlaca(placa_aux VARCHAR2) RETURN sys_refcursor; If I consult this function with a "from dual" I get:…