My issue is that my oracle db has timestamp(6) column (without any timestamp information) but the timestamps are stored in CET/CEST (Europe/Berlin).
We need to correct the timestamps to UTC (because we already have issues when time switches from CEST to CET - e.g 28.10.2018)
I already found the following how it could be done via update script: How to update a TIMESTAMP column to TIMESTAMP WITH TIME ZONE in Oracle
As we are also planning to migrate from 11 to 12 - my question is if it could also be done during the dump exp / imp (expdp / impdp)?