Screenshot of query executed The date string in 'Sat Oct 29 10:47:50 CDT 2016' has to be converted to date/timestamp format in oracle query. I need to extract only date and time from it. I tried using to to_date() but didn't work. Can one someone please help.
Error: ORA-01841: (full) year must be between -4713 and +9999, and not be 0 01841. 00000 - "(full) year must be between -4713 and +9999, and not be 0" *Cause: Illegal year entered *Action: Input year in the specified range
to_date()syntax you used. Which format did you use? docs.oracle.com/cd/B19306_01/server.102/b14200/…to_datefunction.?