Database Error Messages

ORA-45214

cannot convert 'string' to number

Cause

An arithmetic, numeric, string, conversion, or constraint error occurred. For example, a NULL value was assigned to a variable that was declared as NOT NULL or an integer larger than 99 was assigned to a variable declared as NUMBER(2).


Action

Change the data, how it is manipulated, or how it is declared so that values do not violate defined constraints.