Statement Processing Functions
OraParse Function
Parses a SQL statement or a PL/SQL block and associates it with a cursor.
OraParse2 Function
Parses a SQL statement or PL/SQL block passed to the function as a string and associates it with a cursor.
OraExec Function
Executes a SQL statement or PL/SQL block associated with a cursor.
OraFetch Function
Performs a specified number of fetch operations in order to retrieve data from a SQL query.
Parent topic:
Oracle API Functions Overview