PL/SQL functions & nested tables

admin

Administrator
Staff member
Hi...two questions.

1) How can I use PHP to get the return value from an oracle 8 function? Is this even possible, or should I recode the functions to use OUT variables instead.

2) How can I handle oracls collections in PHP? For example, I have a collection of VARCHAR2's which get returned from a function. How can I user PHP to get to the individual elements of the collection?

Thanks,
Tim Reddy
 
Back
Top