<?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: how to check oracle database patch level in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062176#M904201</link>
    <description>My personal favorite is rda. The script from metalink gives you html pages of just about anything you'd care to know about your system.&lt;BR /&gt;&lt;BR /&gt;See doc id 139597.1 for info.</description>
    <pubDate>Thu, 04 Sep 2003 11:18:18 GMT</pubDate>
    <dc:creator>R. Allan Hicks</dc:creator>
    <dc:date>2003-09-04T11:18:18Z</dc:date>
    <item>
      <title>how to check oracle database patch level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062171#M904196</link>
      <description>Hi guy's,&lt;BR /&gt;  How to check what patch have been apply to oracle database?.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Wed, 03 Sep 2003 05:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062171#M904196</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-09-03T05:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to check oracle database patch level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062172#M904197</link>
      <description>Hi,&lt;BR /&gt;for the latest patch set, simply do a&lt;BR /&gt;&lt;BR /&gt;select version from v$instance;&lt;BR /&gt;&lt;BR /&gt;it will tell you major and pathset level.&lt;BR /&gt;&lt;BR /&gt;Or you can start the runInstaller, but it's much more lengthy..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Unfortunatly I do not know how to find out if specifyc bugs are applied.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2003 05:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062172#M904197</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-03T05:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to check oracle database patch level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062173#M904198</link>
      <description>select * from v$version should give you the result&lt;BR /&gt;&lt;BR /&gt;if it is 8.1.7.4.0&lt;BR /&gt;&lt;BR /&gt;here &lt;BR /&gt;&lt;BR /&gt;8.1.7 --&amp;gt;Release level&lt;BR /&gt;4.0---&amp;gt;PSR(patch set release)&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 03 Sep 2003 06:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062173#M904198</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-03T06:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to check oracle database patch level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062174#M904199</link>
      <description>select * from v$version;&lt;BR /&gt;&lt;BR /&gt;BANNER&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production&lt;BR /&gt;PL/SQL Release 8.1.7.4.0 - Production&lt;BR /&gt;CORE 8.1.7.0.0 Production&lt;BR /&gt;TNS for HPUX: Version 8.1.7.4.0 - Production&lt;BR /&gt;NLSRTL Version 3.4.1.0.0 - Production&lt;BR /&gt;&lt;BR /&gt;5 rows selected.</description>
      <pubDate>Wed, 03 Sep 2003 06:42:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062174#M904199</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-09-03T06:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to check oracle database patch level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062175#M904200</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can select from the view v$version or  from the table props$. The column NLS_RDBMS_VERSION in PROPS$ table will provide the version along with the patch set applied number.</description>
      <pubDate>Thu, 04 Sep 2003 05:13:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062175#M904200</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-09-04T05:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to check oracle database patch level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062176#M904201</link>
      <description>My personal favorite is rda. The script from metalink gives you html pages of just about anything you'd care to know about your system.&lt;BR /&gt;&lt;BR /&gt;See doc id 139597.1 for info.</description>
      <pubDate>Thu, 04 Sep 2003 11:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-oracle-database-patch-level/m-p/3062176#M904201</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2003-09-04T11:18:18Z</dc:date>
    </item>
  </channel>
</rss>

