Oracle8 Error Messages
Release 8.0.4

A58312-01

Library

Product

Contents

Index

Prev Prev Next

19999-21099: Stored Procedure Messages

For more Stored Procedure messages, see 04040-04059: Stored Procedure Messages on page -51.

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 num 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.

ORA-21001: error number argument to raise_system_error of num is out of range

Cause: An attempt was made to specify a number not in the range of -23300 to -24299, or -29300 to -29399, inclusive.

Action: Use an error number in the range of -23300 to -24299, or -29300 to -29399, inclusive.




Prev

Top

Next
Oracle
Copyright © 1997 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index