PLW-06009: procedure "string" OTHERS handler does not end in RAISE or RAISE_APPLICATION_ERROR
Cause: The OTHERS handler can exit without executing some form of RAISE or or a call to the standard procedure RAISE_APPLICATION_ERROR.
Action: Good programming practices suggest that OTHERS handlers must always pass an exception upward. Inspect the program logic to determine if the handler code needs revision.
PLW-06010
Custom Search


More Oracle errors
ORA-38470cannot revoke a privilege that was not granted.
ORA-34489(MXMAINT06) You cannot maintain workspace object because it is a SURROGATE.
TNS-00134Missing COMMUNITY component in addresses for the Navigator in TNSNAV.ORA
LFI-00006Invalid parameter to function string.
ORA-44807Peformance Class name is too large
ORA-39201Dump files are not supported for estimate only jobs.
PLS-00123program too large (string)
IMG-00808unable to read an empty image
QSM-01335query rewrite not possible because query has an LOB column
SQL*Loader-00401End field position number must be greater than or equal to start number
ORA-26018Column string in table string does not exist
ORA-19554error allocating device, device type: string, device name: string
TNS-04067Number of connections: number.
ORA-01956invalid command when OS_ROLES are being used
ORA-27064cannot perform async I/O to file
RMAN-06570datafile number switched to datafile copy "string"
ORA-29256Cursor contains both regular and array defines which is illegal
ORA-24451string, Maximum call depth exceeded
RMAN-06003ORACLE error from target database: string
NZE-29041The callback is NULL.




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
ORA-00000normal, successful completion
RMAN-08132WARNING: cannot update recovery area reclaimable file list
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
PLW-06009procedure "string" OTHERS handler does not end in RAISE or RAISE_APPLICATION_ERROR