| 
 | oci_parsePrepares an Oracle statement for execution Description
   resource oci_parse
    ( resource  $connection, string$sql_text)
   Prepares  
   Statement identifiers can be freed
   with oci_free_statement or by setting the
   variable to  Parameters
 
 Return Values
   Returns a statement handle on success, or  Examples
 Example #1 oci_parse example for SQL statements 
<?php
 Example #2 oci_parse example for PL/SQL statements 
<?phpNotes
 See Also
 
 |