Details
-
Type:
Technical task
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
The custom exception "RAISE_APPLICATION_ERROR() does not work. This is similar to MariaDB "SIGNAL"
Here is an oracle example
EXCEPTION
|
WHEN OTHERS THEN |
BEGIN |
-- insert into test(query,sample) values('Error','UPD_TRG'); |
RAISE_APPLICATION_ERROR(-20003, 'Unexpected error in INVDTL_UPDATE_TRIGGER'); |
END; |