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: <JayMiller_at_TDWaterhouse.com>
Date: Wed, 29 Jun 2005 10:29:02 -0400
Message-ID: <5B257A26B4845C469B87871B6CEFE5070331AA2E@usnjc04wmx003.tdwaterhouse.com>


Is there a reason the nls_date_format and fixed_date don't match in the example below?  

-----Original Message-----
From: David Sharples [mailto:davidsharples_at_gmail.com] Sent: Monday, June 27, 2005 3:46 PM
To: Nagarajan.Subbiah_at_aetn.com
Cc: oracle-l_at_freelists.org
Subject: 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-l

-----------------------------------------
This message is confidential and sent by TD Waterhouse solely for use
by the intended recipient.  If you are not the intended recipient, you
are hereby notified that any use, distribution or copying of this
communication is strictly prohibited.  This should not be deemed as an
offer or solicitation, to buy or sell any product. Any 3rd party
information contained herein was prepared by sources deemed reliable,
but is not guaranteed.  TD Waterhouse does not accept electronic
instructions that would require an original signature. Information
received by or sent from TD Waterhouse is stored, subject to review,
and may be produced to regulatory authorities or others with a legal
right to such.

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jun 29 2005 - 10:34:45 CDT

Original text of this message

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