Recent content by SPYO_O

  1. S

    Invalid argument

    Thank you.. it work now!!!
  2. S

    Invalid argument

    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...
Back
Top