RAISE_APPICATION_ERROR
Translation reference for the raise_application_error statement.
General description
Oracle syntax
raise_application_error(
error_number, message[, {TRUE | FALSE}]);Snowflake Syntax
<exception_name> EXCEPTION [ ( <exception_number> , '<exception_message>' ) ] ;Sample Source Patterns
1. Exception in functions without declaring section
2. Exception code number outside limits
3. Exception stack functionality
4. Multiple exceptions with the same exception code
Known Issues
Related EWIs
Last updated