oci_free_statement() ..??
363979Aug 3 2006 — edited Aug 9 2006oci_free_statement() frees resources associated with Oracle's cursor or statement, which was received from as a result of oci_parse() or obtained from Oracle.
What happens if you do not use the oci_free_statement after the oci_execute?
Will PHP use more memory? or ? or ?