PLS-00484: redundant exceptions ‘string’ and ‘string’ must appear in same exception handler

oracle

PLS-00484: redundant exceptions 'string' and 'string' must appear in same exception handler
Cause: The EXCEPTION_INIT pragma was used and different exceptions were initialized to the same Oracle error number. Then, they were referenced in different exception handlers within the same exception-handling part. Such references conflict.
Action: Remove one of the exceptions or initialize it to a different Oracle error number.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/