Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: How to change the value of Sysdate
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-lReceived on Mon Jun 27 2005 - 15:51:13 CDT
![]() |
![]() |