Upgrade Issues - DST related - There must not be any Daylight Savings Time (DST) update operations pending in the database before starting the upgrade process
(Doc ID 2878215.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 19.3.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Planning to upgrade from 12.1 to 19c, but we DST related errors:
SQL> SELECT version FROM v$timezone_file;
VERSION
----------
18
SQL> SELECT PROPERTY_NAME, SUBSTR(property_value, 1, 30) value
FROM DATABASE_PROPERTIES
WHERE PROPERTY_NAME LIKE 'DST_%'
ORDER BY PROPERTY_NAME;
PROPERTY_NAME VALUE
--------------------------------------------------------------------------------------------------------------------------------
DST_PRIMARY_TT_VERSION 18
DST_SECONDARY_TT_VERSION 14
DST_UPGRADE_STATE DATAPUMP(20) <----------------
There must not be any Daylight Savings Time (DST) update operations pending in the database before starting the upgrade process.
Changes
Attempting to upgrade 19c.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |