PLS-00370: OTHERS handler must be last among the exception handlers of a block
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.
PLS-00372
Custom Search


More Oracle errors
ORA-29375sum of values string for level string, plan string exceeds string
ORA-14459missing GLOBAL keyword
ORA-55329same model string specified more than once in the list of models
ORA-03222average row size and row count must be greater than zero
ORA-13345a compound polygon geometry has fewer than five coordinates
ORA-32335dimension must have at least one level
ORA-19732incorrect number of datafiles for tablespace string
DRG-10002can not insert into result table
EVM-00037Failed to connect to EVM daemon on "string"
ORA-16576failed to update Data Guard configuration file
ORA-14297Index block size mismatch in ALTER TABLE EXCHANGE [SUB]PARTITION
ORA-23357the propagator does not exist
UDI-00010multiple job modes requested, string and string.
RMAN-05046Export completed
ORA-22279cannot perform operation with LOB buffering enabled
ORA-09364Windows 3.1 Two-Task driver unable to create hidden window
TNS-12223TNS:internal limit restriction exceeded
ORA-00050operating system error occurred while obtaining an enqueue
PGU-00386could not open toolkit resource file, string
ORA-01225thread number string is greater than MAXINSTANCES string




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
PLS-00370OTHERS handler must be last among the exception handlers of a block