The common reasons behind this error are: 1. You are trying to assign a value to numeric variable, but the value is larger than the variable can handle. 2. You are trying to assign a non-numeric value to a numeric variable and caused a conversion error You could correct this error by redefining the v_number variable as number(3). or use Oracle Repair Tool to fix it. oracle.filerepairtool.net/
↧