<?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>How Can I See Invalid Object In Oracle Database &#8211; Bugra Parlayan | Oracle Database &amp; Exadata Blog</title>
	<atom:link href="https://www.bugraparlayan.com.tr/tag/how-can-i-see-invalid-object-in-oracle-database/feed" rel="self" type="application/rss+xml" />
	<link>https://www.bugraparlayan.com.tr</link>
	<description>A technical blog</description>
	<lastBuildDate>Sun, 07 Jun 2020 09:11:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://www.bugraparlayan.com.tr/wp-content/uploads/2020/06/cropped-plsql-32x32.jpg</url>
	<title>How Can I See Invalid Object In Oracle Database &#8211; Bugra Parlayan | Oracle Database &amp; Exadata Blog</title>
	<link>https://www.bugraparlayan.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How can i see Invalid Object in Oracle Database</title>
		<link>https://www.bugraparlayan.com.tr/how-can-i-see-invalid-object-in-oracle-database-2.html</link>
					<comments>https://www.bugraparlayan.com.tr/how-can-i-see-invalid-object-in-oracle-database-2.html?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Bugra Parlayan]]></dc:creator>
		<pubDate>Fri, 07 Jun 2019 09:10:00 +0000</pubDate>
				<category><![CDATA[Oracle Scripts]]></category>
		<category><![CDATA[How Can I See Invalid Object In Oracle Database]]></category>
		<category><![CDATA[Invalid Object In Oracle Database]]></category>
		<guid isPermaLink="false">https://www.bugraparlayan.com.tr/?p=1076</guid>

					<description><![CDATA[<p>Q : How can i see Invalid Object in Oracle Database SELECT OWNER ,object_type ,object_name ,STATUS FROM dba_objects WHERE STATUS = 'INVALID' ORDER BY OWNER ,object_type ,object_name;</p>
<p>The post <a rel="nofollow" href="https://www.bugraparlayan.com.tr/how-can-i-see-invalid-object-in-oracle-database-2.html">How can i see Invalid Object in Oracle Database</a> appeared first on <a rel="nofollow" href="https://www.bugraparlayan.com.tr">Bugra Parlayan | Oracle Database &amp; Exadata Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Q : How can i see Invalid Object in Oracle Database</p>



<pre class="wp-block-code"><code lang="sql" class="language-sql">SELECT OWNER
	,object_type
	,object_name
	,STATUS
FROM dba_objects
WHERE STATUS = 'INVALID'
ORDER BY OWNER
	,object_type
	,object_name;</code></pre>
<p>The post <a rel="nofollow" href="https://www.bugraparlayan.com.tr/how-can-i-see-invalid-object-in-oracle-database-2.html">How can i see Invalid Object in Oracle Database</a> appeared first on <a rel="nofollow" href="https://www.bugraparlayan.com.tr">Bugra Parlayan | Oracle Database &amp; Exadata Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bugraparlayan.com.tr/how-can-i-see-invalid-object-in-oracle-database-2.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How Can I See Invalid Object In Oracle Database</title>
		<link>https://www.bugraparlayan.com.tr/how-can-i-see-invalid-object-in-oracle-database.html</link>
					<comments>https://www.bugraparlayan.com.tr/how-can-i-see-invalid-object-in-oracle-database.html?noamp=mobile#respond</comments>
		
		<dc:creator><![CDATA[Bugra Parlayan]]></dc:creator>
		<pubDate>Wed, 22 May 2019 20:44:35 +0000</pubDate>
				<category><![CDATA[Oracle Scripts]]></category>
		<category><![CDATA[How Can I See Invalid Object In Oracle Database]]></category>
		<category><![CDATA[Invalid Object In Oracle Database]]></category>
		<guid isPermaLink="false">https://www.bugraparlayan.com.tr/?p=1051</guid>

					<description><![CDATA[<p>Q : How Can I See Oracle Invalid Object SELECT OWNER ,object_type ,object_name ,STATUS FROM dba_objects WHERE STATUS = 'INVALID' ORDER BY OWNER ,object_type ,object_name;</p>
<p>The post <a rel="nofollow" href="https://www.bugraparlayan.com.tr/how-can-i-see-invalid-object-in-oracle-database.html">How Can I See Invalid Object In Oracle Database</a> appeared first on <a rel="nofollow" href="https://www.bugraparlayan.com.tr">Bugra Parlayan | Oracle Database &amp; Exadata Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Q : How Can I See Oracle Invalid Object</p>



<pre class="wp-block-code"><code lang="sql" class="language-sql">SELECT OWNER
	,object_type
	,object_name
	,STATUS
FROM dba_objects
WHERE STATUS = 'INVALID'
ORDER BY OWNER
	,object_type
	,object_name;</code></pre>
<p>The post <a rel="nofollow" href="https://www.bugraparlayan.com.tr/how-can-i-see-invalid-object-in-oracle-database.html">How Can I See Invalid Object In Oracle Database</a> appeared first on <a rel="nofollow" href="https://www.bugraparlayan.com.tr">Bugra Parlayan | Oracle Database &amp; Exadata Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bugraparlayan.com.tr/how-can-i-see-invalid-object-in-oracle-database.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
