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 refer this function with a "from dual" I get:
{<SENSOR=1,LIMITE_MAXIMO=+28,LIMITE_MINIMO=+24,LIMITE_ATIVO=0>,<SENSOR=2,LIMITE_MAXIMO=+40,LIMITE_MINIMO=+01,LIMITE_ATIVO=0>,}
I can not handle this data correctly by searching through PHP, could anyone give me a clue how I can proceed?