ora_errorcode
Description
int ora_errorcode ( [resource cursor_or_connection] )Returns the numeric error code of the last executed statement on the specified cursor or connection.
Notes
When using oci8 as a replacement for the deprecated oracle extension, consider using:
| oci_error() (the "code" field of the resulting array) |
