Hello
I have a problem when try to update rows using "select for update" statement. When I set the value '01/01/0001' in a date field then a error message appear "Invalid Argument".
but if I write the DML update table_x set date_x=to_date('01/01/0001','dd/mm/yyyy') then it works fine.
Any idea how I can fix this problem?
regards
I have a problem when try to update rows using "select for update" statement. When I set the value '01/01/0001' in a date field then a error message appear "Invalid Argument".
but if I write the DML update table_x set date_x=to_date('01/01/0001','dd/mm/yyyy') then it works fine.
Any idea how I can fix this problem?
regards
Last edited: