String to Date Conversion in TI - "S1000[Oracle][ODBC][Ora]ORA-01861: literal does not match format string"
Posted: Wed Aug 05, 2020 8:06 pm
Hi All,
My Data flow
DB -> TM1 -> DB
Date - > String -> Date
Issue Format : 2021-12-31
In the final "Cube view to Table load" process , I have a insert statement in which i am sending Date column without conversion , which throws an following error .
"S1000[Oracle][ODBC][Ora]ORA-01861: literal does not match format string" -- it says Date format is wrong in my insert statement .
I extracted the insert query and tested in Oracle, the cause is the date(Issue format) . I modified the format to "01-Jan-2021" and it worked in oracle .
How do i change the format in TI process ?
My Data flow
DB -> TM1 -> DB
Date - > String -> Date
Issue Format : 2021-12-31
In the final "Cube view to Table load" process , I have a insert statement in which i am sending Date column without conversion , which throws an following error .
"S1000[Oracle][ODBC][Ora]ORA-01861: literal does not match format string" -- it says Date format is wrong in my insert statement .
I extracted the insert query and tested in Oracle, the cause is the date(Issue format) . I modified the format to "01-Jan-2021" and it worked in oracle .
How do i change the format in TI process ?