Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Time
Hi,
I'am facing a strange behaviour of my ORACLE 9.2.0.4 server. I always get the same time back from
select to_char(sysdate, ('DD.MM.YYYY HH24:MM')) ActualTime from dual;
ACTUALTIME
I added seconds output to the query and the secondes will be counted
correctly,
but after the time 10:02:59, the time will be return to 10:02:00. After an
hour the
time will be set to 11:02.
The Parameter fixed_date has o value.
Any ideas how to get the time working again?
Thanks
Patrick
Received on Wed Feb 16 2005 - 04:03:28 CST