<?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 8i time and system time difference in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175985#M794170</link>
    <description>Hi,&lt;BR /&gt; &lt;BR /&gt;I'm affraid Oracle did not pick up the timezone change until it was restarted.&lt;BR /&gt;After a "set_parms" it's highly recommended to reboot your system.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
    <pubDate>Wed, 28 Jan 2004 02:07:50 GMT</pubDate>
    <dc:creator>Thierry Poels_1</dc:creator>
    <dc:date>2004-01-28T02:07:50Z</dc:date>
    <item>
      <title>Oracle 8i time and system time difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175984#M794169</link>
      <description>Hi all,&lt;BR /&gt;One of our customer is facing a problem with Oracle display time and the system time.&lt;BR /&gt;System timezone is set as LST-6:00 (This is in Sri-lanka, where different is 6hrs to GMT.)&lt;BR /&gt;The system was running under incorrect TZ and at that time the oracle showed 1.00hrs difference.&lt;BR /&gt;After correcting the TZ using 'set_parms' the oracle time was synced with system, however after few days (No system reboot happen,only a oracle db down took place) now the oracle time is 11hrs less than the system time.How this happens, Is this is a OS releated or oracle issue.?&lt;BR /&gt;Thnx&lt;BR /&gt;Nuwan.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2004 01:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175984#M794169</guid>
      <dc:creator>Nuwan Wijesundera</dc:creator>
      <dc:date>2004-01-28T01:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8i time and system time difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175985#M794170</link>
      <description>Hi,&lt;BR /&gt; &lt;BR /&gt;I'm affraid Oracle did not pick up the timezone change until it was restarted.&lt;BR /&gt;After a "set_parms" it's highly recommended to reboot your system.&lt;BR /&gt; &lt;BR /&gt;regards,&lt;BR /&gt;Thierry.</description>
      <pubDate>Wed, 28 Jan 2004 02:07:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175985#M794170</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2004-01-28T02:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8i time and system time difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175986#M794171</link>
      <description>Nuwan,&lt;BR /&gt;&lt;BR /&gt;The internal oracle timezone setting should pick itself up automaticlly from your session, so once you change your local TZ enviroment variable, it will be set.  However the listener will not do this.  The listener will need to be reset.  This doesn't explain why the time was 11 hours less, so something else must have happened.  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Wed, 28 Jan 2004 02:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175986#M794171</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2004-01-28T02:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8i time and system time difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175987#M794172</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;see also:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=188627" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=188627&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Wed, 28 Jan 2004 02:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175987#M794172</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-01-28T02:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 8i time and system time difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175988#M794173</link>
      <description>You might want to check the TZ environment variable for the account that you used to start the server and the listener. &lt;BR /&gt;&lt;BR /&gt;We discovered an interesting Oracle feature some time back. If you start the server from an account where the TZ is set to the local TZ and the listener in an account say where the TZ GMT. Sysdate will be in local time if you connect through the bequeth adapter (i.e. scott/tiger) and in GMT if you connect via the listener (i.e. scott/tiger@orcl).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Jan 2004 09:43:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-8i-time-and-system-time-difference/m-p/3175988#M794173</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2004-01-29T09:43:03Z</dc:date>
    </item>
  </channel>
</rss>

