ora_exec
Execute a parsed statement on an Oracle cursor
&reftitle.description;
boolora_exec
resourcecursor
Executes the parsed statement cursor.
&reftitle.parameters;
cursor
An Oracle cursor, already parsed by ora_parse.
&reftitle.returnvalues;
&return.success; Details about the error can be retrieved using the
ora_error and ora_errorcode
functions.
&reftitle.changelog;
&Version;
&Description;
5.1.0
&oracle.deprecated;
&reftitle.notes;
&oracle.replacement.desc;
oci_execute
&reftitle.seealso;
ora_parse
ora_fetch
ora_do