<?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: Checking Oracle patch version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968508#M815419</link>
    <description>try this:&lt;BR /&gt;select * from v$version;</description>
    <pubDate>Fri, 09 May 2003 03:09:49 GMT</pubDate>
    <dc:creator>twang</dc:creator>
    <dc:date>2003-05-09T03:09:49Z</dc:date>
    <item>
      <title>Checking Oracle patch version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968502#M815413</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I applied a patch on my Oracle8i a few weeks ago and I don't remember the patch name and version.&lt;BR /&gt;Does anybody know if there is a command to see what was the version of the patch I applied?&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;Vip</description>
      <pubDate>Thu, 08 May 2003 13:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968502#M815413</guid>
      <dc:creator>vip_1</dc:creator>
      <dc:date>2003-05-08T13:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Oracle patch version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968503#M815414</link>
      <description>If you connect to sqlplus the message you get will tell you the version you are on.  In my case it displays ...&lt;BR /&gt;Connected to:&lt;BR /&gt;Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production</description>
      <pubDate>Thu, 08 May 2003 13:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968503#M815414</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2003-05-08T13:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Oracle patch version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968504#M815415</link>
      <description>Alternatively, you can look at v$instance i.e.&lt;BR /&gt;select version from v$instance;</description>
      <pubDate>Thu, 08 May 2003 14:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968504#M815415</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2003-05-08T14:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Oracle patch version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968505#M815416</link>
      <description>Alternatively, you can look at v$instance i.e.&lt;BR /&gt;select version from v$instance;</description>
      <pubDate>Thu, 08 May 2003 14:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968505#M815416</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2003-05-08T14:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Oracle patch version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968506#M815417</link>
      <description>The v$banner (or sqlplus banner basiclly) will show you database version and patchset version information.  However, this will not show you patch information.  This information is not stored in the database.  Your best option is to define a standard for when/how patches are applied, and where the undo information is kept.  &lt;BR /&gt;&lt;BR /&gt;To answer your question though, you can go to $ORACLE_HOME, and run the following command:&lt;BR /&gt;&lt;BR /&gt;find . -name ".*"&lt;BR /&gt;&lt;BR /&gt;this will show you a number of files named like the following:&lt;BR /&gt;&lt;BR /&gt;./lib/.ldiiftz.o.pre2738634_8.1.7.0.0&lt;BR /&gt;&lt;BR /&gt;The "preXXXX" section will tell you what patches are applied to the system.  A semi-simple awk script could probably output this information for you.  &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 08 May 2003 17:29:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968506#M815417</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-05-08T17:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Oracle patch version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968507#M815418</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One of the ways to find out the exact patchset that was applied to your database successfully, is you can query from props$ table. This table is owner by sys.&lt;BR /&gt;Logon as system or sys and select from props$ table. This table has fields like name, values and comments. The name columne NLS_RDBMS_VERSION has the value equilent to the patchset applied to that database.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select name, value$ from props$;&lt;BR /&gt;NAME                VALUE$&lt;BR /&gt;NLS_RDBMS_VERSION  7.3.4.3.1&lt;BR /&gt;&lt;BR /&gt;Or the other way is you have the log or the readme doc for the patchset that you have in your ORACLE_HOME. This should gove you the patchset version.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 May 2003 02:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968507#M815418</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-05-09T02:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Checking Oracle patch version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968508#M815419</link>
      <description>try this:&lt;BR /&gt;select * from v$version;</description>
      <pubDate>Fri, 09 May 2003 03:09:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-oracle-patch-version/m-p/2968508#M815419</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-05-09T03:09:49Z</dc:date>
    </item>
  </channel>
</rss>

