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
ORA-24031invalid value, string should be non-NULL
SQL*Loader-00120Invalid _synchro option string
RMAN-06743specification does not match any backup set in the repository
ORA-02355error opening file: string
NID-00435Database name changed to string.
ORA-01907TABLESPACE keyword expected
KUP-00554error encountered while parsing access parameters
ORA-16173incompatible archival network connections active
PGA-20922no data available to receive: number bytes were requested
ORA-27044unable to write the header block of file
ORA-30735cannot create multiple subtables of the same type under a supertable
TNS-00145PUMPS value in INTCHG.ORA is too large.
ORA-54601CREATE_PC: invalid parameters for creation of Point Cloud
TNS-00303Connection Manager: Reread parameter data
ORA-14176this attribute may not be specified for a hash partition
ORA-01217logfile member belongs to a different logfile group
ORA-07619$IDTOASC failed translating an integrity level
ORA-29263HTTP protocol error
ORA-36735A value exceeded the MAX specification
DRG-12605datatype of column number in COLUMNS list is not supported




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