i am trying to run the below query i am getting the a non-numeric character was found where a numeric was expected here is the query
select * from schedule where to_date(SHDL_STRT_TIME,'dd-MON-yy HH24:mi:ss')
IN('11-Jan-15 20:30:00','11-Jan-15 08:00:00','11-Jan-15 20:00:00')
and shdl_strt_time is of type DATE object it works fine in sqldeveloper but from application its not working
Please clarify where I am going wrong, any help would be appreciated. Thank You