S. Studeny
Member²
Hi.
In PLSQL's DBMS scheduler management iface, there is no TIMESTAMP WITH TIMEZONE option to add timezone in start_date/end_date job property like '22.11.2019 08:00:25,000000 EUROPE/PRAGUE'
I would prefetch info from following dynamic performance view to allow user to select correct TZ with correct DST settings.
select * From V$TIMEZONE_NAMES
Regards,
Stanislav
In PLSQL's DBMS scheduler management iface, there is no TIMESTAMP WITH TIMEZONE option to add timezone in start_date/end_date job property like '22.11.2019 08:00:25,000000 EUROPE/PRAGUE'
I would prefetch info from following dynamic performance view to allow user to select correct TZ with correct DST settings.
select * From V$TIMEZONE_NAMES
Regards,
Stanislav