<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Laurent Schneider</title>
	<atom:link href="http://laurentschneider.com/feed" rel="self" type="application/rss+xml" />
	<link>http://laurentschneider.com</link>
	<description>Oracle Certified Master</description>
	<pubDate>Thu, 21 Jan 2010 11:55:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<item>
		<title>Oracle buys Sun : followup</title>
		<link>http://laurentschneider.com/wordpress/2010/01/oracle-buys-sun-followup.html</link>
		<comments>http://laurentschneider.com/wordpress/2010/01/oracle-buys-sun-followup.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 11:54:53 +0000</pubDate>
		<dc:creator>Laurent Schneider</dc:creator>
		
		<category><![CDATA[news]]></category>

		<category><![CDATA[oracle buys sun]]></category>

		<guid isPermaLink="false">http://laurentschneider.com/?p=635</guid>
		<description><![CDATA[After months of harassment between Oracle and Europe Commission, the deals got approved by the European Commission.
Still MySQL founder Monty Widenius wants to have Russia and China reject the deal to save the future of MySQL&#8230; This will delay the deals further. Good for IBM, bad for Oracle !
]]></description>
			<content:encoded><![CDATA[<p>After months of harassment between Oracle and Europe Commission, the <a href="http://www.oracle.com/us/corporate/press/043873">deals got approved by the European Commission</a>.</p>
<p>Still MySQL founder Monty Widenius wants to have Russia and China reject the deal to save the future of MySQL&#8230; This will delay the deals further. Good for IBM, bad for Oracle !</p>
]]></content:encoded>
			<wfw:commentRss>http://laurentschneider.com/wordpress/2010/01/oracle-buys-sun-followup.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>How many decimals do you need?</title>
		<link>http://laurentschneider.com/wordpress/2010/01/how-many-decimals-do-you-need.html</link>
		<comments>http://laurentschneider.com/wordpress/2010/01/how-many-decimals-do-you-need.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 07:40:00 +0000</pubDate>
		<dc:creator>Laurent Schneider</dc:creator>
		
		<category><![CDATA[sql]]></category>

		<category><![CDATA[scale]]></category>

		<guid isPermaLink="false">http://laurentschneider.com/?p=632</guid>
		<description><![CDATA[Do you user NUMBER or NUMBER(p,s) for your datatypes?
I posted last year about 1!=1
Today I realized this could be solved with the scale  
SQL&#62; drop table lsc_t
Table dropped.
SQL&#62; create table lsc_t(x number, y number(*,6))
Table created.
SQL&#62; insert into lsc_t values (1/3*3,1/3*3)
1 row created.
SQL&#62; commit
Commit complete.
SQL&#62; select * from lsc_t where x=1
no rows selected.
SQL&#62; select * [...]]]></description>
			<content:encoded><![CDATA[<p>Do you user NUMBER or NUMBER(p,s) for your datatypes?</p>
<p>I posted last year about <a href="http://laurentschneider.com/wordpress/2009/03/11.html">1!=1</a></p>
<p>Today I realized this could be solved with the scale <img src='http://laurentschneider.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><pre><code>SQL&gt; drop table lsc_t
Table dropped.
SQL&gt; create table lsc_t(x number, y number(*,6))
Table created.
SQL&gt; insert into lsc_t values (1/3*3,1/3*3)
1 row created.
SQL&gt; commit
Commit complete.
SQL&gt; select * from lsc_t where x=1
no rows selected.
SQL&gt; select * from lsc_t where y=1

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Y
---------- ----------
1.00000000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1</code></pre></p>
<p>So if you have amounts in US$ or GB£ or CHF, do not use NUMBER, use NUMBER(*,6) or NUMBER(*,2) or whatever is relevant to your business!</p>
]]></content:encoded>
			<wfw:commentRss>http://laurentschneider.com/wordpress/2010/01/how-many-decimals-do-you-need.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Happy New Year 2010</title>
		<link>http://laurentschneider.com/wordpress/2010/01/happy-new-year-2010.html</link>
		<comments>http://laurentschneider.com/wordpress/2010/01/happy-new-year-2010.html#comments</comments>
		<pubDate>Sun, 10 Jan 2010 20:57:47 +0000</pubDate>
		<dc:creator>Laurent Schneider</dc:creator>
		
		<category><![CDATA[support]]></category>

		<category><![CDATA[metalink]]></category>

		<guid isPermaLink="false">http://laurentschneider.com/?p=630</guid>
		<description><![CDATA[It is quite a while I have not posted anything of interest, I pretty apologize to my faithful readers&#8230; the reason for being offline are multiple, one of them, I cannot access my blog from my workplace yet.
Ok, the last hint from my dba regarding Oracle Support :
If flash really drives you nuts, go for [...]]]></description>
			<content:encoded><![CDATA[<p>It is quite a while I have not posted anything of interest, I pretty apologize to my faithful readers&#8230; the reason for being offline are multiple, one of them, I cannot access my blog from my workplace yet.</p>
<p>Ok, the last hint from my dba regarding Oracle Support :</p>
<p>If flash really drives you nuts, go for html : <a href="https://supporthtml.oracle.com">supporthtml.oracle.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://laurentschneider.com/wordpress/2010/01/happy-new-year-2010.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>11.2 solaris x86_64</title>
		<link>http://laurentschneider.com/wordpress/2009/12/112-solaris-x86_64.html</link>
		<comments>http://laurentschneider.com/wordpress/2009/12/112-solaris-x86_64.html#comments</comments>
		<pubDate>Sat, 05 Dec 2009 20:48:18 +0000</pubDate>
		<dc:creator>Laurent Schneider</dc:creator>
		
		<category><![CDATA[11gR2]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[solaris x86_64]]></category>

		<guid isPermaLink="false">http://laurentschneider.com/?p=628</guid>
		<description><![CDATA[Released as announced for 2009Q4&#8230; database, 11.2 for Solaris x86_64
Still Oracle is suffering with European Union Commission who is still blocking the Sun deal. 
google news about the deal
]]></description>
			<content:encoded><![CDATA[<p>Released as announced for 2009Q4&#8230; <a href="http://www.oracle.com/technology/software/products/database/index.html">database</a>, 11.2 for Solaris x86_64</p>
<p>Still Oracle is suffering with European Union Commission who is still blocking the Sun deal. </p>
<p><a href="http://news.google.com/news/search?aq=f&#038;pz=1&#038;cf=all&#038;ned=us&#038;hl=en&#038;q=sun+oracle">google news about the deal</a></p>
]]></content:encoded>
			<wfw:commentRss>http://laurentschneider.com/wordpress/2009/12/112-solaris-x86_64.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>11.2 Sparc</title>
		<link>http://laurentschneider.com/wordpress/2009/11/112-sparc.html</link>
		<comments>http://laurentschneider.com/wordpress/2009/11/112-sparc.html#comments</comments>
		<pubDate>Thu, 12 Nov 2009 14:44:16 +0000</pubDate>
		<dc:creator>Laurent Schneider</dc:creator>
		
		<category><![CDATA[11gR2]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[unix]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://laurentschneider.com/?p=623</guid>
		<description><![CDATA[Good news, go there http://www.oracle.com/technology/software/products/database and there
Quick install guide 
 
]]></description>
			<content:encoded><![CDATA[<p>Good news, go there <a href="http://www.oracle.com/technology/software/products/database">http://www.oracle.com/technology/software/products/database</a> and there<br />
<a href="http://download.oracle.com/docs/cd/E11882_01/install.112/e10863/toc.htm">Quick install guide </a><br />
 <img src='http://laurentschneider.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://laurentschneider.com/wordpress/2009/11/112-sparc.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>dealing with support</title>
		<link>http://laurentschneider.com/wordpress/2009/10/dealing-with-support.html</link>
		<comments>http://laurentschneider.com/wordpress/2009/10/dealing-with-support.html#comments</comments>
		<pubDate>Thu, 29 Oct 2009 15:03:06 +0000</pubDate>
		<dc:creator>Laurent Schneider</dc:creator>
		
		<category><![CDATA[fun]]></category>

		<category><![CDATA[support]]></category>

		<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://laurentschneider.com/?p=618</guid>
		<description><![CDATA[It is quite a long time I did shot the pianist in my blog&#8230; probably patience and perseverance are better than aggressive behavior, but today I have been transfixed by an answer from metalink.
Sometimes the issues I submit are a bit exotic but there it was a join with one view using one function and [...]]]></description>
			<content:encoded><![CDATA[<p>It is quite a long time I did <a href="http://radiofreetooting.blogspot.com/2005/10/oracle-metalink-dont-shoot-pianist.html">shot the pianist</a> in my blog&#8230; probably patience and perseverance are better than aggressive behavior, but today I have been transfixed by an answer from metalink.</p>
<p>Sometimes the issues I submit are a bit exotic but there it was a join with one view using one function and dual returning wrong results. Reproducible at will on any db 10.2.0.4 and below.</p>
<p>After 2 weeks the helpful engineer told me it is fixed with patch 6471020 and in 11g. I asked if he tried it but he said no. As the patch is not available on my platform I asked if could try it but then he came back with an amazing workaround he became from an ARE (<b>advanced</b> resolution engineer) :<br />
<i><br />
Remove the function from the view.<br />
</i><br />
Unreal</p>
]]></content:encoded>
			<wfw:commentRss>http://laurentschneider.com/wordpress/2009/10/dealing-with-support.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>.plz dump file</title>
		<link>http://laurentschneider.com/wordpress/2009/10/plz-dump-file.html</link>
		<comments>http://laurentschneider.com/wordpress/2009/10/plz-dump-file.html#comments</comments>
		<pubDate>Tue, 06 Oct 2009 15:19:13 +0000</pubDate>
		<dc:creator>Laurent Schneider</dc:creator>
		
		<category><![CDATA[dba]]></category>

		<category><![CDATA[sql]]></category>

		<category><![CDATA[PLS-00801]]></category>

		<guid isPermaLink="false">http://laurentschneider.com/?p=610</guid>
		<description><![CDATA[What are those .plz dump files in my user dump directory ?

-rw-r--r--&#160;&#160; 1 oracle&#160;&#160; dba&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;15168 Oct&#160;&#160;6 14:34 _anon__3ca8c5e38__AB.plz
-rw-r-----&#160;&#160; 1 oracle&#160;&#160; dba&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;15883 Oct&#160;&#160;6 14:45 db01_ora_10061.trc
-rw-r--r--&#160;&#160; 1 oracle&#160;&#160; dba&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;15168 Oct&#160;&#160;6 14:45 _anon__3c929b088__AB.plz
-rw-r-----&#160;&#160; 1 oracle&#160;&#160; dba&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;15895 Oct&#160;&#160;6 14:47 db01_ora_10666.trc
-rw-r--r--&#160;&#160; 1 oracle&#160;&#160; dba&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;15168 Oct&#160;&#160;6 14:47 _anon__3c8651198__AB.plz

let&#8217;s check one, briefly :

*** ASSERT at file pdw4.c, line 2080; Type 0xffffffff7d79fb40 has [...]]]></description>
			<content:encoded><![CDATA[<p>What are those .plz dump files in my user dump directory ?<br />
<pre><code>
-rw-r--r--&nbsp;&nbsp; 1 oracle&nbsp;&nbsp; dba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15168 Oct&nbsp;&nbsp;6 14:34 _anon__3ca8c5e38__AB.plz
-rw-r-----&nbsp;&nbsp; 1 oracle&nbsp;&nbsp; dba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15883 Oct&nbsp;&nbsp;6 14:45 db01_ora_10061.trc
-rw-r--r--&nbsp;&nbsp; 1 oracle&nbsp;&nbsp; dba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15168 Oct&nbsp;&nbsp;6 14:45 _anon__3c929b088__AB.plz
-rw-r-----&nbsp;&nbsp; 1 oracle&nbsp;&nbsp; dba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15895 Oct&nbsp;&nbsp;6 14:47 db01_ora_10666.trc
-rw-r--r--&nbsp;&nbsp; 1 oracle&nbsp;&nbsp; dba&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15168 Oct&nbsp;&nbsp;6 14:47 _anon__3c8651198__AB.plz
</code></pre></p>
<p>let&#8217;s check one, briefly :<br />
<pre><code>
*** ASSERT at file pdw4.c, line 2080; Type 0xffffffff7d79fb40 has no MAP method.
Source Location = _anon__3d2474b28__AB[1, 7]

== Dump of OPT Context Object ffffffff7c519ec8. ==
&nbsp;&nbsp;Tue Oct&nbsp;&nbsp;6 16:31:11 2009
&nbsp;&nbsp;Event 10944 = 0
&nbsp;&nbsp;plsp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= ffffffff7fff67a8
&nbsp;&nbsp;lu&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 3c9c18210
&nbsp;&nbsp;Diana root&nbsp;&nbsp;&nbsp;&nbsp;= 0x20014 = 131092
&nbsp;&nbsp;Diana proc&nbsp;&nbsp;&nbsp;&nbsp;= 0x20012 = 131090
&nbsp;&nbsp;Graph&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = ffffffff7d774d70
&nbsp;&nbsp;Dump file&nbsp;&nbsp;&nbsp;&nbsp; = /app/oracle/admin/DB01/udump/_anon__3d2474b28__AB.plz
&nbsp;&nbsp;CG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 0
...
</code></pre></p>
<p>It is a kind of dump file, apparently. I could not find details on metalink. I generate the one above in 10.2.0.4 sparc with the following code</p>
<p><pre><code>create or replace type t1 as object (x number)
/
create or replace type t2 as table of t1
/
exec if t1(1)member of t2()then null;end if
</code></pre><br />
BEGIN if t1(1)member of t2()then null;end if; END;<br />
Error at line 10<br />
ORA-06550: line 1, column 7:<br />
PLS-00801: internal error [*** ASSERT at file pdw4.c, line 2080; Type 0xffffffff7d7ba280 has no MAP method.; _anon__3c929b088__AB[1, 7]]</p>
]]></content:encoded>
			<wfw:commentRss>http://laurentschneider.com/wordpress/2009/10/plz-dump-file.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>future release dates of 11gR2</title>
		<link>http://laurentschneider.com/wordpress/2009/09/future-release-dates-of-11gr2.html</link>
		<comments>http://laurentschneider.com/wordpress/2009/09/future-release-dates-of-11gr2.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 10:11:45 +0000</pubDate>
		<dc:creator>Laurent Schneider</dc:creator>
		
		<category><![CDATA[dba]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[support]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://laurentschneider.com/?p=608</guid>
		<description><![CDATA[HPUX Itanium, Sun Sparc/x86_64, AIX &#8211;> october-december 2009
Windows, HPUX Risc &#8211;> april-june 2010
Ref: Release Schedule of Current Database Patch Sets
Dates will change, keep an eye on the schedule, and do not base your business on expected dates ! Please be patient 
]]></description>
			<content:encoded><![CDATA[<p>HPUX Itanium, Sun Sparc/x86_64, AIX &#8211;> october-december 2009<br />
Windows, HPUX Risc &#8211;> april-june 2010<br />
Ref: <a href="https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&#038;p_id=742060.1">Release Schedule of Current Database Patch Sets</a></p>
<p>Dates will change, keep an eye on the schedule, and do not base your business on expected dates ! Please be patient <img src='http://laurentschneider.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://laurentschneider.com/wordpress/2009/09/future-release-dates-of-11gr2.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>jdbc hello world</title>
		<link>http://laurentschneider.com/wordpress/2009/09/jdbc-hello-world.html</link>
		<comments>http://laurentschneider.com/wordpress/2009/09/jdbc-hello-world.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 10:35:05 +0000</pubDate>
		<dc:creator>Laurent Schneider</dc:creator>
		
		<category><![CDATA[java]]></category>

		<category><![CDATA[jdbc]]></category>

		<guid isPermaLink="false">http://laurentschneider.com/?p=606</guid>
		<description><![CDATA[I am in a java mood today, let&#8217;s check how to print hello world with jdbc 
import java.sql.*;
public class HelloWorld {
&#160;&#160;public&#160;&#160;static void main(String[] args) throws SQLException {
&#160;&#160;&#160;&#160;DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
&#160;&#160;&#160;&#160;ResultSet res = DriverManager.
&#160;&#160;&#160;&#160;&#160;&#160;getConnection(&#34;jdbc:oracle:thin:@srv1:1521:DB01&#34;, &#34;scott&#34;, &#34;tiger&#34;).
&#160;&#160;&#160;&#160;&#160;&#160;prepareCall(&#34;select &#039;Hello World&#039; txt from dual&#34;).
&#160;&#160;&#160;&#160;&#160;&#160;executeQuery();
&#160;&#160;&#160;&#160;res.next();
&#160;&#160;&#160;&#160;System.out.println(res.getString(&#34;TXT&#34;));
&#160;&#160;}
}
let&#8217;s compile
javac -classpath $ORACLE_HOME/jdbc/lib/classes12.jar HelloWorld.java
and run
$ java -classpath $ORACLE_HOME/jdbc/lib/classes12.jar:. HelloWorld
Hello World
that&#8217;s all folks!
]]></description>
			<content:encoded><![CDATA[<p>I am in a java mood today, let&#8217;s check how to print hello world with jdbc <img src='http://laurentschneider.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<pre><code>import java.sql.*;
public class HelloWorld {
&nbsp;&nbsp;public&nbsp;&nbsp;static void main(String[] args) throws SQLException {
&nbsp;&nbsp;&nbsp;&nbsp;DriverManager.registerDriver(new oracle.jdbc.OracleDriver());
&nbsp;&nbsp;&nbsp;&nbsp;ResultSet res = DriverManager.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;getConnection(&quot;jdbc:oracle:thin:@srv1:1521:DB01&quot;, &quot;scott&quot;, &quot;tiger&quot;).
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;prepareCall(&quot;select &#039;Hello World&#039; txt from dual&quot;).
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;executeQuery();
&nbsp;&nbsp;&nbsp;&nbsp;res.next();
&nbsp;&nbsp;&nbsp;&nbsp;System.out.println(res.getString(&quot;TXT&quot;));
&nbsp;&nbsp;}
}</code></pre></p>
<p>let&#8217;s compile<br />
<code>javac -classpath $ORACLE_HOME/jdbc/lib/classes12.jar HelloWorld.java</code></p>
<p>and run<br />
<pre><code>$ java -classpath $ORACLE_HOME/jdbc/lib/classes12.jar:. HelloWorld
Hello World</code></pre></p>
<p>that&#8217;s all folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://laurentschneider.com/wordpress/2009/09/jdbc-hello-world.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>11.1.0.7 is the latest patchset for 11gR1</title>
		<link>http://laurentschneider.com/wordpress/2009/09/11107-is-the-latest-patchset-for-11gr1.html</link>
		<comments>http://laurentschneider.com/wordpress/2009/09/11107-is-the-latest-patchset-for-11gr1.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 09:43:19 +0000</pubDate>
		<dc:creator>Laurent Schneider</dc:creator>
		
		<category><![CDATA[dba]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[11.1.0.7]]></category>

		<guid isPermaLink="false">http://laurentschneider.com/?p=603</guid>
		<description><![CDATA[You will get CPU and even PSU (Patch Set Updates are proactive cumulative patches comprised of recommended bug fixes that are released on a regular and predictable schedule)
But no more patchset. This the first time I see a release with only 1 pachset.
Well, if you use Linux, you can go to 11gR2. Otherwise you may [...]]]></description>
			<content:encoded><![CDATA[<p>You will get CPU and even PSU (<i>Patch Set Updates are proactive cumulative patches comprised of recommended bug fixes that are released on a regular and predictable schedule</i>)</p>
<p>But no more patchset. This the first time I see a release with only 1 pachset.</p>
<p>Well, if you use Linux, you can go to 11gR2. Otherwise you may better stick to 10.2.0.4 for a few more months</p>
<p>Ref: <a href="https://metalink2.oracle.com/metalink/plsql/f?p=130:14:6590451766474730513::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,742060.1,1,1,1,helvetica">742060.1</a><br />
<b>11.1.0.7</b> is the last patch set for Release 11.1</p>
]]></content:encoded>
			<wfw:commentRss>http://laurentschneider.com/wordpress/2009/09/11107-is-the-latest-patchset-for-11gr1.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
