You are on page 1of 2

If you don’t check it, then, when you run “post_upgrade_checks.

sql”, it will give you the below


warning message.

Remember that there will be no “upgrade_TSTZ.sql” script to upgrade the timezone data in Oracle
12102 under folder <ORACLE_HOME>\sap\ora-upgrade\post_upgrade”. We have this script only in
11g.

So the only option is to upgrade it manually.

Steps:

 Confirm the current version

Check the latest version of the timezone_file in location “<ORACLE_HOME>\oracore\zoneinfo”, the


file format will be “timezlrg_18.dat” (12c release time zone version)

 Shutdown your database and startup in upgrade mode


 execute SQL command “SQL>EXEC DBMS_DST.BEGIN_UPGRADE (18);

 Shutdown and startup your database again and check for the new version is updated.

You might also like