ora-01401 inserted value too large for column
ora-06512at "scott.insert_try" line 26
ora-06512 at line 1
the problem is that when the procedure is run from SQL> with same values it runs perfect. but when we pass values through our front end app. it gives the above error




Reply With Quote