PLS-00370: OTHERS handler must be last among the exception
handlers of a block



PLS-00370: OTHERS handler must be last among the exception handlers of a block..

Answer / guest

Cause: One or more exception handlers appear after an OTHERS
handler. However, the OTHERS handler must be the last
handler in a block or subprogram because it acts as the
handler for all exceptions not named specifically.

Action: Move the OTHERS handler so that it follows all
specific exception handlers.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-13363: no valid ETYPE in the geometry

1 Answers  


ORA-04044: procedure, function, package, or type is not allowed here

1 Answers  


KUP-00562: unknown escape sequence

1 Answers  


NMP-00006: uninitialized SNMP context

1 Answers  


DRG-50859: failed to allocate statement handle

1 Answers  






DRG-11719: Broader Term hierarchy too deep

1 Answers  


ORA-31078: error in SQL mapping information

1 Answers  


DRG-10017: you must be string to do this: string

1 Answers  


ORA-29500: NAMED keyword is invalid in CREATE JAVA CLASS

1 Answers  


PLS-00151: Expression or Variable is an illegal type to PLS/QL: string

1 Answers  


ORA-02047: cannot join the distributed transaction in progress

1 Answers  


RMAN-03036: Debugging set to level=number, types=string

1 Answers  


Categories