PHP. Руководство по PHP. 2005
ora_parse
ora_parse
(PHP3, PHP4, PHP5)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.
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
See also ora_exec(),
ora_fetch(), and ora_do().
ora_open
ora_plogon