Re: the time zone of systimestamp is not match the user_scheduler_jobs

  • From: Joan Hsieh <joanhsieh08@xxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Wed, 12 Dec 2018 10:48:07 -0500

SELECT dbtimezone FROM DUAL;

DBTIMEZONE
------------------
-05:00

Thanks for the response.
Is it possible to change the scheduler_job match the dbtimezone? we can't
shutdown database to change the timezone.

Thanks,

Joan

On Wed, Dec 12, 2018 at 9:55 AM Joan Hsieh <joanhsieh08@xxxxxxxxx> wrote:

Hi Listers,

we have some dbms_scheduler_jobs failed due to the timestamp is not
correct. it throw out tons of errors of ORA-08186: invalid timestamp
specified .
The last_start_date from user_scheduler_jobs returns -4:00,
12-DEC-18 10.43.17.198623 AM -04:00

but the systimestamp from dual returns -5:00. what we should do to get it
sync.?

SQL> select systimestamp from dual;

SYSTIMESTAMP
---------------------------------------------------------------------------
12-DEC-18 09.47.28.000075 AM -05:00

Thank you so much.

Joan


Other related posts: