I have a table with a DATE datatype field:

I am trying to import rows with the following format (DD/MM/YYYY):

And I am getting the following error ORA-01843:

Could someone help me to understand into what the date should be formatted and how could that be done in Apex?
What if I change user language and localization to an European one (where date is DD/MM/YYYY)?
Thanks,