ORA-21000 | : |
Error number argument to raise_application_error of -1722 is out of range |
Cause | : |
You are trying to use RAISE_APPLICATION_ERROR function with the error code out of range (-20000 to -20999). |
Action | : |
Try to use the error code between -20000 to -20999 or If you want to re-raise arbitrary Oracle errors outside the range (-20000 to -20999) simply use RAISE.
Note: RAISE_APPLICATION_ERROR is for you to create and raise your own error codes. |
0 comments:
Post a Comment