PLS-00218: a variable declared NOT NULL must have an initialization assignment
Cause: In general, variables that have no initialization clause in their declaration are automatically initialized to NULL. This is illogical for NOT NULL variables; therefore, an initialization clause is required.
Action: Add an initialization clause to the variable declaration. If the initilization is too complicated for the syntax, one can add a function call (in a later release).
PLS-00220
Custom Search


More Oracle errors
NNL-00012invalid "string" value "string"
ORA-25449invalid variable name: string
ORA-54530invalid etype for element at element offset
ORA-09834snyGetPortSet: failed to collect info on a port.
DIA-49414Package sequence later than expected [string] [string]
RMAN-06580the string option cannot be used with AS COPY
ORA-02242no options specified for ALTER INDEX
DRG-10833feedback failed
ORA-19678RMAN configuration value exceeds maximum length of string
CLST-02999Untranslated failure: [string] [string] [string] [string] [string] [string]
AMD-00100not found: string "string"
ORA-47402incorrect evaluation options value for Factor string
ORA-16220no failed transaction found
ORA-19225XPST0005 - XQuery static type error: expected non empty type got empty sequence
RMAN-10032unhandled exception during execution of job step number: string
QSM-02122compatibility mode must be 8.1 or higher
ORA-30368ATTRIBUTE cannot determine column in a different relation
LSX-00170union must have memberTypes attribute or some simpleType children
ORA-16640CRS warns that multiple instances may still be running
ORA-09282sllfrb: error reading records




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-00218a variable declared NOT NULL must have an initialization assignment