I am trying to execute an oracle stored procedure from a PHP script.
I would like the procedure to return the record set from the SQL select query inside the procedure. (This query may retireve 600-700 records).
Is it possible to do it in PHP? If so, I would appreciate any example.
Thanks for your help,
mns9939