Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Question from a newbie! oracle and time

Re: Question from a newbie! oracle and time

From: Jim Kennedy <kennedy-down_with_spammers_at_attbi.com>
Date: Thu, 24 Apr 2003 02:10:49 GMT
Message-ID: <JIHpa.618596$S_4.667553@rwcrnsc53>


The database gets the time from the server. Try:
select to_char(sysdate,'mm/dd/yyyy hh24:mi:ss') from dual;

Jim

--
Replace part of the email address: kennedy-down_with_spammers_at_attbi.com
with family.  Remove the negative part, keep the minus sign.  You can figure
it out.
"Jochen" <jri_at_doneware.de> wrote in message
news:9331ca31.0304230819.22f57006_at_posting.google.com...

> Hallo,
>
> in my sql statement i use the current_time parameter, but the time,
> oracle save is two hours before the realtime!
>
> the server, where oracle is running have the correct time
> (systemtime).
>
> where can i check or configure the database time?
>
> thanks,
> Jochen
Received on Wed Apr 23 2003 - 21:10:49 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US