Oracle7 Server Messages
19999-21000: Stored Procedures
ORA-19999 SKIP_ROW procedure was called
Cause: | This message is raised when the SKIP_ROW procedure is called. | |
Action: | This procedure should be called only within a trigger or a procedure called by
a trigger. | |
ORA-20000 application_specific_message
Cause: | The stored procedure RAISE_APPLICATION_ERROR was called, which causes this message to be generated. | |
Action: | Correct the problem as described in the message or contact the application administrator or database administrator for more information. | |
ORA-21000 error number argument to RAISE_APPLICATION_ERROR of name is out of range, must be between -20000 and -20999, inclusive
Cause: | An attempt was made to specify a number not in the range of -20000 to -20999. | |
Action: | The valid range for user-specified error numbers is -20000 to -20999 inclusively. Do not specify numbers outside this range. | |