Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: changing server time which affects oracle time
yls177 wrote:
> hi, oracle transaction time comes from the server time? Therefore, if
> we changed the oracle time, then inherently, this will affect the
> oracle and transaction time, right? currently, we have an issue here.
> Some jobs were not run properly and we were advised by the other party
> that the only solution is to change the server time to past times, so
> as to enable the job to run. Afterwhich, we can update the time to the
> present time.
>
> Any advise?
Probably Sybrand gave you good answer.
But if you insist and know what you are doing, maybe
fixed_date parameter could be of help:
1* alter system set fixed_date='2001-01-01-11-00-00' SQL> / System altered.
SQL> select sysdate from dual;
SYSDATE
System altered.
SQL> select sysdate from dual;
SYSDATE
![]() |
![]() |