1
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:
{<SENSOR=1,LIMITE_MAXIMO=+28,LIMITE_MINIMO=+24,LIMITE_ATIVO=0>,<SENSOR=2,LIMITE_MAXIMO=+40,LIMITE_MINIMO=+01,LIMITE_ATIVO=0>,}
I’m not able to handle this data properly searching through PHP, someone could give me a clue how I can proceed?
You solved my problem, thank you;
– Spy_vVare
Show, if you can raise the level of my answer to a level above I would be grateful :)
– David Melo