<?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>Parm Patram &#187; REDO LOGS</title>
	<atom:link href="http://oracle.3dub.com/category/administration/redo-logs/feed/" rel="self" type="application/rss+xml" />
	<link>http://oracle.3dub.com</link>
	<description>Oracle, Linux and UNIX tips, tricks and stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:14:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Identify invalid online redo logs</title>
		<link>http://oracle.3dub.com/2009/05/04/identify-invalid-online-redo-logs/</link>
		<comments>http://oracle.3dub.com/2009/05/04/identify-invalid-online-redo-logs/#comments</comments>
		<pubDate>Mon, 04 May 2009 11:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[REDO LOGS]]></category>
		<category><![CDATA[SQLPLUS]]></category>

		<guid isPermaLink="false">http://oracle.3dub.com/?p=348</guid>
		<description><![CDATA[select group#,l.sequence#,archived,l.status running, lf.status os_status,member from v$log l join v$logfile lf using(group#) order by group#;
NOTES:

The STATUS column of v$logfile (os_status) is NOT refreshed in real-time. Information is updated on log switch.

]]></description>
			<content:encoded><![CDATA[<p>select group#,l.sequence#,archived,l.status running, lf.status os_status,member from v$log l join v$logfile lf using(group#) order by group#;</p>
<p>NOTES:</p>
<ul>
<li>The STATUS column of v$logfile (os_status) is NOT refreshed in real-time. Information is updated on log switch.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://oracle.3dub.com/2009/05/04/identify-invalid-online-redo-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

