<?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>Square DBA - Oracle DBA Talk &#187; Partitioned Tables</title>
	<atom:link href="http://www.squaredba.com/tag/partitioned-tables/feed" rel="self" type="application/rss+xml" />
	<link>http://www.squaredba.com</link>
	<description>Oracle DBA Forum, Articles, FAQs, Scripts, OCP Test Papers, Free Blog, DBA Training</description>
	<lastBuildDate>Mon, 18 Jul 2011 17:24:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Move and partitioned index to a new tablespace</title>
		<link>http://www.squaredba.com/move-and-partitioned-index-to-a-new-tablespace-262.html</link>
		<comments>http://www.squaredba.com/move-and-partitioned-index-to-a-new-tablespace-262.html#comments</comments>
		<pubDate>Mon, 18 Jul 2011 17:24:02 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Oracle How-To]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[Partitioned Tables]]></category>
		<category><![CDATA[tablespace]]></category>

		<guid isPermaLink="false">http://www.squaredba.com/?p=262</guid>
		<description><![CDATA[To dynamically move a partitioned index to a new tablespace run the following SQL select &#8216;Alter index &#8216;&#124;&#124;INDEX_OWNER&#124;&#124;&#8217;.'&#124;&#124;INDEX_NAME&#124;&#124;&#8217; rebuild partition &#8216;&#124;&#124;PARTITION_NAME&#124;&#124;&#8217; tablespace CDR_DETAIL_INDEX1;&#8217; from dba_ind_partitions where TABLESPACE_NAME = &#8216;DW_CDR_DETAIL&#8217;;]]></description>
		<wfw:commentRss>http://www.squaredba.com/move-and-partitioned-index-to-a-new-tablespace-262.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change a table&#8217;s default tablespace</title>
		<link>http://www.squaredba.com/change-a-tables-default-tablespace-257.html</link>
		<comments>http://www.squaredba.com/change-a-tables-default-tablespace-257.html#comments</comments>
		<pubDate>Mon, 18 Jul 2011 17:03:51 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Oracle How-To]]></category>
		<category><![CDATA[Partitioned Tables]]></category>
		<category><![CDATA[tablespace]]></category>

		<guid isPermaLink="false">http://www.squaredba.com/?p=257</guid>
		<description><![CDATA[Do you need to change a table&#8217;s default tablespace? It&#8217;s pretty simple: ALTER TABLE {OWNER}.{TABLE NAME} MODIFY DEFAULT ATTRIBUTES TABLESPACE {NEW TABLESPACE NAME}; This does not move the table it only changes the attribute for the default tablespace. This is helpful if you are adding partitions, but not specifying the tablespace.]]></description>
		<wfw:commentRss>http://www.squaredba.com/change-a-tables-default-tablespace-257.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Truncate date range partitions</title>
		<link>http://www.squaredba.com/truncate-date-range-partitions-150.html</link>
		<comments>http://www.squaredba.com/truncate-date-range-partitions-150.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 18:09:37 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Oracle How-To]]></category>
		<category><![CDATA[Partitioned Tables]]></category>
		<category><![CDATA[truncate]]></category>

		<guid isPermaLink="false">http://www.squaredba.com/?p=150</guid>
		<description><![CDATA[Have you ever needed to truncate old range partitions that are broken up by day? I do all the time. Much of my data warehouse data is located in range partitioned tables. These are generally partitioned by day. I put together the following script to take care of the job for me. CREATE OR REPLACE [...]]]></description>
		<wfw:commentRss>http://www.squaredba.com/truncate-date-range-partitions-150.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Oracle Partitioned Tables</title>
		<link>http://www.squaredba.com/managing-oracle-partitioned-tables-62.html</link>
		<comments>http://www.squaredba.com/managing-oracle-partitioned-tables-62.html#comments</comments>
		<pubDate>Wed, 28 Jan 2009 20:22:55 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Oracle Tip]]></category>
		<category><![CDATA[Partitioned Tables]]></category>

		<guid isPermaLink="false">http://www.squaredba.com/?p=62</guid>
		<description><![CDATA[I deal a lot with call detail records. Currently we process several million calls per day so that means I get several million rows or data daily. To deal with all that data I use Oracle&#8217;s partitioned tables. Oracle partitions addresses the key problem of supporting very large tables and indexes by allowing you to [...]]]></description>
		<wfw:commentRss>http://www.squaredba.com/managing-oracle-partitioned-tables-62.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 315/330 objects using disk: basic

Served from: www.squaredba.com @ 2012-02-10 13:12:23 -->
