Hi,
I'd like to know if it's mandatory to free cursor ressource each time after I've used one?
Can it overload Oracle memory if I don't do that?
And also, how is it related with binding? If I parse a query once and then just use PHP binded variable to re-execute this same query later, with a different $id for example, should I free the cursor each time anyway?
Thank you!
Nicolas Patris