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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to change the value of Sysdate

Re: How to change the value of Sysdate

From: David Sharples <davidsharples_at_gmail.com>
Date: Mon, 27 Jun 2005 20:45:49 +0100
Message-ID: <be592d550506271245c7bab5d@mail.gmail.com>


alter session set nls_date_format = 'dd.mon.yyyy hh24:mi:ss'; alter system set fixed_date='2004-03-02 22:23:24'; select sysdate from dual;

On 6/27/05, Subbiah, Nagarajan <Nagarajan.Subbiah_at_aetn.com> wrote:

> I believe few days back there was a discussion of changing the sysdate value
> to the desired date with out changing the date value on the server and
> someone had given the procedure to do it. Can anyone of you send the
> procedure?

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jun 27 2005 - 15:51:13 CDT

Original text of this message

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