(PHP 5, PHP 7, PECL OCI8 >= 1.1.0)
Prepares an Oracle statement for execution
resource oci_parse ( resource $connection, string $sql_text )
Prepares sql_text using connection and returns the statement identifier, which can be used with oci_bind_by_name(), oci_execute() and other functions.
Statement identifiers can be freed with oci_free_statement() or by setting the variable to NULL.
Parameters: