ora_open
(PHP 3, PHP 4 )
ora_open -- Opens an Oracle cursor
Description
resource ora_open ( resource connection)
Opens an Oracle cursor associated with connection.
Returns a cursor index or FALSE on failure. Details about
the error can be retrieved using the ora_error() and ora_errorcode()
functions.
ora_parse
(PHP 3, PHP 4 )
ora_parse -- Parse an SQL statement with Oracle
Description
bool ora_parse ( resource cursor, string sql_statement,
int defer)
This function parses an SQL statement or a PL/SQL block
and associates it with the given cursor.
Returns TRUE on success or FALSE on failure.
See also ora_exec(), ora_fetch(), and ora_do().
|