Import failing in ATP with timezone issue
Hi All,
I have taken a export backup from VM machine database(19c) using expdp utility and when i try to import this dump on Autonomous database (ATP -> 19c) its failing with below error.
The source has timezone version of 36 and the target (ATP) has 35. Could anyone help me in resolving this issue.
dbms_datapump.get_status(65...)
ORA-39002: invalid operation
ORA-39405: Oracle Data Pump does not support importing from a source database
with TSTZ version 36 into a target database with TSTZ version 35.
Information: Import connection has lower Oracle Timezone version than Export connection.
See: SELECT version from v$timezone_file