Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Timezone version when upgrading fromi 11.2.0 to 12.1.0

Igor GorbatovskySep 20 2015 — edited Oct 21 2015

Hi,

I have recently upgraded from 11.2.0 to 12.1.0. Oracle suggests to run a number of scripts after upgrade (like postupgrade_fixups.sql). So, when I ran it, it listed a couple of recommendations:


Beginning Post-Upgrade Fixups...

**********************************************************************

Check Tag:     OLD_TIME_ZONES_EXIST

Check Summary: Check for use of older timezone data file

Fix Summary:   Update the timezone using the DBMS_DST package after upgrade is complete.

**********************************************************************

Fixup Returned Information:

INFORMATION: --> Older Timezone in use

     Database is using a time zone file older than version 18.

     After the upgrade, it is recommended that DBMS_DST package

     be used to upgrade the 12.1.0.2.0 database time zone version

     to the latest version which comes with the new release.

Although it says that timezone datafile is of older than 18 version, this says that it is not:

SQL> SELECT version FROM v$timezone_file;

VERSION

----------

18

Whom to believe?

This post has been answered by Igor Gorbatovsky on Sep 22 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2015
Added on Sep 20 2015
10 comments
3,743 views