Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: changing server time which affects oracle time
On Tue, 07 Sep 2004, igor.racicC_at_freesurf.fr_no_C wrote:
> 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?
On my local development instance, I did this for some testing. But, when I set it back using
alter system set fixed_date=none
and then shutdown, on restart I get the error,
ORA-00065: initialization of FIXED_DATE failed
Does anybody know how to fix this?
-- Galen BoyerReceived on Tue Oct 12 2004 - 09:00:27 CDT