This function returns the first ORA error message text stored in p_error.ora_sqlerrm
. If p_error_ora_sqlerrm
does not contain a value, NULL
is returned.
Syntax
APEX_ERROR.GET_FIRST_ORA_ERROR_TEXT ( p_error in t_error, p_include_error_no in boolean default false ) return varchar2;
Parameters
Table 13-8 GET_FIRST_ORA_TEXT Function Parameters
Parameters | Description |
---|---|
|
The |
|
If set to |
Example
See an example of how to use this procedure in "Example of an Error Handling Function."
Parent topic: APEX_ERROR