<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Kommentare zu: Oracle Patch CPU January 2008 is out&#8230;</title>
	<link>http://blog.red-database-security.com/2008/01/15/oracle-cpu-january-2008-is-out/</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 16:34:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Von: Andre V.W.</title>
		<link>http://blog.red-database-security.com/2008/01/15/oracle-cpu-january-2008-is-out/#comment-4826</link>
		<author>Andre V.W.</author>
		<pubDate>Wed, 16 Jan 2008 07:26:32 +0000</pubDate>
		<guid>http://blog.red-database-security.com/2008/01/15/oracle-cpu-january-2008-is-out/#comment-4826</guid>
		<description>&lt;p&gt;Hi, the cursor used to find the views to recompile in the cpu script view_recompile_jan2008cpu.sql&lt;br /&gt;
CURSOR alter1(objectno number) IS&lt;br /&gt;
 SELECT o.obj#,&lt;br /&gt;
      'ALTER VIEW' &#124;&#124; ' "' &#124;&#124; u.name &#124;&#124; '"."' &#124;&#124; o.name &#124;&#124; '" '&lt;br /&gt;
       &#124;&#124; 'COMPILE '&lt;br /&gt;
  FROM obj$ o, user$ u WHERE o.type#=4 AND&lt;br /&gt;
  u.user# = o.owner# AND o.obj# in (select unique d_obj# from access$ where types=9)&lt;br /&gt;
  AND o.obj# &#62; objectno order by obj#;&lt;br /&gt;
.&lt;br /&gt;
o.type#=4 points to VIEW types but I couldn't find the meaning of access$.types=9 in sql.bsq. Alex, do you know what this 9 value means?&lt;/p&gt;
&lt;p&gt;Rgds,&lt;br /&gt;
Andre&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, the cursor used to find the views to recompile in the cpu script view_recompile_jan2008cpu.sql<br />
CURSOR alter1(objectno number) IS<br />
 SELECT o.obj#,<br />
      &#8216;ALTER VIEW&#8217; || &#8216; &#8220;&#8216; || u.name || &#8216;&#8221;.&#8221;&#8216; || o.name || &#8216;&#8221; &#8216;<br />
       || &#8216;COMPILE &#8216;<br />
  FROM obj$ o, user$ u WHERE o.type#=4 AND<br />
  u.user# = o.owner# AND o.obj# in (select unique d_obj# from access$ where types=9)<br />
  AND o.obj# &gt; objectno order by obj#;<br />
.<br />
o.type#=4 points to VIEW types but I couldn&#8217;t find the meaning of access$.types=9 in sql.bsq. Alex, do you know what this 9 value means?</p>
<p>Rgds,<br />
Andre</p>
]]></content:encoded>
	</item>
</channel>
</rss>
