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
NZE-29006The certificate request message is invalid when using SSL 2.0.
NNL-00981Timeouts, server not responding: number
PGU-41053VERSION parameter was previously specified
CLSD-01001The OCR was formatted using version number.
ORA-09967unable to create or open lock file
PGA-21201error selecting PGA_2PC_LUS row for local LU string
ORA-22950cannot ORDER objects without MAP or ORDER method
NNL-01054Request forwarding enabled: string
OCI-31157Invalid Content-Type charset
DRG-12247maximum number of NDATA sections (string) exceeded
ORA-55370input parameter not a zero or positive integer
RMAN-08009channel string: starting archived log backup set
DRG-11532error reading through end of line string for file string
ORA-22837Relational hint or keyword is disallowed for user-level DML
ORA-04028cannot generate diana for object stringstringstringstringstring
RMAN-07508cataloging done
PGU-20004unable to close the cursor
ORA-24345A Truncation or null fetch error occurred
ORA-09768osnmgetmsg: could not read a message
ORA-15245ASM disk string is already being brought online




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