<?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 DATE PROBLEM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025328#M300598</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;what does these queries show?:&lt;BR /&gt;&lt;BR /&gt;select tz_offset(dbtimezone) from dual;&lt;BR /&gt;&lt;BR /&gt;select sysdate, sysdate+(substr(tz_offset(dbtimezone),1,1)||'1')*to_dsinterval('0 &lt;BR /&gt;'||substr(tz_offset( DBTIMEZONE ),2, 5)||':00')&lt;BR /&gt;from dual;&lt;BR /&gt;&lt;BR /&gt;select sysdate, new_time(sysdate,'gmt','edt'), new_time(sysdate,'gmt','est') &lt;BR /&gt;from dual;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
    <pubDate>Sat, 23 Jun 2007 02:41:06 GMT</pubDate>
    <dc:creator>Yogeeraj_1</dc:creator>
    <dc:date>2007-06-23T02:41:06Z</dc:date>
    <item>
      <title>ORACLE DATE PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025326#M300596</link>
      <description>Hi Everybody&lt;BR /&gt;I installed and configured oracle real application cluster 10g on Hp-Ux 11.23 (two nodes) and before install it I set the HP-UX timezone to GMT+5. The problem is when I reboot the servers or the CRS and connect to oracle database and use &lt;BR /&gt;&lt;BR /&gt;select sysdate from dual;&lt;BR /&gt; &lt;BR /&gt;to get time, the time is different from HP-UX time, to solve this problem I shutdown the oracle and start it up, but after that I have different time in CRS logs like crsd.log and oracle alertlog. the most intresting thing is when I down the listener and up it without down the oracle database the oracle database time set to CRS time and different with HP-Ux time.&lt;BR /&gt;&lt;BR /&gt;is this problem form Timezone?&lt;BR /&gt;how can solve it?&lt;BR /&gt;&lt;BR /&gt;thank anyway</description>
      <pubDate>Sat, 23 Jun 2007 01:59:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025326#M300596</guid>
      <dc:creator>mani.manavi</dc:creator>
      <dc:date>2007-06-23T01:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE DATE PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025327#M300597</link>
      <description>&amp;gt;I set the HP-UX timezone to GMT+5&lt;BR /&gt;&lt;BR /&gt;India should have: TZ=IST-5:30&lt;BR /&gt;Not just 5.  Are you 30 minutes off?</description>
      <pubDate>Sat, 23 Jun 2007 02:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025327#M300597</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-06-23T02:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE DATE PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025328#M300598</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;what does these queries show?:&lt;BR /&gt;&lt;BR /&gt;select tz_offset(dbtimezone) from dual;&lt;BR /&gt;&lt;BR /&gt;select sysdate, sysdate+(substr(tz_offset(dbtimezone),1,1)||'1')*to_dsinterval('0 &lt;BR /&gt;'||substr(tz_offset( DBTIMEZONE ),2, 5)||':00')&lt;BR /&gt;from dual;&lt;BR /&gt;&lt;BR /&gt;select sysdate, new_time(sysdate,'gmt','edt'), new_time(sysdate,'gmt','est') &lt;BR /&gt;from dual;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sat, 23 Jun 2007 02:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025328#M300598</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-06-23T02:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE DATE PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025329#M300599</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Also, see this extract from Oracle Globalization Docs, quote:&lt;BR /&gt;&lt;BR /&gt;"The database time zone is relevant only for TIMESTAMP WITH LOCAL TIME ZONE columns. Oracle normalizes all TIMESTAMP WITH LOCAL TIME ZONE data to the time zone of the database when the data is stored on disk. If you do not specify the SET TIME_ZONE clause, then Oracle uses the time zone of the operating system of the server. If the operating system's time zone is not a valid Oracle time zone, then the database time zone defaults to UTC. Oracle's time zone information is derived from the public domain time zone data available at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://elsie.nci.nih.gov/pub/" target="_blank"&gt;ftp://elsie.nci.nih.gov/pub/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Oracle's time zone information may not reflect the most recent time zone data available from this site."&lt;BR /&gt;&lt;BR /&gt;what is the value specified in your /etc/TIMEZONE file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;revert &lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Sat, 23 Jun 2007 02:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025329#M300599</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-06-23T02:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: ORACLE DATE PROBLEM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025330#M300600</link>
      <description>hi&lt;BR /&gt;I think you get my problem wrong because&lt;BR /&gt;my problem is not oracle database because when I restart the oracle database its time will be correct, the problem is the time of crs and listener and they give the time to oracle.&lt;BR /&gt;&lt;BR /&gt;thanks anyway</description>
      <pubDate>Sat, 23 Jun 2007 04:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-date-problem/m-p/4025330#M300600</guid>
      <dc:creator>mani.manavi</dc:creator>
      <dc:date>2007-06-23T04:49:38Z</dc:date>
    </item>
  </channel>
</rss>

