ora_errorcode
Gets an Oracle error code
&reftitle.description;
intora_errorcode
resourcecursor_or_connection
Returns the numeric error code of the last executed statement on
the specified cursor or connection.
&reftitle.parameters;
cursor_or_connection
An Oracle cursor or connection identifier.
&reftitle.returnvalues;
Returns the error code, as an integer.
&reftitle.changelog;
&Version;
&Description;
5.1.0
&oracle.deprecated;
3.0.4
Support for connection identifiers was added.
&reftitle.notes;
&oracle.replacement.desc;
oci_error (the "code" field of the resulting array)