I want to pick up the items that are smaller than the current date and time, but when I run select it gives the error message, not a valid month. In the database the date is set as follows, '25 / 09/18 10:23 '.
SELECT * FROM v_tpl_acompanhamento WHERE
coleta_plan = TO_DATE('25/09/18 12:19', 'DD/MM/YY HH24:MM')