I need some help guys with this error > ORA-01830: date format picture ends before converting entire input string
INSERT INTO members_contributions
(contribution_type,
from_date,
to_date,
added_period_in_months,
member_amount,
mof_amount,
the_currency)
VALUES (2,
To_date('01/06/2016 12:00:00 AM', 'dd/mm/yyyy'),
To_date('30/06/2016 12:00:00 AM', 'dd/mm/yyyy'),
1,
55,
0,
'OMR')