<?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: tablespace maintenance tasks</title>
	<atom:link href="http://laurentschneider.com/wordpress/2006/08/tablespace-maintenance-tasks.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://laurentschneider.com/wordpress/2006/08/tablespace-maintenance-tasks.html</link>
	<description>Oracle Certified Master</description>
	<pubDate>Thu, 08 Jan 2009 23:15:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Anonymous</title>
		<link>http://laurentschneider.com/wordpress/2006/08/tablespace-maintenance-tasks.html#comment-289</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 15 Aug 2006 05:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://laurentschneider.com/wordpress/2006/08/14/tablespace-maintenance-tasks/#comment-289</guid>
		<description>SQL&#62; alter table scott.t move partition sys_p47 lob(c) store as (tablespace users);
alter table scott.t move partition sys_p47 lob(c) store as (tablespace users)
*
ERROR at line 1:
ORA-22877: invalid option specified for a HASH partition or subpartition of a LOB column

It was an interesting issue, i was pretty sure, your syntax is valid ( at least, i couldn't remember any restriction for hash partitions). After short search i stumbled upon Bug 5338698. Switched undo management to manual (a trap again -  rollback tablespace shouldn't be ASSM) - and move works indeed... 
Hopefully, will be fixed ...
Regarding your post - nice case study, will sure bookmark it(can never remember all that differences for lobs, nested tables, partitions etc)

Best regards

Maxim</description>
		<content:encoded><![CDATA[<p>SQL&gt; alter table scott.t move partition sys_p47 lob(c) store as (tablespace users);<br />
alter table scott.t move partition sys_p47 lob(c) store as (tablespace users)<br />
*<br />
ERROR at line 1:<br />
ORA-22877: invalid option specified for a HASH partition or subpartition of a LOB column</p>
<p>It was an interesting issue, i was pretty sure, your syntax is valid ( at least, i couldn&#8217;t remember any restriction for hash partitions). After short search i stumbled upon Bug 5338698. Switched undo management to manual (a trap again -  rollback tablespace shouldn&#8217;t be ASSM) - and move works indeed&#8230;<br />
Hopefully, will be fixed &#8230;<br />
Regarding your post - nice case study, will sure bookmark it(can never remember all that differences for lobs, nested tables, partitions etc)</p>
<p>Best regards</p>
<p>Maxim</p>
]]></content:encoded>
	</item>
</channel>
</rss>
