<?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; unusable state</title>
	<atom:link href="http://www.squaredba.com/tag/unusable-state/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>Fri, 18 Jun 2010 16:21:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ORA-01502: index or partition of such index is in unusable state</title>
		<link>http://www.squaredba.com/ora-01502-index-or-partition-of-such-index-is-in-unusable-state-145.html</link>
		<comments>http://www.squaredba.com/ora-01502-index-or-partition-of-such-index-is-in-unusable-state-145.html#comments</comments>
		<pubDate>Wed, 26 Aug 2009 18:05:56 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Oracle How-To]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[ORA-01502]]></category>
		<category><![CDATA[unusable state]]></category>

		<guid isPermaLink="false">http://www.squaredba.com/?p=145</guid>
		<description><![CDATA[Do you ever get and ORA-01502? This error code says your index is in an unusable state. It&#8217;s easy to find these indexes. select index_name, status, owner from dba_indexes where STATUS = 'UNUSABLE'; If you want to build the rebuild SQL that is easy too. select 'alter index '&#124;&#124;owner&#124;&#124;'.'&#124;&#124;index_name&#124;&#124;' rebuild;' from dba_indexes where STATUS = [...]]]></description>
		<wfw:commentRss>http://www.squaredba.com/ora-01502-index-or-partition-of-such-index-is-in-unusable-state-145.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
