Database Administration (MOSC)

MOSC Banner

Oracle Database 19.18.0.0.0

Hi,

Oracle Database Version : 19.18.0.0.0

OS version :Oracle Linux Server release 7.9


We are facing some issues with timestamp especially in Mexico time zone. Below query executed in sql developer shows different result.

whereas Same query shows perfectly fine in SQL plus. Kindly suggest fixing the same.

FILENAME      Version

---------------------------

timezlrg_41.dat   41


PROPERTY_NAME         PROPERTY_VALUE

----------------------------------------------

DST_PRIMARY_TT_VERSION    41

DST_SECONDARY_TT_VERSION   0

DST_UPGRADE_STATE       NONE


Sqldeveloper:-

Query:-

select cast(date'2023-03-03' as timestamp) at time zone 'UTC' d1,

cast(date'2023-03-03' as timestamp) at time zone 'America/Mexico_City' d2

from dual union all

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center