Avatar of dbadm
dbadm
Flag for Italy

asked on 

ORA-01805 Timezone files on client and server do not match

Hi,
The Oracle version of both client and server is 19c. but the timezone file seems to be different.

DB SERVER:

SQL> select * from v$timezone_file;


FILENAME                VERSION     CON_ID
-------------------- ---------- ----------
timezlrg_32.dat              32          0


[oracle@db-prd1 ~]$ genezi -v
Client Shared Library 64-bit - 19.3.0.0.0


System name:    Linux
Release:        3.10.0-1160.24.1.el7.x86_64
Version:        #1 SMP Thu Mar 25 21:21:56 UTC 2021
Machine:        x86_64


TIMEZONE INFORMATION
--------------------
Operating in ORACLE_HOME environment.


Small timezone file = /oracle/193/product/db_home/oracore/zoneinfo/timezone_32.dat
Large timezone file = /oracle/193/product/db_home/oracore/zoneinfo/timezlrg_32.dat

Open in new window


On CLIENT the VERSION is 34


How to fix this issue? What are the steps to upgrade the Oracle DB server to version 34?

Thanks!

SQLOracle Database

Avatar of undefined
Last Comment
slightwv (䄆 Netminder)

8/22/2022 - Mon