<?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: Oracle ORA-14074 Create or Add New Partition Fails Error</title>
	<atom:link href="http://www.mydigitallife.info/2006/11/08/oracle-ora-14074-create-or-add-new-partition-fails-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2006/11/08/oracle-ora-14074-create-or-add-new-partition-fails-error/</link>
	<description>Living Digitally and Electronically</description>
	<pubDate>Sun, 12 Oct 2008 02:27:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Raj</title>
		<link>http://www.mydigitallife.info/2006/11/08/oracle-ora-14074-create-or-add-new-partition-fails-error/#comment-489266</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Mon, 07 Apr 2008 10:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/11/08/oracle-ora-14074-create-or-add-new-partition-fails-error/#comment-489266</guid>
		<description>we have a partition D20080330 already created abd the maxvalue is D30001231.
Now we want to split the partition for D20080330.
ALTER TABLE TABLE_NAME SPLIT PARTITION D30001231 
at (TO_DATE('20080401', 'YYYYMMDD')) INTO (PARTITION D20080331, PARTITION D30001231);
fails with the error
ORA-14080: partition cannot be split along the specified high bound.

What am i missing in the above alter statement, any help would be appreciated</description>
		<content:encoded><![CDATA[<p>we have a partition D20080330 already created abd the maxvalue is D30001231.<br />
Now we want to split the partition for D20080330.<br />
ALTER TABLE TABLE_NAME SPLIT PARTITION D30001231<br />
at (TO_DATE(&#8217;20080401&#8242;, &#8216;YYYYMMDD&#8217;)) INTO (PARTITION D20080331, PARTITION D30001231);<br />
fails with the error<br />
ORA-14080: partition cannot be split along the specified high bound.</p>
<p>What am i missing in the above alter statement, any help would be appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error &#187; My Digital Life</title>
		<link>http://www.mydigitallife.info/2006/11/08/oracle-ora-14074-create-or-add-new-partition-fails-error/#comment-38054</link>
		<dc:creator>Create, Add or Split Oracle Database Partition Fails with ORA-14080 Error &#187; My Digital Life</dc:creator>
		<pubDate>Wed, 08 Nov 2006 10:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/2006/11/08/oracle-ora-14074-create-or-add-new-partition-fails-error/#comment-38054</guid>
		<description>[...] Oracle table partitioning is important for optimum performance of the database, as it allows Oracle to process the specific and independat partition or part that is smaller in size, instead of entire full table or database. However, when you want to create a new partition to a table by adding or splitting partition, administrator may encounter errors such as ORA-14074. Other than that, Oracle error ORA-14080 can also happen, if you&#8217;re not careful enough with the following symptom: [...]</description>
		<content:encoded><![CDATA[<p>[...] Oracle table partitioning is important for optimum performance of the database, as it allows Oracle to process the specific and independat partition or part that is smaller in size, instead of entire full table or database. However, when you want to create a new partition to a table by adding or splitting partition, administrator may encounter errors such as ORA-14074. Other than that, Oracle error ORA-14080 can also happen, if you&#8217;re not careful enough with the following symptom: [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
