Error when writing Date columns to Oracle DB via odbc

I already encountered such difficulties with Date and DateTime types with oracle DB.
I think there is a missing feature but still not sure that R types are correctly handled to odbc data type conversion then to oracle datatype through an ODBC driver for oracle is really working well.

For writing to Oracle Database,I rely on ROracle mainly which uses OCI driver directly - not odbc.

It is difficult to make a reproductible test with such DB but I have one at work - I'll try again.

This code is part of my thinking about the issues