Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> re: test for DST patching
Help,
The test for DST is not working:
SQL> select case to_number(to_char(to_timestamp_tz
('20070311 00:00:00 US/EASTERN','YYYYMMDD HH24:MI:SS TZR') + to_dsinterval('0 08:00:00'),'HH24')) when 8 then 'The patch has not been applied' when 9 then 'The patch has been applied correctly' else 'Error' end "TZTEST (RUN FROM DB HOME)" from dual;
TZTEST (RUN FROM DB HOME)
![]() |
![]() |