How to execute DSTv32 in pluggable databses ?
Oracle Enterprise Edition 19.6, TEST
My CDB has its TZ_VERSION=32
But all my PDBs have a TZ_VERSION=26
I'm trying to datapump some data coming from my PRODUCTIVE server having CDB & PDBs with TZ_Version=32
Impdp is causing a
ORA-39002: invalid operation
ORA-39405: Oracle Data Pump does not support importing from a source database with TSTZ version 32 into a target database with TSTZ version 26.
How to fix this issue ? How to apply DSTv32 update only on my PDBs ?