<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Identifying applied PSU patches</title>
	<atom:link href="http://jhdba.wordpress.com/2010/01/27/identifying-applied-psu-patches/feed/" rel="self" type="application/rss+xml" />
	<link>http://jhdba.wordpress.com/2010/01/27/identifying-applied-psu-patches/</link>
	<description></description>
	<lastBuildDate>Tue, 14 May 2013 18:54:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Dimitrios Spanos</title>
		<link>http://jhdba.wordpress.com/2010/01/27/identifying-applied-psu-patches/#comment-1434</link>
		<dc:creator><![CDATA[Dimitrios Spanos]]></dc:creator>
		<pubDate>Wed, 07 Mar 2012 15:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://jhdba.wordpress.com/?p=520#comment-1434</guid>
		<description><![CDATA[Just for completeness ,  Note 861152.1 at Oracle support says :

1. Make sure your &#039;opatch&#039; version is at or above

    * 10.2.0.4.5 for version 10.2 ORACLE_HOMEs
    * 11.1.0.6.5 for version 11.1 ORACLE_HOMEs
    * 11.2.0.1.0 for version 11.1 ORACLE_HOMEs

2. Verify if PSU is installed in the ORACLE_HOME

    $ opatch lsinventory -bugs_fixed &#124; egrep &#039;PSU&#124;PATCH SET UPDATE&#039;

3. Verify the PSU Post Install steps were run in the DB

    select substr(action_time,1,30) action_time,
    substr(id,1,10) id,   substr(action,1,10) action,
    substr(version,1,8) version,
    substr(BUNDLE_SERIES,1,6) bundle,
    substr(comments,1,20) comments
    from registry$history; 

Note: The registry$history will not contain the row showing the PSU Post Install step was executed unless catbundle.sql is executed.]]></description>
		<content:encoded><![CDATA[<p>Just for completeness ,  Note 861152.1 at Oracle support says :</p>
<p>1. Make sure your &#8216;opatch&#8217; version is at or above</p>
<p>    * 10.2.0.4.5 for version 10.2 ORACLE_HOMEs<br />
    * 11.1.0.6.5 for version 11.1 ORACLE_HOMEs<br />
    * 11.2.0.1.0 for version 11.1 ORACLE_HOMEs</p>
<p>2. Verify if PSU is installed in the ORACLE_HOME</p>
<p>    $ opatch lsinventory -bugs_fixed | egrep &#8216;PSU|PATCH SET UPDATE&#8217;</p>
<p>3. Verify the PSU Post Install steps were run in the DB</p>
<p>    select substr(action_time,1,30) action_time,<br />
    substr(id,1,10) id,   substr(action,1,10) action,<br />
    substr(version,1,8) version,<br />
    substr(BUNDLE_SERIES,1,6) bundle,<br />
    substr(comments,1,20) comments<br />
    from registry$history; </p>
<p>Note: The registry$history will not contain the row showing the PSU Post Install step was executed unless catbundle.sql is executed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Damghani</title>
		<link>http://jhdba.wordpress.com/2010/01/27/identifying-applied-psu-patches/#comment-517</link>
		<dc:creator><![CDATA[Ali Damghani]]></dc:creator>
		<pubDate>Mon, 05 Jul 2010 05:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://jhdba.wordpress.com/?p=520#comment-517</guid>
		<description><![CDATA[Jan,

If you run catbundle against existing databases, it will add a row in registry$history. However, it is not true for databases you create later in the patched home. 

I really look forward to Oracle fixing this issue.]]></description>
		<content:encoded><![CDATA[<p>Jan,</p>
<p>If you run catbundle against existing databases, it will add a row in registry$history. However, it is not true for databases you create later in the patched home. </p>
<p>I really look forward to Oracle fixing this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Jeffries</title>
		<link>http://jhdba.wordpress.com/2010/01/27/identifying-applied-psu-patches/#comment-501</link>
		<dc:creator><![CDATA[John Jeffries]]></dc:creator>
		<pubDate>Fri, 21 May 2010 11:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://jhdba.wordpress.com/?p=520#comment-501</guid>
		<description><![CDATA[PSUs also contain CPUs (Critical Patch Updates). Running $ORACLE_HOME/cpu/view_recompile/view_recompile_jan2008cpu.sql as a post installation step also inserts a row in registry$history

I.e.

SELECT * FROM registry$history;
ACTION_TIME     ACTION  NAMESPACE  VERSION        ID COMMENTS             
--------------- ------- ---------- --------- ------- ------------------   
26-JAN-10 12.33 APPLY   SERVER     11.1.0.7        1 PSU 11.1.0.7.1      
26-JAN-10 12.43 CPU                          6452863 view recompilation]]></description>
		<content:encoded><![CDATA[<p>PSUs also contain CPUs (Critical Patch Updates). Running $ORACLE_HOME/cpu/view_recompile/view_recompile_jan2008cpu.sql as a post installation step also inserts a row in registry$history</p>
<p>I.e.</p>
<p>SELECT * FROM registry$history;<br />
ACTION_TIME     ACTION  NAMESPACE  VERSION        ID COMMENTS<br />
&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212; &#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
26-JAN-10 12.33 APPLY   SERVER     11.1.0.7        1 PSU 11.1.0.7.1<br />
26-JAN-10 12.43 CPU                          6452863 view recompilation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Polnicky</title>
		<link>http://jhdba.wordpress.com/2010/01/27/identifying-applied-psu-patches/#comment-306</link>
		<dc:creator><![CDATA[Jan Polnicky]]></dc:creator>
		<pubDate>Wed, 10 Mar 2010 10:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://jhdba.wordpress.com/?p=520#comment-306</guid>
		<description><![CDATA[RE: &#039;11G does not show PSU patches in registry$history&#039; 
It does (at least from 11.1.0.7.2), only if you don&#039;t forget running the post-steps like new catbundle.sql: 
@catbundle.sql psu apply

SQL&gt; INSERT INTO registry$history
  2    (action_time, action,
  3     namespace, version, id,
  4     bundle_series, comments)
  5  VALUES
  6    (SYSTIMESTAMP, &#039;APPLY&#039;,
  7     SYS_CONTEXT(&#039;REGISTRY$CTX&#039;,&#039;NAMESPACE&#039;),
  8     &#039;11.1.0.7&#039;,
  9     2,
 10     &#039;PSU&#039;,
 11     &#039;PSU 11.1.0.7.2&#039;);]]></description>
		<content:encoded><![CDATA[<p>RE: &#8217;11G does not show PSU patches in registry$history&#8217;<br />
It does (at least from 11.1.0.7.2), only if you don&#8217;t forget running the post-steps like new catbundle.sql:<br />
@catbundle.sql psu apply</p>
<p>SQL&gt; INSERT INTO registry$history<br />
  2    (action_time, action,<br />
  3     namespace, version, id,<br />
  4     bundle_series, comments)<br />
  5  VALUES<br />
  6    (SYSTIMESTAMP, &#8216;APPLY&#8217;,<br />
  7     SYS_CONTEXT(&#8216;REGISTRY$CTX&#8217;,'NAMESPACE&#8217;),<br />
  8     &#8217;11.1.0.7&#8242;,<br />
  9     2,<br />
 10     &#8216;PSU&#8217;,<br />
 11     &#8216;PSU 11.1.0.7.2&#8242;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hallas</title>
		<link>http://jhdba.wordpress.com/2010/01/27/identifying-applied-psu-patches/#comment-285</link>
		<dc:creator><![CDATA[John Hallas]]></dc:creator>
		<pubDate>Wed, 03 Feb 2010 12:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://jhdba.wordpress.com/?p=520#comment-285</guid>
		<description><![CDATA[11G does not show PSU patches in registry$history. A MoS note suggests that functionality will not be available until 11.2.0.1 PSU 1.

It was a good comment though as I had never used that view before

John]]></description>
		<content:encoded><![CDATA[<p>11G does not show PSU patches in registry$history. A MoS note suggests that functionality will not be available until 11.2.0.1 PSU 1.</p>
<p>It was a good comment though as I had never used that view before</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: odenysenko</title>
		<link>http://jhdba.wordpress.com/2010/01/27/identifying-applied-psu-patches/#comment-283</link>
		<dc:creator><![CDATA[odenysenko]]></dc:creator>
		<pubDate>Fri, 29 Jan 2010 20:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://jhdba.wordpress.com/?p=520#comment-283</guid>
		<description><![CDATA[Hi.

To identify CPU/PSU/PS installation just quertin
registry$history

Oleksandr]]></description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>To identify CPU/PSU/PS installation just quertin<br />
registry$history</p>
<p>Oleksandr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PSU dependancy checking with ASM now enforced in 11G &#171; Oracle DBA &#8211; A lifelong learning experience</title>
		<link>http://jhdba.wordpress.com/2010/01/27/identifying-applied-psu-patches/#comment-281</link>
		<dc:creator><![CDATA[PSU dependancy checking with ASM now enforced in 11G &#171; Oracle DBA &#8211; A lifelong learning experience]]></dc:creator>
		<pubDate>Thu, 28 Jan 2010 07:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://jhdba.wordpress.com/?p=520#comment-281</guid>
		<description><![CDATA[[...] DBA &#8211; A lifelong learning experience Just another WordPress.com weblog    &#171; Identifying applied PSU&#160;patches    PSU dependancy checking with ASM now enforced in&#160;11G January 28, 2010   ASM has to be equal [...]]]></description>
		<content:encoded><![CDATA[<p>[...] DBA &#8211; A lifelong learning experience Just another WordPress.com weblog    &laquo; Identifying applied PSU&nbsp;patches    PSU dependancy checking with ASM now enforced in&nbsp;11G January 28, 2010   ASM has to be equal [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
