<?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"
	>
<channel>
	<title>Comments on: Please RTFOM !</title>
	<atom:link href="http://laurentschneider.com/wordpress/2007/09/please-rtfom.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://laurentschneider.com/wordpress/2007/09/please-rtfom.html</link>
	<description>Oracle Certified Master</description>
	<pubDate>Mon, 01 Dec 2008 18:24:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Laurent Schneider</title>
		<link>http://laurentschneider.com/wordpress/2007/09/please-rtfom.html#comment-5003</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Fri, 12 Oct 2007 07:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://laurentschneider.com/wordpress/2007/09/please-rtfom.html#comment-5003</guid>
		<description>Flashback archive seems fairly strict with keywords, as no keyword in V$RESERVED_WORDS can be used.

You should better use double-quotes to bypass that problem

&lt;code&gt;CREATE FLASHBACK ARCHIVE FA1 
TABLESPACE "USERS"
RETENTION 1 DAY&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Flashback archive seems fairly strict with keywords, as no keyword in V$RESERVED_WORDS can be used.</p>
<p>You should better use double-quotes to bypass that problem</p>
<p><pre><code>CREATE FLASHBACK ARCHIVE FA1 
TABLESPACE &quot;USERS&quot;
RETENTION 1 DAY</code></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.- Kamel Imadalou</title>
		<link>http://laurentschneider.com/wordpress/2007/09/please-rtfom.html#comment-4932</link>
		<dc:creator>A.- Kamel Imadalou</dc:creator>
		<pubDate>Thu, 04 Oct 2007 13:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://laurentschneider.com/wordpress/2007/09/please-rtfom.html#comment-4932</guid>
		<description>Hi Laurent,

Among restrictions,
You can not use a tablespace (obvious for other technical tablespaces) named as USERS (even when it's empy) as flashback archive.

You just get the well known: ORA-55603

Regards,
A.- K. Imadalou</description>
		<content:encoded><![CDATA[<p>Hi Laurent,</p>
<p>Among restrictions,<br />
You can not use a tablespace (obvious for other technical tablespaces) named as USERS (even when it&#8217;s empy) as flashback archive.</p>
<p>You just get the well known: ORA-55603</p>
<p>Regards,<br />
A.- K. Imadalou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent Schneider</title>
		<link>http://laurentschneider.com/wordpress/2007/09/please-rtfom.html#comment-4817</link>
		<dc:creator>Laurent Schneider</dc:creator>
		<pubDate>Tue, 25 Sep 2007 06:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://laurentschneider.com/wordpress/2007/09/please-rtfom.html#comment-4817</guid>
		<description>well, the amount in months is actually an amount of 30 days periods and the amount of years is an amount of 365 days period.

I have hit a similar bug with intervals
&lt;code&gt;
select to_yminterval('P2147483649M') from dual;
TO_YMINTERVAL('P2147483649M')
+000000000-01
select to_dsinterval('PT2147483649H') from dual;
TO_DSINTERVAL('PT2147483649H')
+000000000 01:00:00.000000000
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>well, the amount in months is actually an amount of 30 days periods and the amount of years is an amount of 365 days period.</p>
<p>I have hit a similar bug with intervals<br />
<pre><code>
select to_yminterval(&#039;P2147483649M&#039;) from dual;
TO_YMINTERVAL(&#039;P2147483649M&#039;)
+000000000-01
select to_dsinterval(&#039;PT2147483649H&#039;) from dual;
TO_DSINTERVAL(&#039;PT2147483649H&#039;)
+000000000 01:00:00.000000000
</code></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector Gabriel Ulloa Ligarius</title>
		<link>http://laurentschneider.com/wordpress/2007/09/please-rtfom.html#comment-4811</link>
		<dc:creator>Hector Gabriel Ulloa Ligarius</dc:creator>
		<pubDate>Mon, 24 Sep 2007 21:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://laurentschneider.com/wordpress/2007/09/please-rtfom.html#comment-4811</guid>
		<description>Hi Laurent

This amount is very .....  great !!! 14106694757 years

You are proving to check the limits? 

Regards
Hector Gabriel Ulloa Ligarius
http://ligarius.wordpress.com</description>
		<content:encoded><![CDATA[<p>Hi Laurent</p>
<p>This amount is very &#8230;..  great !!! 14106694757 years</p>
<p>You are proving to check the limits? </p>
<p>Regards<br />
Hector Gabriel Ulloa Ligarius<br />
<a href="http://ligarius.wordpress.com" rel="nofollow">http://ligarius.wordpress.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
