You're right, I had to use the date format of 'DD-MM-RR'.
This I found out by doing the following query:
SELECT
value FROM v$nls_parameters WHERE parameter ='NLS_DATE_FORMAT';
The documentation says that Liquibase will parse dates
in CSV files, but that seems to be false.
Though, it would be very useful if Liquibase parses dates, because
else it won't be possible to use the same CSV for Oracle as for
PostgreSQL or any other supported database.
Bart Weber
Software Engineer