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-12601TNS:information flags check failed
ORA-39238XML node attribute differences are not supported.
ORA-30646schema for external table type must be SYS
NNL-00874Slowest update processing time: string
DIA-48201Field Length Exceeds Maximum [string] [string] [string]
RMAN-20272no parent backup found for the incremental backup
TNS-01159Internal connection limit has been reached; listener has shut down
ORA-07840sllfop: LIB$GET_VM failure
ORA-07427spstp: cannot change directory to dbs.
ORA-16167LGWR network server could not switch to non-blocking mode
PGU-41053VERSION parameter was previously specified
RMAN-06100no channel to restore a backup or copy of datafile number
ORA-54012virtual column is referenced in a column expression
ORA-54552height entries must be >= to ground height entries
ORA-02292integrity constraint (string.string) violated - child record found
ORA-41253Failed to access session state file
RMAN-06457UNTIL SCN (string) is ahead of last SCN in archived logs (string)
ORA-34358(MXDSS14) number other users reading
ORA-09285sllfop: unrecognizable processing option, incorrect format
ORA-24172rule set string.string has errors




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