<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Oracle SYSDATE show old date in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954856#M788750</link>
    <description>You warned me&lt;BR /&gt;&lt;BR /&gt;We rebooted the machine and thios morning I noticed that it did not start so I tryied to start it up and got that error message.  to be more clear.  &lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Mon, 06 Feb 2006 12:21:54 GMT</pubDate>
    <dc:creator>Stephen Badgett</dc:creator>
    <dc:date>2006-02-06T12:21:54Z</dc:date>
    <item>
      <title>Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954827#M788721</link>
      <description>Why does current date in Oracle show an old date?&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select to_char(sysdate, 'Dy DD-Mon-YYYY HH24:MI:SS')&lt;BR /&gt;   as "SYSDATE"&lt;BR /&gt;from dual;&lt;BR /&gt;  2    3&lt;BR /&gt;SYSDATE&lt;BR /&gt;------------------------&lt;BR /&gt;Wed 01-Jan-2003 10:00:00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 24 Jan 2006 15:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954827#M788721</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2006-01-24T15:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954828#M788722</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;is the local time correct?&lt;BR /&gt;&lt;BR /&gt;select logon_time from v$session where sid=1;&lt;BR /&gt;is this time ok?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 24 Jan 2006 15:52:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954828#M788722</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2006-01-24T15:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954829#M788723</link>
      <description>Look right&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select logon_time from v$session where sid=1;&lt;BR /&gt;&lt;BR /&gt;LOGON_TIM&lt;BR /&gt;---------&lt;BR /&gt;09-JAN-06&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 15:54:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954829#M788723</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2006-01-24T15:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954830#M788724</link>
      <description>What does the UNIX date command display when logged in as the same user?&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 15:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954830#M788724</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-24T15:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954831#M788725</link>
      <description>Oh, and just so we know we are on the same page, I assume that this is a local Oracle connection so that the UNIX date command and the Oracle sysdata function have something in common. Sysdate should do nothing more than invoke the time() system call and then pass that to localtime().&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 16:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954831#M788725</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-24T16:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954832#M788726</link>
      <description>SQL&amp;gt; host date&lt;BR /&gt;Tue Jan 24 14:08:41 PST 2006&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 17:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954832#M788726</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2006-01-24T17:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954833#M788727</link>
      <description>Yes this is a local server</description>
      <pubDate>Tue, 24 Jan 2006 17:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954833#M788727</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2006-01-24T17:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954834#M788728</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;This is what metalink says&lt;BR /&gt;The SYSDATE function simply performs a system-call to the Operating System to get the time (a "gettimeofday" call).&lt;BR /&gt;&lt;BR /&gt;The OS (Unix) TZ environment variable influences the time that the OS will pass on to Oracle. So even though sysdate itself does not use the timezones in the database, it is influenced by the (non-Oracle) TZ environment variable on the OS.&lt;BR /&gt;&lt;BR /&gt;To debug situations in which you have a unexplained difference between the oracle sysdate and the system time you see on Unix, use the following method:&lt;BR /&gt;&lt;BR /&gt;telnet to the unix machine&lt;BR /&gt;&lt;BR /&gt;connect using sqlplus in the telnet session:&lt;BR /&gt;&lt;BR /&gt;1)) once through the listener using a tnsnames alias&lt;BR /&gt;$sqlplus user/password@[tnsnames alias]&lt;BR /&gt;SQL&amp;gt;select to_char(sysdate,'DD-MON-YY HH24:MI:SS') from dual;&lt;BR /&gt;&lt;BR /&gt;2) once trough a "local" ORACLE_SID connection&lt;BR /&gt;$env | egrep 'ORACLE_SID'&lt;BR /&gt;$sqlplus user/password&lt;BR /&gt;SQL&amp;gt;select to_char(sysdate,'DD-MON-YY HH24:MI:SS') from dual;&lt;BR /&gt;&lt;BR /&gt;Check that the time in the banner of sqlplus ( SQL*Plus: Release 10.1.0.4.0 - Production on Wo Jan 11 15:05:46 2006  ) is reflecting the time based on the current TZ set in the Unix (!) session.&lt;BR /&gt;&lt;BR /&gt;If the results are different this means that the listener is started with a different TZ then you current user environment. To resolve this simply stop and start listener with the TZ you want to use. if you are using MTS then you might see a correct result with a dedicated connection, in that case stop and start also the database with the correct TZ.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 20:56:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954834#M788728</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2006-01-24T20:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954835#M788729</link>
      <description>Is that clock ticking, or stuck at 1-Jan-2003?&lt;BR /&gt;&lt;BR /&gt;What exact Oracle version/platform?&lt;BR /&gt;&lt;BR /&gt;A broken timezone setting seems like the most likely cause.&lt;BR /&gt;&lt;BR /&gt;You may also want do an strace on your Oracle slave and actually 'see' the gettimeofday. &lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 21:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954835#M788729</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-01-24T21:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954836#M788730</link>
      <description>hi steve,&lt;BR /&gt;&lt;BR /&gt;Just to clarify a bit, can you please post the output like the following:&lt;BR /&gt;&lt;BR /&gt;$ export NLS_DATE_FORMAT="dd-mon-yyyy hh24:mi:ss"&lt;BR /&gt;$ sqlplus&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 8.1.7.0.0 - Production on Wed Jan 25 16:39:53 2006&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 2000 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;Enter user-name: scott/tiger@mydb&lt;BR /&gt;&lt;BR /&gt;Connected to:&lt;BR /&gt;Oracle Database 10g Enterprise Edition Release 10.1.0.3.0 - 64bit Production&lt;BR /&gt;With the Partitioning, OLAP and Data Mining options&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select sysdate from dual;&lt;BR /&gt;&lt;BR /&gt;SYSDATE&lt;BR /&gt;--------------------&lt;BR /&gt;25-jan-2006 16:35:14&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 25 Jan 2006 07:40:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954836#M788730</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-01-25T07:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954837#M788731</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;I would try the following.&lt;BR /&gt;&lt;BR /&gt;Get current system timestamp with time zone information&lt;BR /&gt;SQL&amp;gt; select SYSTIMESTAMP from dual;&lt;BR /&gt;&lt;BR /&gt;Check the database time zone&lt;BR /&gt;SQL&amp;gt; select DBTIMEZONE from dual;&lt;BR /&gt;&lt;BR /&gt;ALTER database SET TIME_ZONE = '&lt;TIME zone="" goes="" here=""&gt;&lt;/TIME&gt;&lt;BR /&gt;Switch back DBTIMEZONE to hh:mm format&lt;BR /&gt;SQL&amp;gt; ALTER database SET TIME_ZONE = '&lt;TIME goes="" here=""&gt;';&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Simon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/TIME&gt;</description>
      <pubDate>Wed, 25 Jan 2006 08:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954837#M788731</guid>
      <dc:creator>Simon Wickham_6</dc:creator>
      <dc:date>2006-01-25T08:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954838#M788732</link>
      <description>A few pointers:&lt;BR /&gt;&lt;BR /&gt;The Oracle sysdate (and time) is &lt;BR /&gt;derived from the OS.&lt;BR /&gt;So if you are on unix , runing&lt;BR /&gt;the date command and set a new&lt;BR /&gt;date would effect that.&lt;BR /&gt;&lt;BR /&gt;Also as was mentioned earlier, the TZ variable is important as it dictates&lt;BR /&gt;the timezone. To set it permanently&lt;BR /&gt;you need to update a unix file, I believe&lt;BR /&gt;it is /etc/timezone(s) , need to check.&lt;BR /&gt;&lt;BR /&gt;Then you can synchronize your time&lt;BR /&gt;with the ntpd protocol to some &lt;BR /&gt;central server.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954838#M788732</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-01-25T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954839#M788733</link>
      <description>There is an init.ora parameter FIXED_DATE that can be set to a specific date for testing purposes (or whatever other purpose that you might find useful)  Check to make sure that it's not set.</description>
      <pubDate>Wed, 25 Jan 2006 11:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954839#M788733</guid>
      <dc:creator>John Wimmer_1</dc:creator>
      <dc:date>2006-01-25T11:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954840#M788734</link>
      <description>Why don't you check the Operating System time too before you try anything. From what I know oracle dbms gets it time from the OS. So if the oracle database is displaying wrong date the problem might be with the OS.&lt;BR /&gt;In case it is the OS which I think is, make sure of the consequences and the impact of resetting clock. Resetting the clock might make your backup obsolete. So becarefull.</description>
      <pubDate>Wed, 25 Jan 2006 14:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954840#M788734</guid>
      <dc:creator>tcsa</dc:creator>
      <dc:date>2006-01-25T14:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954841#M788735</link>
      <description>I am going to try to answer these as I do them &lt;BR /&gt;&lt;BR /&gt;yogeeraj and Simon ...&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;  select sysdate from dual;&lt;BR /&gt;&lt;BR /&gt;SYSDATE&lt;BR /&gt;--------------------&lt;BR /&gt;01-jan-2003 10:00:00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select SYSTIMESTAMP from dual;&lt;BR /&gt;&lt;BR /&gt;SYSTIMESTAMP&lt;BR /&gt;---------------------------------------------------------------------------&lt;BR /&gt;26-JAN-06 08.54.56.474850 AM -08:00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select DBTIMEZONE from dual;&lt;BR /&gt;&lt;BR /&gt;DBTIME&lt;BR /&gt;------&lt;BR /&gt;-08:00&lt;BR /&gt;&lt;BR /&gt;This look right</description>
      <pubDate>Thu, 26 Jan 2006 15:15:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954841#M788735</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2006-01-26T15:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954842#M788736</link>
      <description>Indira A ...&lt;BR /&gt;&lt;BR /&gt;select to_char(sysdate,'DD-MON-YY HH24:MI:SS') from dual;&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 9.2.0.4.0 - Production on Thu Jan 26 12:17:15 2006&lt;BR /&gt;&lt;BR /&gt;Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Connected to:&lt;BR /&gt;Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production&lt;BR /&gt;With the Partitioning, OLAP and Oracle Data Mining options&lt;BR /&gt;JServer Release 9.2.0.4.0 - Production&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt;&lt;BR /&gt;SQL&amp;gt;&lt;BR /&gt;SQL&amp;gt; select to_char(sysdate,'DD-MON-YY HH24:MI:SS') from dual;&lt;BR /&gt;&lt;BR /&gt;TO_CHAR(SYSDATE,'D&lt;BR /&gt;------------------&lt;BR /&gt;01-JAN-03 10:00:00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This seems like what you said so, how do I  start listener with the correct TZ?</description>
      <pubDate>Thu, 26 Jan 2006 16:14:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954842#M788736</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2006-01-26T16:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954843#M788737</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;On Unix you can use the OS "TZ" environment variable to alter the time that the OS will pass on to Oracle. &lt;BR /&gt;&lt;BR /&gt;You set the TZ appropriate for the database and then start the listener.  It is also a good idea to set the correct TZ in the Unix environment of the user who re-starts the database&lt;BR /&gt;&lt;BR /&gt;TIMEZONE  (TZ)  is  sourced  during login from the userâ  s profile (Eg:-  for a Posix shell, when /etc/profile is sourced during login, /etc/TIMEZONE is sourced if avaailable).&lt;BR /&gt;&lt;BR /&gt;/etc/TIMEZONE is intended to contain the default TZ variable.&lt;BR /&gt;&lt;BR /&gt;The /etc/default/tz file is used to help define the default TZ value when it is not defined.&lt;BR /&gt;&lt;BR /&gt;When you logon as oracle echo $TZ to see what it has beens set to.  Then set the TZ to the correct timezone and export the variable and resrat the listener.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jan 2006 19:23:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954843#M788737</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2006-01-26T19:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954844#M788738</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;Login as the unix database owner user (usually oracle) and give us the following outputs:&lt;BR /&gt;&lt;BR /&gt;$date; cat /etc/TIMEZONE&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2006 05:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954844#M788738</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2006-01-27T05:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954845#M788739</link>
      <description>hi steve,&lt;BR /&gt;&lt;BR /&gt;this is really very strange!&lt;BR /&gt;&lt;BR /&gt;can you also post the output of:&lt;BR /&gt;&lt;BR /&gt;select to_char(sysdate,'DD-MON-YY HH24:MI:SS') from user_objects&lt;BR /&gt;where rownum &amp;lt;2;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 27 Jan 2006 06:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954845#M788739</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-01-27T06:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle SYSDATE show old date</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954846#M788740</link>
      <description>&lt;BR /&gt;So as I asked earlier, that clock does not tick... iti is stuck at 10:00 1/1/3 right?&lt;BR /&gt;&lt;BR /&gt;Well then John Wimmers suggestion may point to the problem. Someone has set "fixed_date" to that string.&lt;BR /&gt;Maybe they thought it was to give it a fixed format, not a fixed values.&lt;BR /&gt;&lt;BR /&gt;Anyway, set to blank (alter system) and/or restat having made sure it is not in the INIT files.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jan 2006 07:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sysdate-show-old-date/m-p/4954846#M788740</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-01-27T07:43:50Z</dc:date>
    </item>
  </channel>
</rss>

