ORA-01438: value larger .. Which column has the error :

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 3ALAYA
    New Member
    • Mar 2010
    • 2

    ORA-01438: value larger .. Which column has the error :

    Hi ..

    Iam trying to do so >>

    Insert into LOANS
    (LOAN_CODE,LOAN _BALANCE,LENDED _TO,LONED_BY,IN TREST_PERCENTAG E,BR_CODE)
    Values
    (200,100000,'AL YA','BUHAIRA',2 ,101)

    this is the table DESC ..



    How can I know Which column has the error :

    I see every thing is fine !!!!
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    I guess number(2,2) (column interest_percen tage) which allows only decimal numbers and you try to put here '2'.
    Am I right?

    Comment

    • 3ALAYA
      New Member
      • Mar 2010
      • 2

      #3
      thank you very much ,,

      I have change the value of interest_percen tage (4,2)

      and it worked

      ^_^

      Comment

      Working...